{
"categoryId": 0,
"startTime": "string",
"endTime": "string"
}curl --location --request POST '172.22.72.236:9090/pollution/count' \
--header 'Content-Type: application/json' \
--data-raw '{
"categoryId": 0,
"startTime": "string",
"endTime": "string"
}'{
"code": 0,
"msg": "",
"data": {
"categoryName": "",
"count": 0
}
}