{
    "service": "Garage Billing API",
    "version": "2.0",
    "status": "running",
    "timestamp": "2026-04-13 09:21:09",
    "endpoints": {
        "POST \/ingest": {
            "description": "Ingest HAProxy traffic data from Alloy",
            "payload": {
                "timestamp": "string (Y-m-d H:i:s)",
                "proxy_name": "string (e.g., garage-proxy-hdd-1)",
                "url": "string (S3 URL)",
                "bytes_in": "integer",
                "bytes_out": "integer"
            }
        },
        "GET \/export": {
            "description": "Export aggregated traffic statistics (last 30 days)",
            "query_params": {
                "storage_type": "optional (HDD or SSD)",
                "proxy_name": "optional"
            }
        },
        "GET \/health": {
            "description": "Health check endpoint"
        }
    }
}