{
  "status": "success",
  "data": [
    {
      "year": 2024,
      "wishlist": [
        {
          "id": 1,
          "title": "Bekerja",
          "fulfilled": true,
          "created_at": "2024-01-01"
        },
        {
          "id": 2,
          "title": "Kuliah IT",
          "fulfilled": true,
          "created_at": "2024-01-01"
        },
        {
          "id": 3,
          "title": "Menjadi lebih baik",
          "fulfilled": true,
          "created_at": "2024-01-01"
        }
      ]
    },
    {
      "year": 2025,
      "wishlist": [
        {
          "id": 1,
          "title": "Nabung beli Mac Mini",
          "fulfilled": false,
          "created_at": "2025-01-01"
        },
        {
          "id": 2,
          "title": "Masuk AMCC",
          "fulfilled": false,
          "created_at": "2025-01-01"
        },
        {
          "id": 3,
          "title": "Ikut kepanitiaan",
          "fulfilled": null,
          "created_at": "2025-01-01"
        }
      ]
    }
  ]
}