Complete password resetAsk AIpost https://api.agent700.ai/api/auth/reset-passwordResets a user's password using a previously issued password reset code.Body ParamsPassword reset code and new password. The reset code is obtained from the password reset email link and expires after 1 hour. The new password must meet security validation requirements (checked via PasswordValidator).resetCodestringrequirednewPasswordstringrequiredResponses 200Password reset successfully 400Invalid or expired reset code, or validation errors 404User not found for decoded emailUpdated 2 months ago