{
"userId": 1
}
curl --location --request POST '/cpcp-mng-service/openapi/cpc_mng_api_getTaskCount' \
--header 'accessToken: addd97479b608269f1c6cd1e0acf6e9d_21b86771-a566-4247-86ab-68b0f7f6d857' \
--header 'staffCode: A1002' \
--header 'Content-Type: application/json' \
--data-raw '{
"userId": 1
}'
{
"resultObject": [
{
"taskState": "0",
"stateCount": 139
},
{
"taskState": "2",
"stateCount": 234
},
{
"taskState": "3",
"stateCount": 186
}
],
"resultCode": "0"
}