Comment 생성
하나의 코멘트 객체를 조회합니다.
METHOD & URL
GET /post/comment/[comment-id값]/
Permission
모든 사용자
Success Response
HTTP Response
200 OK
Content
{
"id": 코멘트 id ,
"author": "작성자 닉네임",
"post": "연결된 포스트",
"comment_track": "코멘트 트랙 주소",
"instrument": "코멘트 트랙 악기"
}