UserWebhookService::process(), which updates the user's pivot data and reassigns roles. No authentication — relies on network-level trust.curl --location 'https://api-dev.commandroom.ai/api/api/webhooks/org/user/update' \
--header 'Content-Type: application/json' \
--data '{
"user": {},
"organization": {},
"role": "string",
"department": {},
"team": {}
}'{
"status": "success",
"result": {}
}