{
    "success": true,
    "message": "Słówka użytkownika pobrane z bazy danych",
    "data": {
        "module": "vocabulary_db",
        "status": "connected_to_database",
        "source": "mysql",
        "user": {
            "id": 1,
            "name": "Użytkownik demo",
            "email": "demo@agent-miromax.com",
            "role": "user",
            "status": "active"
        },
        "summary": "Lista słówek została pobrana z prawdziwej bazy danych.",
        "words": [
            {
                "id": 1,
                "word": "morning",
                "translation": "poranek",
                "example": "I usually drink coffee in the morning.",
                "language": "Angielski",
                "topic": "poranna rutyna",
                "status": "new",
                "next_review_at": "2026-05-07 20:41:54",
                "created_at": "2026-05-06 20:41:54",
                "updated_at": "2026-05-06 20:41:54"
            },
            {
                "id": 2,
                "word": "coffee",
                "translation": "kawa",
                "example": "I drink coffee every morning.",
                "language": "Angielski",
                "topic": "poranna rutyna",
                "status": "new",
                "next_review_at": "2026-05-07 20:41:54",
                "created_at": "2026-05-06 20:41:54",
                "updated_at": "2026-05-06 20:41:54"
            },
            {
                "id": 3,
                "word": "routine",
                "translation": "rutyna",
                "example": "My morning routine is simple.",
                "language": "Angielski",
                "topic": "poranna rutyna",
                "status": "new",
                "next_review_at": "2026-05-08 20:41:54",
                "created_at": "2026-05-06 20:41:54",
                "updated_at": "2026-05-06 20:41:54"
            }
        ],
        "count": 3,
        "next_review": "2026-05-07 20:41:54",
        "recommendation": "Powtórz słówka z listy, a następnie użyj ich w krótkiej rozmowie z Avatarem językowym.",
        "next_step": "Przygotuj knowledge-db.php albo history-db.php."
    }
}