curl --location --request GET '/api/v1/transfers/supported-currencies' \
--header 'X-API-Key: <api-key>'{
"success": true,
"data": {
"bank": [
"string"
],
"mobile_money": [
"string"
],
"all": [
"string"
]
}
}