Reset password with token
POST
/api/auth/reset-password
Reset password using token from forgot password email. All refresh tokens are revoked for security.
Request Body
application/json
JSON "token": "string", "password": "string"
{
}
Responses
Password reset successfully
application/json
JSON "message": "Password reset successfully"
{
}
