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