{
"success": true,
"status": 200,
"data": {
"content": [
{
"id": 15,
"memberId": 1,
"chatRoomId": 105,
"title": "제주도 힐링 여행",
"startDate": "2025-03-01",
"isCompleted": false,
"region": "제주",
"imageUrl": "https://example.com/images/jeju.jpg"
},
{
"id": 14,
"memberId": 1,
"chatRoomId": 104,
"title": "부산 맛집 투어",
"startDate": "2025-02-15",
"isCompleted": false,
"region": "부산",
"imageUrl": "https://example.com/images/busan.jpg"
},
{
"id": 13,
"memberId": 1,
"chatRoomId": 103,
"title": "서울 3박 4일",
"startDate": "2025-01-20",
"isCompleted": true,
"region": "서울",
"imageUrl": "https://example.com/images/seoul.jpg"
}
],
"nextCursor": 13,
"hasNext": true,
"size": 3
}
}