x-api-key: ********************
curl --location --request GET '/api/v1/payment-fiat-rates/supported-currencies' \
--header 'x-api-key: <api-key>'
{
"success": true,
"data": {
"bankTransfer": [
"string"
],
"mobileMoney": [
"string"
]
}
}