{
"livingid": "livingid1",
"next_key": "NEXT_KEY"
}curl --location -g --request POST 'http://127.0.0.1/cgi-bin/school/living/get_unwatch_stat?access_token={{accesstoken}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"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"
}
]
}
}