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