UserWebhookService::process(), which updates the user's local record. No authentication — relies on network-level trust.curl --location 'https://api-dev.commandroom.ai/api/api/webhooks/user/update' \
--header 'Content-Type: application/json' \
--data-raw '{
"goteam_id": 1,
"name": "Sample Name",
"email": "user@example.com",
"avatar": null
}'{
"status": "success",
"result": {}
}