curl --location --request POST '/internal/collab/user-disconnected' \
--header 'X-Internal-Secret: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"roomId": "550e8400-e29b-41d4-a716-446655440000",
"userId": "660e8400-e29b-41d4-a716-446655440001",
"timestamp": 1709467260000
}'{
"success": true
}