curl --request PATCH \
--url https://api.hubapi.com/media-bridge/v1/{appId}/settings/event-visibility \
--header 'Content-Type: application/json' \
--data '{
"showInWorkflows": true,
"showInReporting": true,
"eventType": "ALL",
"showInTimeline": true,
"updatedAt": 123
}'