Authorization: Bearer ********************curl --location --request GET 'https://dev-api.mce.sg/v1.1/payment/fiat/payoutCapabilities?participantCode¤cy&beneficiaryCountry' \
--header 'Authorization: Bearer <token>'{
"code": "string",
"msg": "string",
"data": {
"currency": "string",
"routes": [
{
"rails": "string",
"fieldNames": [
"string"
],
"isPayoutOnboardingRequired": true
}
]
}
}