{
"id": "1231",
"user": "wan163@163.com",
"pass": "XOUHIWGTZ",
"groupType": "阿萨德",
"isSsl": "0",
"protocol": "imap",
"popHost": "pop.163.com",
"popPort": "110",
"imapHost": "imap.163.com",
"imapPort": "143"
}
curl --location --request POST 'http://127.0.0.1:8091/email/email/user/add' \
--header 'Safe-Key;' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": "1231",
"user": "wan163@163.com",
"pass": "XOUHIWGTZ",
"groupType": "阿萨德",
"isSsl": "0",
"protocol": "imap",
"popHost": "pop.163.com",
"popPort": "110",
"imapHost": "imap.163.com",
"imapPort": "143"
}'
{
"code": 200,
"success": true,
"msg": "操作成功",
"data": null,
"timestamp": 1704186100568
}