object

SendOtpToCustomerResponse

Schema for send otp.
Fields
message
String
Message indicating the result of the request. For example, 'OTP sent successfully' or 'OTP sent to registered mobile number'.
request_id
String
Unique identifier for the request. For example, '63c1fd1baf6c6925304395cb'.
resend_timer
Int
Time in seconds before the OTP can be resent. For example, 30, 60, or 120.
success
Boolean
Indicates whether the request was successful. For example, true or false.