curl --location --globoff 'https://qyapi.weixin.qq.com/cgi-bin/living/get_user_all_livingid?access_token=' \
--header 'Content-Type: application/json' \
--data '{"userid":"USERID","cursor":"NEXT_KEY","limit":20}'{
"errcode": 0,
"errmsg": "ok",
"next_cursor": "next_cursor",
"livingid_list": [
"livingid1",
"livingid2"
]
}