cURL
curl --request GET \ --url https://jamquest-dev.techboo.net/api/v1/user/supported-banks
{ "status": "ok", "data": [ { "bank_code": "120001", "bank_name": "9mobile 9Payment Service Bank" } ] }
Retrieves a list of supported banks with their codes and names
Successful response
"ok"
Show child attributes
"120001"
"9mobile 9Payment Service Bank"