curl --location --request GET 'https://api.inboxkit.com/v1/api/email-insights/mailbox/mb-123e4567-e89b-12d3-a456-426614174000/top-recipients?period=30&limit=10' \
--header 'X-Workspace-Id;' \
--header 'Authorization: Bearer <token>'{
"success": true,
"data": [
{
"email": "[email protected]",
"count": 0
}
]
}