Authorization: Bearer ********************curl --location --request POST '/basecurrencyadjustment?account_ids=460000000000364' \
--header 'Content-Type: application/json' \
--data-raw '{
"currency_id": "460000000000097",
"adjustment_date": "2013-09-05",
"exchange_rate": 1,
"notes": " "
}'{
"code": 0,
"message": "The adjustment has been made. The account balances will now reflect the adjustment.",
"data": {
"contact_id": 460000000026049
}
}