Authorization: Bearer ********************
{ "account_number": "68432567" }
curl --location -g --request POST 'http://127.0.0.1:8081/ihela/api/v1/account-lookup/?account_format=' \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data-raw '{ "account_number": "68432567" }'
{ "response_code": "00", "response_data": { "account_number": "0000001413-01", "customer_id": 1413, "client_id": 1483, "name": "NOBODY NOBODYME", "html": null, "bank": "IHELA CREDIT UNION" }, "response_message": "Success", "success": true }