cURL
curl --request POST \ --url https://sandbox.prezio.eu/api/users/set_password/ \ --header 'Authorization: <api-key>' \ --header 'Content-Type: application/json' \ --data '{ "new_password": "<string>", "current_password": "<string>" }'
Allows the authenticated user to change their password.
Token-based authentication with required prefix "Token"
Password updated successfully (no content)