요청
응답
// 채팅 목록 페이지 진입시 (만약 API로 목록을 불러온다면) response [ { "chatRoomId": 2, "productInfo": { "productId": 2, "thumbnailImage": "https://user-images.githubusercontent.com/61923768/182771448-d2eefc50-7f3a-4582-8eb7-e91ebb9e94d0.png" }, "opponentUserInfo": { "username": "유재희", "profileImage": "https://lh3.googleusercontent.com/a/AItbvmmujg3pE4C3iRbHWRZCd-BtvUykZ2BaaIAuSoo7=s96-c" }, "lastMessage": "마지막 메세지", "lastMessageDate": "2022-08-10T13:13:54" } ]
- 응답에 데이터가 없을 경우 빈배열을 반환합니다