{"info":{"_postman_id":"5f22bc41-1e95-4965-bd1f-cadea3b27a35","name":"Post Managment API","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"33994673","collectionId":"5f22bc41-1e95-4965-bd1f-cadea3b27a35","publishedId":"2sA3s1oC6U","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2024-08-08T13:38:56.000Z"},"item":[{"name":"getAllPosts","id":"5492388a-1f38-4e30-b882-9cadd9b953be","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8080/feed/posts","urlObject":{"protocol":"http","port":"8080","path":["feed","posts"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"5492388a-1f38-4e30-b882-9cadd9b953be"},{"name":"getPostById","id":"7c694953-03de-4d29-a626-ff79c1838551","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8080/feed/post/6690e24d2515ee53a8fd8117","urlObject":{"protocol":"http","port":"8080","path":["feed","post","6690e24d2515ee53a8fd8117"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"7c694953-03de-4d29-a626-ff79c1838551"},{"name":"CreatePost","id":"dd846b2d-592a-40e9-a795-41feec5de392","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"title\":\"today post\",\r\n    \"content\":\"A beautiful day in paradise\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/feed/post","urlObject":{"protocol":"http","port":"8080","path":["feed","post"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"dd846b2d-592a-40e9-a795-41feec5de392"},{"name":"updatePostByID","id":"c98f4a79-efae-4af3-8410-a69826c41279","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"title\":\"first post\",\r\n    \"content\":\"A beautiful day in paradise haha\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/feed/post/6690e24d2515ee53a8fd8117","urlObject":{"protocol":"http","port":"8080","path":["feed","post","6690e24d2515ee53a8fd8117"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"c98f4a79-efae-4af3-8410-a69826c41279"},{"name":"DeletePostByID","id":"7ca40869-8421-4eb5-b460-69945148a460","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8080/feed/post/6690e24d2515ee53a8fd8117","urlObject":{"protocol":"http","port":"8080","path":["feed","post","6690e24d2515ee53a8fd8117"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"7ca40869-8421-4eb5-b460-69945148a460"},{"name":"UserSignup","id":"0bd05c06-705f-41df-a6da-0e242964a0d8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"email\":\"user2h@gmail.com\",\r\n    \"password\":\"smakthat202\",\r\n    \"name\":\"user2\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/auth/signup","urlObject":{"protocol":"http","port":"8080","path":["auth","signup"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"0bd05c06-705f-41df-a6da-0e242964a0d8"},{"name":"userlogin","id":"442047cc-1f28-4349-8778-decee32b74c0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"email\":\"user2h@gmail.com\",\r\n    \"password\":\"smakthat202\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/auth/login","urlObject":{"protocol":"http","port":"8080","path":["auth","login"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"442047cc-1f28-4349-8778-decee32b74c0"}],"event":[{"listen":"prerequest","script":{"id":"cdc91341-8a6c-4f33-8fb9-1f63f58b4725","type":"text/javascript","packages":{},"exec":[""]}},{"listen":"test","script":{"id":"c667ab4c-1a22-4316-bc0d-60ec4c492ca1","type":"text/javascript","packages":{},"exec":[""]}}],"variable":[{"key":"authToken","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6InNoYWhhaGFoQGdtYWlsLmNvbSIsInVzZXJJZCI6IjY2YTBjZTVlMzVlMDI1YWRjYWE1YTI3ZCIsImlhdCI6MTcyMTgxNDY1NCwiZXhwIjoxNzIxODE4MjU0fQ.Wo2Y-jAZEVsT86bN14Ftfykdl35NI2jXSXc0jOKeSRw","type":"string"}]}