{
"id": 0,
"boxSerial": "string"
}
curl --location --request PUT 'http://192.168.16.10:31748/v1/mBoxAiService/restoreDefault' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 0,
"boxSerial": "string"
}'
{
"message": "",
"code": 0,
"data": {}
}