URL Design for Comments API:
GET /posts/{id}/comments: Retrieve a list of all comments.
GET /posts/{id}/comments/{commentId}: Retrieve a particular comment.
POST /posts/{id}/comments: Create a comment.
PUT /posts/{id}/comments/{commentId}: Update a particular comment.
DELETE /posts/{id}/comments/{commentId}: Delete a comment.