{"info":{"_postman_id":"d18df448-8d92-464f-af14-b1b9f62c3a32","name":"Python Fastapi","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json"},"item":[{"name":"Post","item":[{"name":"Create Post","id":"cbd123da-3ef9-4107-97a8-f6a97d89f713","request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"title\": \"How to code a Reactjs app\",\r\n    \"category\": \"Reactjs\",\r\n    \"content\": \"My content haha My content haha\",\r\n    \"image\": \"default.png\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/api/posts"},"response":[]},{"name":"Get Post","id":"5fb3d4d4-4c20-4742-9591-f6e310867a64","request":{"method":"GET","header":[],"url":"{{host}}/api/posts/6abb2e93-d6d8-48d0-b3af-d033ef4251ca"},"response":[]},{"name":"Update Post","id":"d6739f04-0ee8-437b-937e-99405d39c215","request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"title\": \"How to code a Node.js apps\",\r\n    \"content\": \"My content haha My content haha\",\r\n    \"category\": \"Node.js\",\r\n    \"image\": \"default.png\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/api/posts/6abb2e93-d6d8-48d0-b3af-d033ef4251ca"},"response":[]},{"name":"Delete Post","id":"3261213e-6524-4af4-9293-6ab629ea43cb","request":{"method":"DELETE","header":[],"url":"{{host}}/api/posts/524161ee-0ac0-4500-b6e6-6c6e5b5f48e0"},"response":[]},{"name":"Get All Posts","id":"9cd38c91-cd9e-47e4-ab47-305c16121648","request":{"method":"GET","header":[],"url":{"raw":"{{host}}/api/posts?page=1&limit=10","host":["{{host}}"],"path":["api","posts"],"query":[{"key":"page","value":"1"},{"key":"limit","value":"10"}]}},"response":[]}],"id":"0633c82d-c4e2-47ef-a50a-55475ae0f579"},{"name":"Users","item":[{"name":"Get Me","id":"a8c640c5-86c8-4338-bb54-3650a868a133","request":{"method":"GET","header":[],"url":"{{host}}/api/users/me"},"response":[]},{"name":"Update Me","id":"09c7eae4-75fb-4c9d-b3b3-bcd00ac26acd","request":{"auth":{"type":"bearer","bearer":{"token":"{{access_token}}"}},"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"Price\",\r\n    \"email\": \"prince@gmail.com\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/api/users/updateMe"},"response":[]}],"id":"776fb8a1-e790-4012-b2c3-afd3ce52cbd5"},{"name":"Auth","item":[{"name":"Signup","id":"3cabb31c-5498-4ec7-b117-6335d4b4c488","request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"John Smith\",\r\n    \"email\": \"johnsmith@gmail.com\",\r\n    \"password\": \"password123\",\r\n    \"passwordConfirm\": \"password123\",\r\n    \"photo\": \"default.png\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/api/auth/register"},"response":[]},{"name":"Login","event":[{"listen":"test","script":{"id":"aae50bf5-79ee-40e7-ba89-89238a6f8436","exec":[""],"type":"text/javascript"}}],"id":"8883413b-4110-4cb1-8340-396e50d9bbf4","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":"{{host}}/api/auth/login"},"response":[]},{"name":"Verify Email Address","id":"7a779b28-7f7c-4803-9364-aaff665e00dd","request":{"method":"GET","header":[],"url":"{{host}}/api/auth/verifyemail/c606d17319ece722af2a"},"response":[]},{"name":"Refresh Access Token","id":"82a9c587-610e-486a-b28a-1e40a8f69e82","request":{"method":"GET","header":[],"url":"{{host}}/api/auth/refresh"},"response":[]},{"name":"Logout","id":"a6d82bac-062a-4128-8b09-ddb0bfb99905","request":{"method":"GET","header":[],"url":"{{host}}/api/auth/logout"},"response":[]}],"id":"63e08da0-804a-4df6-8560-abd13378c166"},{"name":"Health Checker","id":"9f34a7e8-a573-49b3-945c-3ee16cf58b56","request":{"method":"GET","header":[],"url":"{{host}}/api/healthchecker"},"response":[]}]}