{
"id": 0,
"configName": "string",
"status": 0,
"createdTime": "string",
"updatedTime": "string",
"maxShar": 0,
"validCycleTime": [
{
"x": 0,
"y": 0
}
],
"device": {
"deviceVos": [
{
"id": "string",
"areaOrDeviceId": 0,
"configId": 0,
"name": "string"
}
],
"deviceNameStr": "string"
},
"alarmTimer": 0,
"model": 0,
"aiSrvTypeList": [
0
]
}
curl --location --request POST 'http://192.168.16.10:31748/v1/video/reflow/save' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 0,
"configName": "string",
"status": 0,
"createdTime": "string",
"updatedTime": "string",
"maxShar": 0,
"validCycleTime": [
{
"x": 0,
"y": 0
}
],
"device": {
"deviceVos": [
{
"id": "string",
"areaOrDeviceId": 0,
"configId": 0,
"name": "string"
}
],
"deviceNameStr": "string"
},
"alarmTimer": 0,
"model": 0,
"aiSrvTypeList": [
0
]
}'
{
"message": "",
"code": 0,
"data": false
}