REQUEST
Header
Headers { Authorization: "Bearer {token}" }
RequestParameter
RESPONSE
Body
- Body 예시
{ "contents": [ { "newCourt": { "id": 1, "name": "잠실한강공원 농구장", "basketCount": 1, "longitude": 126.9294254, "latitude" : 37.5283169, "image": "https://s3location", "texture": "RUBBER", "status": "DENY" "createdAt": "2021-01-01T12:20:10", "updatedAt": "2021-01-01T12:20:10", }, "creator": { "id": 2, "nickname": "jelly", "profileImage": "s3에 저장된 프로필 이미지 url", "role": "USER" } }, { "newCourt": { "id": 2, "name": "한공원 농구장", "basketCount": 1, "longitude": 126.9294254, "latitude" : 37.5283169, "image": "https://s3location", "texture": "RUBBER", "status": "ACCEPT" "createdAt": "2021-01-01T12:20:10", "updatedAt": "2021-01-01T12:20:10", }, "creator": { "id": 3, "nickname": "noche", "profileImage": "s3에 저장된 프로필 이미지 url", "role": "ADMIN" } } ], "lastId": 1 // newCourt의 Id }