DotQuotaResponseDto: {
    costUsd: number;
    periodEnd: string;
    periodStart: string;
    solveLimit: number | null;
    used: number;
}