curl --location --request GET '/api/v2/gw/institution//account?bank_code=&page=' \ --header 'Accept;' \ --header 'Authorization;' \ --header 'Signature;'
{ "rc": "SUCCESS", "message": "Success", "timestamp": "2022-04-05T05:18:27+07:00", "current_page": 1, "data": [ { "bank_code": "BMI", "account_number": "1234567890", "account_holder": "string", "balance": 5000000, "created_at": "2022-04-05T05:18:26+07:00", "updated_at": "2022-04-05T05:18:26+07:00", "hash": "nwmp9jNz" } ], "from": 1, "last_page": 1, "per_page": 15, "to": 1, "total": 1 }