curl --location --request GET 'http://127.0.0.1:8080/api/getSendCount?size=10&emailId=1&user=&apikey=666' \
--header 'apikey;'
{
"code": 200,
"msg": "请求成功",
"result": {
"count": 2,
"page": 1
},
"timestamp": "1699960038677"
}