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>'