VerifyEmailUpdateDto
newEmailstringrequired
New email address
Example:
newemail@example.comotpstringrequired
OTP sent to the new email address
Example:
123456VerifyEmailUpdateDto
{
"newEmail": "newemail@example.com",
"otp": "123456"
}