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,
"next_cursor": "string",
"livingid_list": [
"string"
],
"errmsg": "string"
}