Updated Comments API (markdown)
Added the 404 not found response and removed unused response codes for POST
Changed the response code of a creation of a successful comment from 200 OK to 201 CREATED as is there in the comment viewset
Created Comments API (markdown)