{"info":{"_postman_id":"e3e056bb-3fe3-4791-9499-d643782209a7","name":"Deno_MongoDB","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json"},"item":[{"name":"Auth","item":[{"name":"Register","id":"030d939e-51a5-4bd8-bc7f-6ec0333aa706","request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"email\": \"admin@admin.com\",\r\n    \"name\": \"Admin\",\r\n    \"photo\": \"default.png\",\r\n    \"password\": \"password123\",\r\n    \"passwordConfirm\": \"password123\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/api/auth/register"},"response":[]},{"name":"Refresh Token","id":"83da7b3c-8671-415b-82b5-10f65a980c71","request":{"method":"GET","header":[],"url":"localhost:8000/api/auth/refresh"},"response":[]},{"name":"Forgot Password","id":"338f41a6-38fe-4269-a10b-632af3a00701","request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"email\": \"johnsmith@gmail.com\"\r\n}","options":{"raw":{"language":"json"}}},"url":"localhost:8000/api/auth/forgotpassword"},"response":[]},{"name":"Logout","id":"982abb05-a59a-4fa0-aebc-d355cbc771a2","request":{"method":"GET","header":[],"url":"localhost:8000/api/auth/logout"},"response":[]},{"name":"Login","id":"2cada7e4-ef17-48a7-a6a0-1565e4771fcb","request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"email\": \"admin@admin.com\",\r\n    \"password\": \"password123\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/api/auth/login"},"response":[]},{"name":"Verify Email Address","id":"b93ae3ef-3a68-4c92-9d15-4da1a8d09534","request":{"method":"GET","header":[],"url":"{{host}}/api/auth/verifyemail/rhHJXQIgALR4i6bbOrhf"},"response":[]}],"id":"00236312-10bf-4191-9410-e3fe72d6b318"},{"name":"User","item":[{"name":"Get Me","id":"9cef9966-aabc-4c9d-9e62-e9cf48d3da45","request":{"method":"GET","header":[],"url":"localhost:8000/api/users/me"},"response":[]}],"id":"5e120a4a-c347-4766-9885-b68021d50507"},{"name":"Post","item":[{"name":"Create Post","id":"11e2f3f5-5750-4091-a618-e271115d19ec","request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"title\": \"My first 2 demo post always\",\r\n    \"content\": \"My content haha My content haha\",\r\n    \"category\": \"React.js\",\r\n    \"image\": \"default.png\"\r\n}","options":{"raw":{"language":"json"}}},"url":"localhost:8000/api/posts"},"response":[]},{"name":"Get Post","id":"a72a5a26-7d90-49ee-85c6-1e8cff045b99","request":{"method":"GET","header":[],"url":"localhost:8000/api/posts/630d23c4cdd08d7c84e5bed7"},"response":[]},{"name":"Update Post","id":"d0f7b3e2-b180-4df5-be92-b4d08e2a8d2c","request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n    \"title\": \"My newly updated post title\"\r\n}","options":{"raw":{"language":"json"}}},"url":"localhost:8000/api/posts/630d263e9f77e394805c4ae5"},"response":[]},{"name":"Delete Post","id":"462617e1-0bd5-4b04-9a67-fded5863b7e2","request":{"method":"DELETE","header":[],"url":"localhost:8000/api/posts/630d263e9f77e394805c4ae5"},"response":[]},{"name":"Get All Posts","id":"63b805a4-8a04-4c7c-a30b-f1851ee7e363","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":"f1d7d95c-7b18-4100-9384-cb26b9eff34a"}]}