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