This endpoint mailsummary
https://www.api.codexhoster.org/api/mailsummary
| Parameter | String |
|---|---|
| server | cloud.example.com |
| userwhm | root |
| passwhm | abcdefg |
POST
{
"status": "success",
"code": 200,
"data": {
"Username": "example",
"Domain": "example.com",
"Owner": "root",
"Fail": 0,
"Defer": 0,
"Total_Email": 100,
"Success": 100,
"In_Progress": 0
}
}