{
    "success": true,
    "data": {
        "timestamp": "2026-04-16 07:31:45",
        "system": "CodePay Container Monitor",
        "status": "ok",
        "services": {
            "database": {
                "status": "healthy",
                "total_orders": 0,
                "unpaid_orders": 0
            },
            "alipay_api": {
                "status": "healthy"
            },
            "monitoring": {
                "status": "stale",
                "last_run": "2026-04-12 16:54:32",
                "uptime": 0,
                "health_score": 25,
                "seconds_since_last_run": 311833,
                "last_message": "API triggered monitoring cycle completed successfully"
            },
            "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": 1253126
        },
        "suggestions": [
            "⏰ Monitoring service is stale (last run: 2026-04-12 16:54:32). Consider restarting."
        ]
    }
}