curl --request PUT \ --url https://{host}/frontend/api/v1/auth/current/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).
Invalidate other sessions
No Content