✅
농구장 전체 정보 조회
REQUEST
Headers
RESPONSE
Body
- Body 예시
headers { Authorization: "Bearer ${token}" }
{ "courts": [ { "name": "관악구민운동장 농구장", "latitude": 38.987654, "longtitude": 12.309472, "image": "aHR0cHM6Ly9pYmIuY28vcXMwSnZXYg", "basketCount": 2, "createdAt": "2021-01-01T12:20:10", "updatedAt": "2021-01-01T12:20:10" }, { "name": "서울시 농구장", "latitude": 209.987654, "longtitude": 1123.309472, "image": "aHR0cHM6Ly9pYmIuY28vcXMwSnZXYg", "basketCount": 2, "createdAt": "2021-01-01T12:20:10", "updatedAt": "2021-01-01T12:20:10" }, { "name": "한강 농구장", "latitude": 7777.987654, "longtitude": 888.309472, "image": "aHR0cHM6Ly9pYmIuY28vcXMwSnZXYg", "basketCount": 2, "createdAt": "2021-01-01T12:20:10", "updatedAt": "2021-01-01T12:20:10" } ] }