{
"companyCode": "JK000TC000A",
"startDate": "2025-02-17",
"endDate": "2026-01-11"
}curl --location --request POST '/traffic/eventAnalyze/section' \
--header 'Authorization: Bearer eyJhbGciOiJIUzUxMiJ9.eyJzdWIiOiJhZG1pbiIsInRlbmFudElkIjoiLTEiLCJleHAiOjE3NzQ5MzgyOTAsImlhdCI6MTc3NDg1MTg5MH0.lNcYtnmLTLUbsm2ZZA6ya3Niumykikygxu3hAFSuXUyDDaY8Dydtm4QjyP8n_3CtQAs9orXbtc7N7tVU_ziUvw' \
--header 'Content-Type: application/json' \
--data-raw '{
"companyCode": "JK000TC000A",
"startDate": "2025-02-17",
"endDate": "2026-01-11"
}'{
"code": 0,
"data": [
{
"sectionName": "",
"sectionCode": "",
"stationName": "",
"companyName": "",
"eventCount": 0,
"aggTime": "",
"avgCount": 0,
"countFlowLast1": 0,
"countFlowLast2": 0,
"failureRate": 0.0,
"addr": "",
"start1": "",
"end1": "",
"dir": "",
"id": ""
}
],
"msg": ""
}