curl --location 'https://api.formaxpay.com/api/dmt/refund/verify_otp' \
--header 'Authorization: Basic aXlrdmN4TTNVRjJoNmFwREJncWhGWFRDaUxMZ0hPVVk6cE9rZCE7ZGNVUjU3MDFjOw==' \
--header 'Content-Type: application/json' \
--data '{
"outlet_id": "TC6052246094",
"order_id": "R07641601562500GQDXJ",
"otp": "145997",
"otp_token": "****************************************"
}'{
"status": "SUCCESS",
"message": "Refunded Successful",
"data": {
"order_id": "R07641601562500GQDXJ"
}
}