{
}
curl --location --request POST 'http://127.0.0.1:8091/email/email/config/add' \
--header 'Safe-Key;' \
--header 'Content-Type: application/json' \
--data-raw '{
}'
{
"code": 200,
"success": true,
"msg": "操作成功",
"data": null,
"timestamp": 1704186100568
}