Skip to main content

VerifyEmailUpdateDto

newEmailstringrequired

New email address

Example: newemail@example.com
otpstringrequired

OTP sent to the new email address

Example: 123456
VerifyEmailUpdateDto
{
"newEmail": "newemail@example.com",
"otp": "123456"
}