{
    "success": true,
    "timezone": {
        "database": "UTC",
        "display": "America\/Toronto"
    },
    "run_time_utc": "2026-09-16 18:24:42",
    "run_time_toronto": "2026-09-16 14:24:42",
    "current_hour_utc": {
        "start": "2026-09-16 18:00:00",
        "end": "2026-09-16 19:00:00"
    },
    "current_hour_toronto": {
        "start": "2026-09-16 14:00:00",
        "end": "2026-09-16 15:00:00"
    },
    "settings": {
        "lead": 100,
        "appointment": 30,
        "estimate": 18,
        "deposit": 8,
        "leadMaxHour": 12,
        "appointmentMaxHour": 5,
        "estimateMaxHour": 3,
        "depositMaxHour": 1,
        "estimateMin": 2999,
        "estimateMax": 11000,
        "depositMin": 900,
        "depositMax": 3500,
        "depositWindow": "06:00-19:00 America\/Toronto"
    },
    "deposit_window": {
        "open": true,
        "timezone": "America\/Toronto",
        "start": "06:00",
        "end": "19:00"
    },
    "before": {
        "leads": 4,
        "appointments": 1,
        "estimates": 0,
        "deposits": 0
    },
    "target_by_now": {
        "leads": 4,
        "appointments": 2,
        "estimates": 1,
        "deposits": 0
    },
    "generated": {
        "leads": 0,
        "appointments": 0,
        "estimates": 0,
        "deposits": 0
    },
    "after": {
        "leads": 4,
        "appointments": 1,
        "estimates": 0,
        "deposits": 0
    },
    "hourly_capacity_remaining": {
        "lead": 8,
        "appointment": 4,
        "estimate": 3,
        "deposit": 1
    },
    "funnel_check": {
        "leads_gte_appointments": true,
        "appointments_gte_estimates": true,
        "estimates_gte_deposits": true
    },
    "active_clients": 23,
    "runtime_ms": 17
}