curl --location --request GET 'https://api.inboxkit.com/v1/api/email-insights/mailbox/mb-123e4567-e89b-12d3-a456-426614174000/health' \
--header 'X-Workspace-Id;' \
--header 'Authorization: Bearer <token>'{
"success": true,
"data": {
"health_status": "healthy",
"bounce_rate": 1.8,
"reply_rate": 22.3,
"sent_7d": 85,
"received_7d": 62,
"last_event_at": "2025-03-07T14:30:00.000Z"
}
}