cURL
curl --request PUT \ --url https://{host}/frontend/api/v1/auth/{user-id}/password \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/x-www-form-urlencoded' \ --data 'new-password=<string>' \ --data 'old-password=<string>'
This response does not have an example.
API Key Security (Header).
User ID.
x >= 1
Invalidate other sessions
No Content