Authorization: Bearer ********************
{ "account_number" : "76077736" }
curl --location --globoff 'https://api.ihela.bi/testenv/ihela/api/v1/account-lookup/?account_format=' \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "account_number" : "76077736" }'
{ "response_code": "00", "response_data": { "account_number": "45-32", "customer_id": 1, "name": "John Doe" }, "response_message": "Success", "success": true }