📄️Get Feature Flags
Returns the resolved feature-flag map for the account associated with the authenticated token. Each key is a feature name and each value is a boolean indicating whether that feature is enabled for the account. The same map is also included on `GET /api/auth/profile` under `features`; this standalone endpoint lets a client refresh feature state without re-fetching the full profile.