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