사용자가 추가한 농구장 목록 조회
REQUEST
Header
Headers { Authorization: "Bearer {token}" }
PathVariable
RequestParameter
RESPONSE
Body
- Body 예시
{ "contents": [ { "newCourtId": 5, "name": "뚝섬 농구장", "basketCount": 2, "longitude": 127.9294084, "latitude" : 35.5224169, "image": "https://s3location", "texture": "ETC", "status": "READY" "createdAt": "2021-01-01T12:20:10", "updatedAt": "2021-01-01T12:20:10", }, { "newCourtId": 1, "name": "잠실한강공원 농구장", "basketCount": 1, "longitude": 126.9294254, "latitude" : 37.5283169, "image": "https://s3location", "texture": "RUBBER", "status": "READY" "createdAt": "2021-01-01T12:20:10", "updatedAt": "2021-01-01T12:20:10", } ], "lastId": 1 }