curl --location --request POST 'https://www.yourdomain.com/insurance_dekho/fetch_balance' \
--header 'Content-Type: application/json' \
--data-raw '{
"outlet_id":"FORMAX01"
}'{
"response_code": 200,
"response_message": "Transaction Successful",
"response_data": {
"balance": 1000.50
}
}