{
"alarmType": 0,
"details": "string",
"id": 0,
"level": 0,
"operatorId": "string",
"picUrl": "string",
"sourceId": "string",
"sourceType": -128,
"stationId": "string",
"videoUrl": "string",
"alertId": "string",
"sourceCode": "string",
"contactPhone": "string"
}curl --location --request POST '/govbiz/open/alarm/reportAlarmInfo' \
--header 'Content-Type: application/json' \
--data-raw '{
"alarmType": 0,
"details": "string",
"id": 0,
"level": 0,
"operatorId": "string",
"picUrl": "string",
"sourceId": "string",
"sourceType": -128,
"stationId": "string",
"videoUrl": "string",
"alertId": "string",
"sourceCode": "string",
"contactPhone": "string"
}'{
"code": "string",
"msg": "string",
"data": null,
"stackTraceMsg": "string"
}