Authorization: Bearer ********************curl --location --request POST '/banktransactions/uncategorized//categorize/creditnoterefunds' \
--header 'Content-Type: application/json' \
--data-raw '{
"creditnote_id": "4000000030049",
"date": "2013-10-01",
"refund_mode": "Cash",
"reference_number": " ",
"amount": 2000,
"exchange_rate": 1,
"from_account_id": "460000000070003",
"description": "The New York State Department of Taxation and Finance"
}'{
"code": 0,
"message": "The transaction(s) have been categorized."
}