{
"inspectionRedisVo": {
"id": "string",
"areaOrDeviceId": 0,
"webrtc": "string",
"isAlarm": 0,
"determine": true,
"startTime": 0,
"score": 0
},
"index": 0
}
curl --location --request POST 'http://192.168.16.9:30735/g6mirgicbox-websocket/webSocket/sendInspectionMessage' \
--header 'token;' \
--header 'Content-Type: application/json' \
--data-raw '{
"inspectionRedisVo": {
"id": "string",
"areaOrDeviceId": 0,
"webrtc": "string",
"isAlarm": 0,
"determine": true,
"startTime": 0,
"score": 0
},
"index": 0
}'
{}