{
"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 --request PUT 'http://172.16.3.245:29880/traffic/monitoring/update' \
--header 'Content-Type: application/json' \
--data-raw '{
"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": {
"id": 0,
"time": "",
"direction": "",
"lane": 0,
"type": "",
"weight": 0,
"speed": 0,
"overweight": 0,
"overload": 0,
"axles": 0,
"axisGroups": 0,
"axis1Weight": 0.0,
"axis2Weight": 0.0
},
"code": 0,
"msg": null
}