cURL
curl --request POST \ --url https://sandbox.prezio.eu/api/users/reset_password_confirm/ \ --header 'Authorization: <api-key>' \ --header 'Content-Type: application/json' \ --data '{ "uid": "<string>", "token": "<string>", "new_password": "<string>" }'
Resets the user’s password using a valid reset token. No authentication is required.
Token-based authentication with required prefix "Token"
Password reset successfully (no content)