{
"boxSerial": "string",
"sourceBoxDeviceId": 0,
"targetBoxDeviceId": [
0
],
"maskingAreaSize": {
"width": 0,
"height": 0
}
}
curl --location --request POST 'http://192.168.16.10:31748/v1/device/ai/srv/copySrvConfig' \
--header 'Content-Type: application/json' \
--data-raw '{
"boxSerial": "string",
"sourceBoxDeviceId": 0,
"targetBoxDeviceId": [
0
],
"maskingAreaSize": {
"width": 0,
"height": 0
}
}'
{
"message": "",
"code": 0,
"data": null
}