{
"livingid": "XXXXXXXXX",
"theme": "theme",
"living_start": 1600100000,
"living_duration": 3600,
"description": "testdescription",
"type": 1,
"remind_time": 60
}curl --location -g --request POST 'http://127.0.0.1/cgi-bin/living/modify?access_token={{accesstoken}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"livingid": "XXXXXXXXX",
"theme": "theme",
"living_start": 1600100000,
"living_duration": 3600,
"description": "testdescription",
"type": 1,
"remind_time": 60
}'{
"errcode": 0,
"errmsg": "string"
}