# Set New Account Password Sends email to given address with password reset link that redirects to static reset page Endpoint: POST /password_resets Security: Authorization ## Request fields (application/json): - `email` (string) ## Response 200 fields (application/json): - `id` (integer) - `email` (string) - `first_name` (string) - `last_name` (string) - `username` (string) - `confirmed_at` (string,null) - `created_at` (string) - `updated_at` (string) ## Response 401 fields (application/json): - `error` (string)