Reset password with verification code
Authentication
Reset password with verification code
Resets user password using the verification code sent during forgot password flow. Validates the code and sets the new password.
POST
Reset password with verification code
Body
application/json
Email or phone number
Example:
6-digit verification code
Example:
"123456"
New password. Must be at least 10 characters and include at least one number, one lowercase letter, one uppercase letter, and one special character.
Example:
"NewSecurePass123!"
Response
Password reset successfully
Example:
"Password reset successfully"

