curl --location 'https://api.formaxpay.com/api/dmt/remitter_registration' \
--header 'Authorization: Basic aXlrdmN4TTNVRjJoNmFwREJncWhGWFRDaUxMZ0hPVVk6cE9rZCE7ZGNVUjU3MDFjOw==' \
--header 'Content-Type: application/json' \
--data '{
"outlet_id": "TC6052246094",
"mobile": "9836114520",
"aadhaar": "28018543****",
"token": "FvzpbEiaYFOHR8toBqa51ABWxHrJ9DppDd7EPLARjkUJSWcbYNwo85LTR5oW0KG2"
}'{
"status": "SUCCESS",
"message": "OTP sent to remitter mobile number",
"data": {
"otp_token": "XWYpdXw6K4voUutq7nUWnuPab1RgzZ9IBHC5jS00S8syfMG4dK6SZ2vCx5hvm+nL.v2.206a6bc09f8e9bfa3ca4f10a175fd9ee78ca50dc"
}
}