curl --location 'https://qyapi.weixin.qq.com/cgi-bin/exmail/useroption/update' \
--header 'Content-Type: application/json' \
--data '{
"userid": "zhangsan",
"option": {
"list": [{
"type": 1,
"value": "0"
}, {
"type": 2,
"value": "1"
}, {
"type": 3,
"value": "0"
}]
}
}'{
"errcode": 0,
"errmsg": "ok"
}