Company question banks are included with the Insider plan.
Design a rate limiting system where each user has a different token quota. Unlike traditional rate limiters where all users share the same limits (e.g., 100 requests/minute), this system must...