curl --request POST \ --url https://eazymsg.com/api/v1/sms/otp/send \ --header 'Content-Type: application/json' \ --data '{ "authKey": "{{key}}", "mobile": "XXXXXX4138" }'
{ "code": "0x0200", "message": "SMS Submitted Successfully", "status": "SUCCESS", "data": { "requestId": 320287173, "otpRefId": "SMS7775C771", "mobile": "XXXXXX4138" } }
The response is of type object.
object