Allows a user to reset their password by providing the email, current password and a new password.
mtellesy@gmail.com
12345678
123123123
POST /api/v1/auth/password/reset HTTP/1.1 Host: 127.0.0.1:8080 Content-Type: application/json Accept: */* Content-Length: 79 { "email": "mtellesy@gmail.com", "password": "12345678", "new_password": "123123123" }
Password reset successfully
No content