POST /auth/reset-password
This endpoint sets a new password for a user’s account, using the token sent to their email address.Request Body
string
required
The password reset token from the email.
string
required
The new password for the account. It must be at least 8 characters long.
Response
boolean
Indicates whether the password was successfully reset.
string
A confirmation message.