채팅방 목록 조회

GET /chat

[
  {
    "postId": 14,
    "chatInfo": {
      "title": "빌리프로스터리카페",
      "userImage":“https://img.icons1.com.png"
    },
    "recentChat": {
      "nickname": "배달비",
      "message": "시킵니다용~",
      "date": "30분전"
    }
  }
]

Last updated