curl --location --request GET '/api/v2/gw/bill//payment?institution_code=' \ --header 'Accept;' \ --header 'Authorization;' \ --header 'Signature;'
{ "rc": "SUCCESS", "message": "success", "timestamp": "2022-04-04T10:56:20+07:00", "data": [ { "id": "string", "payment_ref_id": "string", "channel": "muamalat", "amount": 100000, "type": "payment", "created_at": "2022-04-04T09:22:38+07:00" } ] }