# Password Reset Endpoint: PATCH /internal/users/reset Security: Authorization ## Request fields (application/json): - `email` (string, required) - `password` (string, required) ## Response 200 fields (application/json): - `id` (integer) Example: 3 - `username` (string) Example: "jsmith" - `email` (string) Example: "john.smith@cognitivesystems.com" - `first_name` (string) Example: "John" - `last_name` (string) Example: "Smith" - `created_at` (string) Example: "2020-08-27T20:44:38.793Z" - `updated_at` (string) Example: "2020-11-10T20:08:40.754Z" - `confirmed_at` (string,null) Example: "2020-08-27T20:44:38.793Z"