A client can persist post by sending a POST request with {author_email, data, group_id} to /posts.
A client can fetch all posts on the dashboard by sending a GET at /posts.
A client cant fetch all posts written by a user by sending a GET at /posts/:author_email.
A client can persist post by sending a POST request with {author_email, data, group_id} to /posts. A client can fetch all posts on the dashboard by sending a GET at /posts. A client cant fetch all posts written by a user by sending a GET at /posts/:author_email.