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