[
  {
    "id": "1",
    "title": "로그인 기능 오류",
    "isOpen": true,
    "issueNumber": 12,
    "author": {
      "name": "홍길동",
      "imageUrl": "<https://example.com/user1.png>"
    },
    "timeStamp": "2023-12-23T14:35:22+09:00",
    "milestone": "회원가입 기능 개선",
    "labels": [
      {
        "title": "bug",
        "hexColor": "#ff0000",
        "description": "버그 관련 이슈"
      }
    ],
    "assignee": {
      "name": "김개발",
      "imageUrl": "<https://example.com/dev1.png>"
    }
  },
  {
    "id": "2",
    "title": "UI 개선 요청",
    "isOpen": false,
    "issueNumber": 13,
    "author": {
      "name": "이디자이너",
      "imageUrl": "<https://example.com/user2.png>"
    },
    "timeStamp": "2023-12-23T14:35:22+09:00",
    "milestone": "2차 배포",
    "labels": [
      {
        "title": "enhancement",
        "hexColor": "#00ff00",
        "description": "기능 개선 요청"
      },
      {
        "title": "UI",
        "hexColor": "#0000ff",
        "description": "사용자 인터페이스 관련"
      }
    ],
    "assignee": {
      "name": "박프론트",
      "imageUrl": "<https://example.com/dev2.png>"
    }
  }
]