Multi-tenant applications have a way of turning simple endpoints into surprisingly complicated pieces of code.
At first, tenant-specific validation seems harmless.
You have two tenants with different limits, so you write something like:
if tenant ...