Get Trip
GET /api/v1/trips/{tripId}
Authentication required, returns
{ "trip": { "id": 1, "checkIn": "1999-11-21", "checkOut": "1999-11-22", "totalPrice": 40000, "headCount": 4, "status" : "DONE", "room": { "id" : 1, "name": "숙소이름", "photoUrls": ["url1", "url2", "url3", ..], "hostName": "호스트이름", "address": "제주시 하양읍" } } }