Authorization: Bearer ********************curl --location --request POST '/banktransactions/uncategorized//match?account_id=460000000048001' \
--header 'Content-Type: application/json' \
--data-raw '{
"transactions_to_be_matched": [
{
"transaction_id": "460000000050163",
"transaction_type": "customer_payment"
}
]
}'{
"code": 0,
"message": "The transaction has been matched."
}