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