{
"deviceId": 0,
"boxSerial": "string",
"customizeDrawAreaCoordinates": [
[
[
0
]
]
],
"aiSrvType": [
0
],
"maskingAreaSize": {
"width": 0,
"height": 0
},
"smartUniverse": 0
}
curl --location --request POST 'http://127.0.0.1:18003/v1/device/recognition/area/saveAreaDetailInfo' \
--header 'Content-Type: application/json' \
--data-raw '{
"deviceId": 0,
"boxSerial": "string",
"customizeDrawAreaCoordinates": [
[
[
0
]
]
],
"aiSrvType": [
0
],
"maskingAreaSize": {
"width": 0,
"height": 0
},
"smartUniverse": 0
}'
{}