게스트 좋아요 게시물 조회
GET /api/guests/posts
Headers
Name
Value
Content-Type
application/json
Authorization
Bearer <token>
Response
[
{
"postId": 0,
"hostName": "string",
"thumbnail": "string",
"location": "string",
"pricePerNight": 0
}
]Last updated