{
    "success": true,
    "data": {
        "timestamp": "2026-08-24 02:32:08",
        "system": "CodePay Container Monitor",
        "status": "excellent",
        "services": {
            "database": {
                "status": "healthy",
                "total_orders": 0,
                "unpaid_orders": 0
            },
            "alipay_api": {
                "status": "healthy"
            },
            "monitoring": {
                "status": "healthy",
                "last_run": "2026-08-24 02:31:54",
                "uptime": 0,
                "health_score": 100,
                "seconds_since_last_run": 14,
                "last_message": "Triggered directly from health check"
            },
            "order_cleanup": {
                "status": "enabled",
                "timeout_seconds": 300,
                "expired_orders_count": 0,
                "last_cleanup": "Runs with monitoring cycle"
            }
        },
        "counters": {
            "total_orders": 0,
            "unpaid_orders": 0,
            "paid_orders": 0,
            "system_uptime": 5124864
        },
        "suggestions": [
            "✅ System is performing excellently! All services are healthy."
        ]
    }
}