curl --location --globoff 'https://qyapi.weixin.qq.com/cgi-bin/living/modify?access_token=' \
--header 'Content-Type: application/json' \
--data '{"livingid":"XXXXXXXXX","theme":"theme","living_start":1600100000,"living_duration":3600,"description":"testdescription","type":1,"remind_time":60}'{
"errcode": 0,
"errmsg": "ok"
}