Description:
DAO admins need an endpoint to see who their biggest token dumpers/holders are.
Acceptance Criteria:
[ ] GET /api/org/:id/analytics/top-claimers.
[ ] Aggregate total claimed tokens grouped by beneficiary address.
[ ] Order by highest amount descending.
Labels: api, admin