curl --request POST \
--url https://api.comm.com/api/v1/webhooks/calls/receive/pipecat \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"call_id": "<string>",
"event": "<string>",
"status": "<string>",
"duration": "<string>",
"outcome": "<string>",
"recording_url": "<string>",
"transcript_url": "<string>",
"end_reason": "<string>",
"transcript": "<string>"
}
'