{
"userid": "USERID",
"cursor": "NEXT_KEY",
"limit": 20
}curl --location -g --request POST 'http://127.0.0.1/cgi-bin/living/get_user_all_livingid?access_token={{accesstoken}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"userid": "USERID",
"cursor": "NEXT_KEY",
"limit": 20
}'{
"errcode": 0,
"next_cursor": "string",
"livingid_list": [
"string"
],
"errmsg": "string"
}