Validates the reset token and updates the user account password.
Reset Password with Token
POST
/v1/passwords/reset
Parameters
| Name | Type | Description |
|---|---|---|
reset_password_tokenrequired | string | Token received in email |
passwordrequired | string | New password (min 8 chars, mixed case, number, symbol) |
password_confirmationrequired | string | Matching password confirmation |