curl --request POST \
--url https://api.comm.com/api/v1/webhooks/calls/events/pipecat \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"call_id": "<string>",
"event_type": "<string>",
"timestamp": "<string>",
"data": "<string>"
}
'