curl --request POST \
--url https://realtime.govworx.net/realtime/v1/cad/incident \
--header 'Content-Type: application/json' \
--data '
{
"incidentId": "<string>",
"userId": "<string>",
"fields": [
{
"name": "<string>",
"description": "<string>",
"value": "<string>"
}
]
}
'