내 채팅방 목록 조회

GET /api/users/chats

Headers

Name
Value

Content-Type

application/json

Authorization

Bearer <token>

Response

[
  {
    "receiverName": "string",
    "lastMessage": "string",
    "createdAt": "2024-03-30T13:18:35.008Z"
  }
]

Last updated