UserWebhookService::process(), which removes the user's membership from the org (removes from organization_user pivot). No authentication — relies on network-level trust.curl --location 'https://api-dev.commandroom.ai/api/api/webhooks/org/user/detach' \
--header 'Content-Type: application/json' \
--data '{
"user": {},
"organization": {}
}'{
"status": "success",
"result": {}
}