SendOtpResponseDto
identifierstring
A unique identifier associated with the OTP request. This identifier is used to track the OTP request and verify it.
Example:
abc123xyz
emailstring
The email address where the OTP is sent.
Example:
user@example.com
phoneNumberstring
The phone number where the OTP is sent.
Example:
+1234567890
SendOtpResponseDto
{
"identifier": "abc123xyz",
"email": "user@example.com",
"phoneNumber": "+1234567890"
}