OrganizationWebhookService::process(), which performs idempotent provisioning (findOrCreate by goteam_id, cache lock, DB transaction). No authentication — relies on network-level trust.curl --location 'https://api-dev.commandroom.ai/api/api/webhooks/org/create' \
--header 'Content-Type: application/json' \
--data-raw '{
"goteam_id": 1,
"name": "Sample Name",
"email": "user@example.com",
"logo_url": "https://example.com/sample",
"status": "active"
}'{
"status": "success",
"result": {}
}