게스트 체크인 예정 날짜 조회
GET /api/guests/posts
Headers
Name
Value
Content-Type
application/json
Authorization
Bearer <token>
Response
{
"checkInDate": "2024-03-30"
}Last updated
GET /api/guests/posts
Headers
Content-Type
application/json
Authorization
Bearer <token>
Response
{
"checkInDate": "2024-03-30"
}Last updated