curl --location 'https://qyapi.weixin.qq.com/cgi-bin/exmail/app/update_email_alias?access_token=ACCESS_TOKEN' \
--header 'Content-Type: application/json' \
--data-raw '{
"new_email": "youxiangceshi@ceshi.wecom.work"
}'{
"errcode": 0,
"errmsg": "ok"
}