호스트 작성 게시물 조회

GET /api/users/hosts/posts

Headers

Name
Value

Content-Type

application/json

Authorization

Bearer <token>

Response

[
  {
    "postId": 0,
    "createdAt": "2024-03-30T10:57:51.229Z",
    "hostName": "string",
    "thumbnail": "string",
    "location": "string",
    "pricePerNight": 0,
    "hasReservation": true
  }
]

Last updated