📄️ Comment Post
POST /post/:postId/comment
📄️ Get Post Comments
GET /post/:postId/comments
📄️ Get Comment By ID
GET /post/comment/:commentId
📄️ Get Comment Replies
GET /post/comment/:commentId/replies
📄️ Reply To Comment
POST /post/comment/:commentId/reply
📄️ Like Comment
POST /post/comment/:commentId/like
📄️ Get Comment Likes
GET /post/comment/:commentId/likes
📄️ Delete Comment
DELETE /post/comment/:commentId