cURL
curl --request POST \ --url https://sandbox.prezio.eu/api/users/reset_password/ \ --header 'Authorization: <api-key>' \ --header 'Content-Type: application/json' \ --data '{ "email": "jsmith@example.com" }'
Sends a password reset email to the user with the provided email address. No authentication is required.
Token-based authentication with required prefix "Token"
Password reset email sent successfully (no content)