POST /api/v1/courses/{course_id}/comments요청 값(헤더)"Authorization": String! ex) "Authorization":"234980234908sdkjhsjfhsda"요청 값(body){ "comment": String!, "rootCommentId": Long? }응답 값(200){ "id": Long! } 응답 값(401)//토큰 인증 에러응답 값(404)// 댓글 작성하고자 하는 코스가 존재하지 않을 때