Authorization: Bearer ********************curl --location --request GET 'https://dev-api.mce.sg/v1.0/crm/fiatAccount/capabilities?participantCode¤cy&country' \
--header 'Authorization: Bearer <token>'{
"code": "string",
"msg": "string",
"data": {
"currency": "string",
"routes": [
{
"rail": [
"string"
],
"country": "string",
"bankName": "string",
"kycRequirement": "FULL",
"fields": [
{
"field": "string",
"length": 0,
"type": "integer",
"fields": [
{}
],
"required": true,
"condition": {
"field": "string",
"operator": 1,
"value": [
"string"
]
},
"allowedValues": [
{
"value": 0,
"description": "string"
}
]
}
]
}
]
}
}