//! `AmpCode` quota management endpoint — exposes cached free-tier and balance data.
use crateAppState;
use ;
use AmpQuotaSnapshot;
use Arc;
/// Returns the latest cached `AmpCode` quota snapshot.
///
/// Data is populated passively by intercepting `/api/internal` responses
/// for `getUserFreeTierStatus` and `userDisplayBalanceInfo`.
pub async