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