Skip to main content

VerifyLoginOtpDto

emailstringrequired
Example: user@example.com
otpnumberrequired

6-digit OTP

Example: 123456
VerifyLoginOtpDto
{
"email": "user@example.com",
"otp": 123456
}