curl --location --globoff 'https://qyapi.weixin.qq.com/cgi-bin/school/living/get_unwatch_stat?access_token=' \
--header 'Content-Type: application/json' \
--data '{"livingid":"livingid1","next_key":"NEXT_KEY"}'{
"errcode": 0,
"ending": 0,
"next_key": "string",
"errmsg": "string",
"stat_info": {
"students": [
{
"student_userid": "string",
"partyids": [
0
],
"parent_userid": "string"
}
]
}
}