Authorization: Bearer ********************curl --location -g --request GET 'https://open.pingcode.com/v1/project/projects/{{project_id}}/progress' \
--header 'Authorization: Bearer <token>'{
"work_item": {
"total": 4,
"pending_count": 1,
"in_progress_count": 2,
"completed_count": 1
}
}