{
"ww_share_code": "CODE"
}curl --location -g --request POST 'http://127.0.0.1/cgi-bin/living/get_living_share_info?access_token={{accesstoken}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"ww_share_code": "CODE"
}'{
"errcode": 0,
"livingid": "string",
"viewer_external_userid": "string",
"viewer_userid": "string",
"errmsg": "string",
"invitor_external_userid": "string",
"invitor_userid": "string"
}