curl --location '/api/v1/banks?currency=undefined&type=undefined&country=undefined' \
--header 'X-API-Key: <api-key>' \
--header 'X-Business-ID: <api-key>'{
"status": true,
"message": "string",
"data": [
{
"id": 0,
"code": "string",
"name": "string",
"payment_type": "string"
}
]
}