{"info":{"_postman_id":"f1efc15e-234f-4c86-a05a-3bc9b27b7188","name":"Golang_MongoDB","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json"},"item":[{"name":"Auth","item":[{"name":"Register","id":"88a12b05-6b06-4a56-b8eb-47e840a91903","request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"email\": \"johndoe@gmail.com\",\r\n    \"name\": \"John Doe\",\r\n    \"password\": \"password123\",\r\n    \"passwordConfirm\": \"password123\"\r\n}","options":{"raw":{"language":"json"}}},"url":"localhost:8000/api/auth/register"},"response":[]},{"name":"Refresh Token","id":"6c5b8721-ef28-4db3-ab0a-7aa5204f2bb0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\r\n    \"title\": \"My third post\",\r\n    \"content\": \"My content haha My content haha\",\r\n    \"image\": \"default.png\",\r\n    \"user\": \"edem\"\r\n}","options":{"raw":{"language":"json"}}},"url":"localhost:8000/api/auth/refresh"},"response":[]},{"name":"Logout","id":"31563208-9db8-4ef2-b4cf-e0d90a4a76ac","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\r\n    \"title\": \"My third post\",\r\n    \"content\": \"My content haha My content haha\",\r\n    \"image\": \"default.png\",\r\n    \"user\": \"edem\"\r\n}","options":{"raw":{"language":"json"}}},"url":"localhost:8000/api/auth/logout"},"response":[]},{"name":"Login","id":"9eac8711-53dc-44e2-97a7-388fcfdf736f","request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"email\": \"johndoe@gmail.com\",\r\n    \"password\": \"password123\"\r\n}","options":{"raw":{"language":"json"}}},"url":"localhost:8000/api/auth/login"},"response":[]},{"name":"Verify Email Address","id":"de5e9145-a7a0-4c85-a650-8f8ec512b152","request":{"method":"GET","header":[],"url":"{{host}}/api/auth/verifyemail/fdcd315b472c3e9c562c00214eac63929e3e1c6dc3444e6d50ac02a81478932c"},"response":[]}],"id":"eb4656f8-ca37-447e-aae3-383f40b95569"},{"name":"User","item":[{"name":"Get Me","id":"3f155c2d-a834-4a0c-b4a1-9a84e8941f06","request":{"method":"GET","header":[],"url":"localhost:8000/api/users/me"},"response":[]}],"id":"023196a8-e2c4-479c-b335-f2ed5607318e"},{"name":"Post","item":[{"name":"Create Post","id":"005003cf-36d6-474b-8f25-c3f3e1bafa4e","request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"title\": \"My first 6 demo post always\",\r\n    \"content\": \"My content haha My content haha\",\r\n    \"image\": \"default.png\",\r\n    \"user\": \"6291dcce3aea7d20c40754d3\"\r\n}","options":{"raw":{"language":"json"}}},"url":"localhost:8000/api/posts"},"response":[]},{"name":"Get Post","id":"1a31bd18-2eeb-4073-bbe9-ab6c4bc06b38","request":{"method":"GET","header":[],"url":"localhost:8000/api/posts/62924309cc2f4eb8eccf0828"},"response":[]},{"name":"Update Post","id":"def0189d-f69a-46d9-a402-fe04fc803dff","request":{"method":"POST","header":[],"url":"localhost:8000/api/posts/62924309cc2f4eb8eccf0828"},"response":[]},{"name":"Delete Post","id":"c30b7d0e-bb0d-46f1-a68d-9120178edff1","request":{"method":"POST","header":[],"url":"localhost:8000/api/posts/62924309cc2f4eb8eccf0828"},"response":[]},{"name":"Get All Posts","id":"67cdcc47-ce6e-4891-a72e-4d5c69ffe364","request":{"method":"GET","header":[],"url":{"raw":"localhost:8000/api/posts?page=1&limit=10","host":["localhost"],"port":"8000","path":["api","posts"],"query":[{"key":"page","value":"1"},{"key":"limit","value":"10"}]}},"response":[]}],"id":"5f6dc304-255a-42fb-bf1f-32906b4f5960"}]}