{
    "success": true,
    "message": "Profil użytkownika pobrany z bazy danych",
    "data": {
        "module": "profile_db",
        "status": "connected_to_database",
        "source": "mysql",
        "user": {
            "id": 1,
            "name": "Użytkownik demo",
            "email": "demo@agent-miromax.com",
            "role": "user",
            "status": "active",
            "created_at": "2026-05-06 20:41:54",
            "updated_at": "2026-05-06 20:41:54"
        },
        "profile": {
            "target_language": "Angielski",
            "level": "A1 — początkujący",
            "goal": "Poprawić codzienną komunikację po angielsku.",
            "conversation_mode": "Rozmowa codzienna",
            "time_per_day": "20 minut",
            "focus": "regularność",
            "created_at": "2026-05-06 20:41:54",
            "updated_at": "2026-05-06 20:41:54"
        },
        "settings": {
            "interface_language": "Polski",
            "theme": "Ciemny",
            "notifications": "Włączone",
            "learning_mode": "Codzienna nauka",
            "privacy_mode": "Demo",
            "auto_save": "Włączone",
            "created_at": "2026-05-06 20:41:54",
            "updated_at": "2026-05-06 20:41:54"
        },
        "stats": {
            "lessons": 1,
            "history_items": 3,
            "vocabulary_items": 3,
            "knowledge_notes": 1,
            "learning_plans": 1,
            "coach_checkins": 1,
            "sessions": 1
        },
        "connected_modules": [
            "avatar",
            "coach",
            "education",
            "knowledge",
            "learning_plan",
            "history",
            "vocabulary",
            "profile",
            "settings"
        ],
        "recommendation": "Profil został pobrany z prawdziwej bazy danych. Można rozpocząć podłączanie kolejnych endpointów DB.",
        "next_step": "Przygotuj settings-db.php albo vocabulary-db.php."
    }
}