{
"boxSerial": "string",
"memorySpace": 0,
"cpu": 0,
"npu": 0,
"storage": 0
}
curl --location --request POST 'http://192.168.16.9:31848/g6mirgicbox-base/v1/mHardwareAlarm/saveAlarm' \
--header 'Content-Type: application/json' \
--data-raw '{
"boxSerial": "string",
"memorySpace": 0,
"cpu": 0,
"npu": 0,
"storage": 0
}'
{
"message": "",
"code": 0,
"data": {}
}