Reset password (authenticated)Ask AIpost https://api.agent700.ai/api/auth/reset-password-authenticatedAllows an authenticated user to change their password without a reset email.Body ParamsNew password for the authenticated user. The password must meet security validation requirements (checked via PasswordValidator). This endpoint allows password changes without requiring a reset email.new_passwordstringrequiredNew password for the accountResponses 200Password updated 400Missing or invalid new password 404User not foundUpdated 2 months ago