curl --location --request GET '/api/v1/fiat-rates?currencies' \
--header 'X-API-Key: <api-key>' \
--header 'X-Business-ID: <api-key>'{
"success": true,
"data": {
"property1": {
"rate": 0,
"source": "string",
"timestamp": "string"
},
"property2": {
"rate": 0,
"source": "string",
"timestamp": "string"
}
}
}