RequestJSON (예시){ "newCourtId":1 }BodyFiledTypeDescription비고newCourtIdNumber사용자가 추가한 농구장 Idstatus 변경을 위해, DENY ResponseJSON (예시){ "success": true, "serverDateTime": "2021-12-01T12:00:00" } BodyFiledTypeDescription비고successBoolean요청 성공 여부serverDateTimeStringapi 응답시간 백 엔드Transaction court테이블new_court_id를 입력받으면 DB에서에서 new_court_id를 이용해서 court record삭제new_court 테이블에서 status를 deny로 변경