{
"id": 0,
"smartUniverse": 0,
"deviceAreaAIId": 0,
"aiSrvName": "string",
"aiSrvType": 0,
"useDefaultConfig": 0,
"selected": 0,
"status": 0,
"deviceId": 0,
"boxSerial": "string",
"areaId": 0,
"customizeDrawAreaCoordinates": "string",
"createTime": "string",
"updateTime": "string"
}
curl --location --request POST 'http://192.168.16.10:31748/v1/bAiServiceCamera/save' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 0,
"smartUniverse": 0,
"deviceAreaAIId": 0,
"aiSrvName": "string",
"aiSrvType": 0,
"useDefaultConfig": 0,
"selected": 0,
"status": 0,
"deviceId": 0,
"boxSerial": "string",
"areaId": 0,
"customizeDrawAreaCoordinates": "string",
"createTime": "string",
"updateTime": "string"
}'
{
"message": "",
"code": 0,
"data": {}
}