Authorization: ********************curl --location --request GET '/admin/EmailLogs?page&size&keyword&startTime&endTime' \
--header 'Authorization: <api-key>'{
"code": 200,
"msg": "数据请求成功",
"data": {
"email_logs": [
{
"email": "",
"id": 1,
"ip": "112.248.243.171",
"status": true,
"time": 1769966462320,
"type": "续费通知"
}
],
"page": 1,
"page_size": 10,
"total_count": 124
},
"request_id": ""
}