curl --location --request GET 'https://api.inboxkit.com/v1/api/email-insights/mailbox/mb-123e4567-e89b-12d3-a456-426614174000/stats?period=30' \
--header 'X-Workspace-Id;' \
--header 'Authorization: Bearer <token>'{
"success": true,
"data": {
"total_sent": 450,
"total_received": 320,
"total_bounced": 12,
"total_replied": 85,
"bounce_rate": 2.67,
"reply_rate": 18.89,
"daily_activity": [
{
"date": "2019-08-24",
"sent": 0,
"received": 0,
"bounced": 0
}
]
}
}