curl --location '/api/v1/payees/recipient/AddFiatPayee'{
"fields": [
{
"label": "Account Number",
"key": "accountNumber",
"isMandatory": "true",
"validation": "^[0-9]{6,17}$",
"fieldType": "text"
},
{
"label": "Routing Number",
"key": "abaRoutingCode",
"isMandatory": "true",
"validation": "^[0-9]{9}$",
"fieldType": "text"
}
]
}