{
"id": 0,
"time": "string",
"direction": "string",
"lane": 0,
"type": "string",
"weight": 0,
"speed": 0,
"overweight": 0,
"overload": 0,
"axles": 0,
"axisGroups": 0,
"axis1Weight": 0,
"axis2Weight": 0,
"sid": 0,
"bid": 0,
"statisticLevel": "string"
}curl --location 'http://172.16.3.245:29880/traffic/monitoring/add' \
--header 'Content-Type: application/json' \
--data '{
"id": 0,
"time": "string",
"direction": "string",
"lane": 0,
"type": "string",
"weight": 0,
"speed": 0,
"overweight": 0,
"overload": 0,
"axles": 0,
"axisGroups": 0,
"axis1Weight": 0,
"axis2Weight": 0,
"sid": 0,
"bid": 0,
"statisticLevel": "string"
}'{
"data": {},
"code": 200,
"msg": "success"
}