curl --location --request GET 'https://mail.devtcloud.com/api/v1/mail/logs?domainId&accountId&startDate&endDate' \
--header 'x-api-key: <api-key>'{
"total": 0,
"page": 0,
"maxPage": 0,
"data": [
{
"id": "string",
"to": "string",
"mailId": "string",
"status": "string",
"size": 0,
"sendedAt": "string",
"openedAt": "string",
"deliveredAt": "string",
"error": null,
"account": {
"id": "string",
"account": "string"
}
}
]
}