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