//INFORMATION ABOUT DUMMY USERS
sai id - 6224517b5a67b800044e91e2 email - sai@gmail.com password - 1234 sai's post id - 6224bb9418e14700047ab56c
priyajeet id - 62244e138984e9114cfb8ffd email - priyajeet@gmail.com password - 1234
sandy id - 622474441dc8e5000411dee7 email - sandy@gmail.com password - 1234
//BEARER TOKEN REQUIRED FOR 1 - get Profile http://reuniontask.herokuapp.com/api/users/user
2 - follow http://reuniontask.herokuapp.com/api/users/follow/user_id_here
3 - unfollow http://reuniontask.herokuapp.com/api/users/unfollow/user_id_here
4 - Create Post http://reuniontask.herokuapp.com/api/posts
5 - Get all posts http://reuniontask.herokuapp.com/api/posts/all_posts
6 - like a post http://reuniontask.herokuapp.com/api/posts/like/post_id_here
7 - dislike a post http://reuniontask.herokuapp.com/api/posts/dislike/post_id_here
8 - Comment on a Post http://reuniontask.herokuapp.com/api/posts/comment/post_id_here
9 - Delete a Post http://reuniontask.herokuapp.com/api/posts/post_id_here