curl --location '/api/v1/fiat/banks?country=undefined&type=undefined&direction=undefined&sandbox=undefined' \
--header 'X-API-Key: <api-key>' \
--header 'X-Business-ID: <api-key>'{
"methods": [
{
"methodId": "string",
"name": "string",
"currency": "string",
"type": "string"
}
]
}