API ReferenceAuth - Password ResetValidate a password reset tokenValidate a password reset token POST /auth/validate-reset-token Validate a password reset token without consuming it. Useful for checking if a token is valid before showing the reset form. Request Responses200400500Token is validInvalid or expired tokenInternal server error