Request parameters for verifying the user's email with an OTP.
{ email: 'user@example.com', otp: '123456'} Copy
{ email: 'user@example.com', otp: '123456'}
The email address to verify.
The one-time password (OTP) entered by the user.
Request parameters for verifying the user's email with an OTP.
Example