Authorization: Bearer ********************curl --location --request GET 'https://dev-api.mce.sg/v1.1/crm/fiatAccount/capabilities?participantCode¤cy&country' \
--header 'Authorization: Bearer <token>'{
"code": "string",
"msg": "string",
"data": {
"currency": "string",
"routes": [
{
"rail": [
"string"
],
"country": "string",
"bankName": "string",
"fieldsNames": [
"string"
]
}
]
}
}