{
"deviceId": 0,
"boxSerial": "string"
}
curl --location --request POST 'http://192.168.16.10:31748/v1/device/ai/srv/add/area/deviceId' \
--header 'Content-Type: application/json' \
--data-raw '{
"deviceId": 0,
"boxSerial": "string"
}'
{
"message": "",
"code": 0,
"data": null
}