{
"userid": "member",
"publicemail_id" : 1,
"type" : 1
}curl --location --request POST 'https://qyapi.weixin.qq.com/cgi-bin/exmail/account/act_email' \
--header 'Content-Type: application/json' \
--data-raw '{
"userid": "member",
"publicemail_id" : 1,
"type" : 1
}'{
"errcode": 0,
"errmsg": "ok"
}