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