Authorization: Bearer ********************curl --location --request POST '/api/services/app/examine/screen/quality/taskCount' \
--header 'Authorization: Bearer <token>'{
"weekTaskCount": 0,
"monthTaskCount": 0,
"totalTaskCount": 0,
"weekCorrectionTaskCount": 0,
"monthCorrectionTaskCount": 0,
"totalCorrectionTaskCount": 0
}