Authorization: Bearer ********************curl --location --request GET '/basecurrencyadjustment?filter_by=&sort_column=&last_modified_time=&page=1&per_page=200'{
"code": 0,
"message": "success",
"base_currency_adjustments": [
{
"base_currency_adjustment_id": "460000000039001",
"adjustment_date": "2013-09-05",
"exchange_rate": 1,
"currency_id": "460000000000097",
"currency_code": "USD",
"notes": " ",
"gain_or_loss": 37.65
}
]
}