curl --request POST \
--url https://realtime.govworx.net/webhookhandler/cad \
--header 'Content-Type: application/json' \
--data '
{
"callId": "<string>",
"incidentId": "<string>",
"note": {
"type": "CALL_COMPLETED",
"note": "<string>",
"critical": true,
"createdAt": "<string>"
}
}
'