GET
(Comment List)
GET https://django-api.com/movie/{pk}/comment/
(Comment Detail)
GET https://django-api.com/movie/comment/{pk}/
(Comment Top)
GET https://django-api.com/movie/{pk}/comment/top/
(Comment My Star)
GET https://django-api.com/movie/{pk}/comment/my-star/
(Star Histogram)
GET https://django-api.com/movie/{pk}/comment/histogram/
POST
(Comment Add)
POST https://django-api.com/movie/{pk}/comment/
(Comment Like)
POST https://django-api.com/movie/comment/{pk}/comment-like/
PUT
(Comment Edit)
PUT/PATCH https://django-api.com/movie/comment/{pk}/
DELETE
(Comment Delete)
DELETE https://django-api.com/movie/comment/{pk}/