{
    "success": true,
    "timestamp": "2026-04-16 12:03:47",
    "server_time": "2026-04-16T12:03:47+00:00",
    "session": {
        "session_id": "sankarnag-active-session",
        "session_data": "{\"authenticated\": true}",
        "created_at": "2026-04-16 12:03:47",
        "expire": "2026-04-17 12:03:47",
        "user_name": "Sankar Nag",
        "user_tier": "super_admin",
        "user_avatar": "\/assets\/default-avatar.png"
    },
    "agents": [
        {
            "type": "blog_curator",
            "name": "Blog Curator Agent",
            "status": "active",
            "endpoint": "http:\/\/localhost:5032",
            "config": "{\"model\": \"groq\"}",
            "created_at": "2026-04-16 12:03:47",
            "updated_at": "2026-04-16 12:03:47"
        },
        {
            "type": "workflow_orchestrator",
            "name": "Workflow Orchestrator",
            "status": "active",
            "endpoint": "http:\/\/localhost:5001",
            "config": "{\"version\": \"1.0\"}",
            "created_at": "2026-04-16 12:03:47",
            "updated_at": "2026-04-16 12:03:47"
        },
        {
            "type": "leaderboard_server",
            "name": "Leaderboard Server",
            "status": "active",
            "endpoint": "http:\/\/localhost:5003",
            "config": "{}",
            "created_at": "2026-04-16 12:03:47",
            "updated_at": "2026-04-16 12:03:47"
        },
        {
            "type": "chat_assistant",
            "name": "AI Chat Assistant",
            "status": "active",
            "endpoint": "http:\/\/localhost:8443",
            "config": "{\"provider\": \"groq\"}",
            "created_at": "2026-04-16 12:03:47",
            "updated_at": "2026-04-16 12:03:47"
        },
        {
            "type": "n8n_service",
            "name": "N8N Workflow Engine",
            "status": "active",
            "endpoint": "http:\/\/localhost:5678",
            "config": "{\"type\": \"workflow_engine\"}",
            "created_at": "2026-04-16 12:03:47",
            "updated_at": "2026-04-16 12:03:47"
        },
        {
            "type": "n8n_integration_api",
            "name": "N8N Integration API",
            "status": "active",
            "endpoint": "http:\/\/localhost:5050",
            "config": "{\"type\": \"integration_api\"}",
            "created_at": "2026-04-16 12:03:47",
            "updated_at": "2026-04-16 12:03:47"
        }
    ],
    "stats": {
        "total_sessions": 1,
        "total_agents": 6,
        "active_agents": 6,
        "database_status": "connected",
        "session_system": "operational"
    },
    "user": {
        "id": "598cccec-4887-4be1-b97b-a32b07a72fc3",
        "name": "Sankar Nag",
        "subscription_tier": "super_admin",
        "avatar": "\/assets\/default-avatar.png",
        "permissions": [
            "public",
            "subscriber",
            "premium",
            "admin",
            "super_admin"
        ]
    }
}