다가올 예약 목록 조회
REQUEST
Header
headers { Authorization: "Bearer ${token}" }
RESPONSE
Body
- Body 예시
{ "contents": [ { "id": "3", "courtId": "1", "courtName": "영통구민운동장 농구장", "latitude": 27.1, "longitude": 127, "basketCount": 2, "participantsCount": 6, "startTime": "2021-01-01T12:20:10.000Z", "endTime": "2021-01-01T12:20:10.000Z", "createdAt": "2021-01-01T12:20:10.000Z", "updatedAt": "2021-01-01T12:20:10.000Z" }, { "id": "5", "courtId": "7", "courtName": "관악구민운동장 농구장", "latitude": 27.1, "longitude": 127, "basketCount": 4, "participantsCount": 2, "startTime": "2021-01-01T12:20:10.000Z", "endTime": "2021-01-01T12:20:10.000Z", "createdAt": "2021-01-01T12:20:10.000Z", "updatedAt": "2021-01-01T12:20:10.000Z" } ], }