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