curl --location --request POST 'https://api.formaxpay.com/api/insurance_dekho/generate_url' \
--header 'Authorization: Basic UVRNRlRKckJjRWt5RnBETGtCSGpkV0dMYnFBclFwbkE6Rm9ybWF4QDEyMw==' \
--header 'Content-Type: application/json' \
--data-raw '{
"outlet_id": "FORMAX01"
}'{
"status": "SUCCESS",
"message": "Transaction Successful",
"data": {
"url": "https://pos.insurancedekho.com/ott-pos/login?one-time-token=f1896a236e7baadfe4d8fd7e7fde0a75"
}
}