OrganizationWebhookService::process(), updating org fields (name, email, logo_url, status) by goteam_id lookup. No authentication — relies on network-level trust.curl --location 'https://api-dev.commandroom.ai/api/api/webhooks/org/update' \
--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": {}
}