curl --location --globoff 'https://qyapi.weixin.qq.com/cgi-bin/report/resident/get_corp_status?access_token=' \
--header 'Content-Type: application/json' \
--data '{"grid_id":"grid_id"}'{
"errcode": 0,
"errmsg": "ok",
"processing": 1,
"added_today": 1,
"solved_today": 1,
"pending": 10,
"total_case": 1,
"total_accepted": 1,
"total_solved": 1
}