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