curl --location -g --request POST 'https://qyapi.weixin.qq.com/cgi-bin/school/living/get_unwatch_stat?access_token=' \
--header 'Content-Type: application/json' \
--data-raw '{"livingid":"livingid1","next_key":"NEXT_KEY"}'
{
"errcode": 0,
"errmsg": "ok",
"ending":1,
"next_key": "NEXT_KEY",
"stat_info":{
"students":[
{
"student_userid": "zhansan_child",
"parent_userid": "zhangsan",
"partyids":[
10,11
]
},
{
"student_userid": "lisi_child",
"parent_userid":"lisi",
"partyids":[
5
]
}
]
}
}