curl --request PATCH \
--url https://api.console.corti.app/functions/v1/public/projects/{projectId}/customers/{customerId}/users/{userId} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"firstName": "John",
"lastName": "Doe",
"enabled": true,
"password": "My$ecureP@ssw0rd123!"
}'