게스트 예약 게시물 조회
GET /api/guests/reservations
Headers
Name
Value
Content-Type
application/json
Authorization
Bearer <token>
Response
[
{
"bookId": 0,
"postId": 0,
"checkInDate": "2024-03-30T10:56:58.394Z",
"checkOutDate": "2024-03-30T10:56:58.394Z",
"thumbnail": "string",
"location": "string",
"hostName": "string",
"paymentAmount": 0
}
]Last updated