curl --location --request GET 'https://demo-api.easypayx.com/v3/acquiring/exchange_rates?currency=' \
--header 'Authorization: Bearer '{
"data": {
"currency": "string",
"exchange_rate": "string",
"create_time": "string"
}
}