{
"year": 0,
"adcode": "string"
}
curl --location --request POST '/api/screen/stat/keyTarget' \
--header 'token;' \
--header 'client;' \
--header 'Content-Type: application/json' \
--data-raw '{
"year": 0,
"adcode": "string"
}'
{
"code": 200,
"message": "Ok",
"data": {
"todayDetectionCnt": 0,
"todayNewDetectionCnt": 0,
"todayFollowUpCnt": 0,
"todayViralCnt": 0,
"detectionCnt": 291069,
"newDetectionCnt": 4103,
"followUpCnt": 61771,
"viralCnt": 51370
}
}