Create an API endpoint to list all comments for a post.
Create an API endpoint to add a comment to a post. Remember that the owner of the comment is the user that makes it; it should not be set by passing a parameter.
Add authentication to your API endpoints.
Ensure API endpoints receive JSON and respond with JSON as well.
In this PR, I did the following: