Authorization: Bearer ********************{
"package_uuid": "110",
"org_cd": "500000001566"
}curl --location --request GET '/innerapi/data-dashboard/special-pack-stat' \
--header 'x1-gp-color: {{IS_GRAY}}' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"package_uuid": "110",
"org_cd": "500000001566"
}'{
"message": "操作成功",
"code": 200,
"data": {
"waiting": 189,
"running": 142,
"completed": 0,
"should": 326,
"total": 331
}
}