{
"createTime": "string",
"updateTime": "string",
"creator": "string",
"updater": "string",
"deleted": true,
"pageNo": 1,
"pageSize": 10,
"id": "string",
"tollFeeTarget": 0,
"tollFeeIncome": 0,
"completionRate": 0,
"annualCumulativeRecoveredTollFee": 0,
"annualTargetToll": 0,
"annualActualToll": 0,
"annualCompletionRate": 0
}curl --location --request POST '/datacenter/operation/updateTollFeeStats' \
--header 'Authorization: Bearer eyJhbGciOiJIUzUxMiJ9.eyJzdWIiOiJhZG1pbiIsInRlbmFudElkIjoiLTEiLCJleHAiOjE3NzQ5MzgyOTAsImlhdCI6MTc3NDg1MTg5MH0.lNcYtnmLTLUbsm2ZZA6ya3Niumykikygxu3hAFSuXUyDDaY8Dydtm4QjyP8n_3CtQAs9orXbtc7N7tVU_ziUvw' \
--header 'Content-Type: application/json' \
--data-raw '{
"createTime": "string",
"updateTime": "string",
"creator": "string",
"updater": "string",
"deleted": true,
"pageNo": 1,
"pageSize": 10,
"id": "string",
"tollFeeTarget": 0,
"tollFeeIncome": 0,
"completionRate": 0,
"annualCumulativeRecoveredTollFee": 0,
"annualTargetToll": 0,
"annualActualToll": 0,
"annualCompletionRate": 0
}'{
"code": 0,
"data": false,
"msg": ""
}