사용자가 농구장 추가하기
Request
Headers
headers { Authorization: "Bearer ${token}" }
Body
- Body 예시
{ "name": "관악구민운동장 농구장", "latitude": 38.987654, "longtitude": 12.309472, "image": "aHR0cHM6Ly9pYmIuY28vcXMwSnZXYg", "texture": "ASPHALT", "basketCount": 2 }
Response
Body
- Body 예시
{ "newCourtId": 1, "userId": 1, "name": "관악구민운동장 농구장", "latitude": 38.987654, "longtitude": 12.309472, "image": "https://www.sds.com", "texture": "ASPHALT", "basketCount": 2 }