Allows a user to reset their password by providing the email, current password and a new password.
/api/v1/auth/password/reset
mtellesy@gmail.com
12345678
123123123
Password reset successfully
An error response object
curl -L \ --request POST \ --url 'http://127.0.0.1:8080/api/v1/auth/password/reset' \ --header 'Content-Type: application/json' \ --data '{"email":"mtellesy@gmail.com","password":"12345678","new_password":"123123123"}'
No body