curl --location --request GET '/api/v1/rates/convert//?amount' \
--header 'X-API-Key: <api-key>' \
--header 'X-Business-ID: <api-key>'{
"success": true,
"data": {
"fromCurrency": "string",
"toCurrency": "string",
"fromAmount": 0,
"toAmount": 0,
"rate": 0,
"timestamp": "string",
"source": "string"
}
}