Authorization: Bearer ********************
{ "account_number" : "76077736" }
curl --location -g --request POST 'http://127.0.0.1:8081/ihela/api/v1/account-lookup/?account_format=' \ --header 'Content-Type: application/json' \ --data-raw '{ "account_number" : "76077736" }'
{ "response_code": "00", "response_data": { "account_number": "45-32", "customer_id": 1, "name": "John Doe" }, "response_message": "Success", "success": true }