GET
/api/v1/courses/{course_id}/comments
응답 값(200)
{ "id": Long!, //코스 아이디 "totalCount": Long!, //댓글의 총 개수 "comments": [ { "id": Long!, "comment": String!, "rootCommentId": Long?, "createdAt": String!, "updatedAt": String!, "visibility": String, // TRUE, FALSE, DELETED_INFORMATION "user":{ "id": Number!, "nickName": String!, "profileImage": String?, } }, ... ] } // 확정 x(장소 댓글 담당과 이야기를 해봐야합니다.)
응답 값(204 - noContent)
응답 값(404 )
// 존재하지 않은 코스의 댓글 조회 요청