Authorization: Bearer ********************{
"startTime": "2019-08-24T14:15:22.123Z",
"maxResultCount": 0
}curl --location --request POST '/api/services/app/inspection/daily/task/getTaskItemCountReport' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json-patch+json' \
--data-raw '{
"startTime": "2019-08-24T14:15:22.123Z",
"maxResultCount": 0
}'[
{
"name": "string",
"value": [
0
]
}
]