curl --location --request GET '/api/v1/rates/history//?period&limit' \
--header 'X-API-Key: <api-key>' \
--header 'X-Business-ID: <api-key>'{
"success": true,
"data": {
"fromCurrency": "string",
"toCurrency": "string",
"period": "string",
"rates": [
{
"timestamp": "string",
"rate": 0
}
]
}
}