x-api-key: ********************
curl --location --request GET '/api/v1/payment-fiat-rates/fiat-rate/' \
--header 'x-api-key: <api-key>'
{
"success": true,
"data": {
"currency": "string",
"rate": 0,
"source": "string",
"timestamp": "string"
}
}