curl --location --request POST 'https://www.yourdomain.com/insurance_dekho/wallet_debit' \
--header 'Content-Type: application/json' \
--data-raw '{
"outlet_id": "FORMAX01",
"order_id": "ID76196289062500HRANY",
"id_order_id": "e24dac7b21",
"txn_amount": "843",
"customer_info": {
"first_name": "ALEX",
"last_name": "HALEX",
"email": "alexhalex01@gmail.com",
"mobile": "9999888777"
}
}'{
"response_code": 200,
"response_message": "Transaction Successful"
}