{ "plants": [ { "id": "plant-1", "name": "Cherry Tomato", "species": "Tomato", "variety": "Cherry", "generation": 1, "status": "healthy" }, { "id": "plant-2", "name": "Sweet Basil", "species": "Basil", "variety": "Genovese", "generation": 1, "status": "thriving" } ], "user": { "id": "user-1", "email": "test@example.com", "name": "Test User" } }