[
"1",
"2",
"3"
]
curl --location --request POST 'http://127.0.0.1:8091/email/email/userParam/roleDoRun' \
--header 'Safe-Key;' \
--header 'Content-Type: application/json' \
--data-raw '[
"1",
"2",
"3"
]'
{
"code": 200,
"success": true,
"msg": "已提交测试",
"data": null,
"timestamp": 1704186100568
}