{"info":{"_postman_id":"6593a3f5-1b02-4104-9658-026c178a363f","name":"FastAPI MVC","description":"<html><head></head><body><p>Project (APIs) Documentation</p>\n<p>This is documentation about my fast_api_mvc project and here you can find and understand how the APIs of this project work</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"26500283","collectionId":"6593a3f5-1b02-4104-9658-026c178a363f","publishedId":"2sA3rwMDsG","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2024-08-02T23:43:39.000Z"},"item":[{"name":"User APIs","item":[{"name":"Sign Up","id":"df3d0397-30db-48c4-94fc-08bf2daad312","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"email\": \"admin@gmail.com\",\n    \"password\": \"adminAdmin1_\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/user/signup","urlObject":{"protocol":"http","port":"8080","path":["user","signup"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"76a71ada-2698-4124-995a-74dd14428c2f","name":"Successful Sign Up","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"email\": \"admin@gmail.com\",\n    \"password\": \"adminAdmin1_\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/user/signup"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"date","value":"Fri, 02 Aug 2024 23:38:29 GMT"},{"key":"server","value":"uvicorn"},{"key":"content-length","value":"216"},{"key":"content-type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"user\": {\n        \"id\": 1,\n        \"email\": \"admin@gmail.com\"\n    },\n    \"token\": \"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyX2VtYWlsIjoiYWRtaW5AZ21haWwuY29tIiwiZXhwIjoxNzIyNjYzNTExfQ.Zaq-Pa9I8DNdYGESB76ibxmj-wGDAFVO8kZQOsewjkk\"\n}"}],"_postman_id":"df3d0397-30db-48c4-94fc-08bf2daad312"},{"name":"Login","id":"46ccc43c-eae8-4d44-be89-b6f5fe203932","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"email\": \"admin@gmail.com\",\n    \"password\": \"adminAdmin1_\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/user/login","urlObject":{"protocol":"http","port":"8080","path":["user","login"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"fe02fa2c-b148-4ad9-b1e0-7b7d56fe4cac","name":"Successful Login","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"email\": \"admin@gmail.com\",\n    \"password\": \"adminAdmin1_\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/user/login"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"date","value":"Fri, 02 Aug 2024 23:39:00 GMT"},{"key":"server","value":"uvicorn"},{"key":"content-length","value":"216"},{"key":"content-type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"user\": {\n        \"id\": 1,\n        \"email\": \"admin@gmail.com\"\n    },\n    \"token\": \"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyX2VtYWlsIjoiYWRtaW5AZ21haWwuY29tIiwiZXhwIjoxNzIyNjYzNTQyfQ.ev4n6qKn0C7FqU_HpWJHmO79pO-1liT9e4Bl3D5k82E\"\n}"}],"_postman_id":"46ccc43c-eae8-4d44-be89-b6f5fe203932"}],"id":"d212ac96-563f-4b64-827d-05343e9e7688","description":"<p>User APIs Documentation</p>\n","_postman_id":"d212ac96-563f-4b64-827d-05343e9e7688"},{"name":"Post APIs","item":[{"name":"Add Post","id":"fcbc9fbd-297d-460d-964d-99fcb4c0e63d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyX2VtYWlsIjoiYWRtaW5AZ21haWwuY29tIiwiZXhwIjoxNzIyNjYzNTQyfQ.ev4n6qKn0C7FqU_HpWJHmO79pO-1liT9e4Bl3D5k82E","description":"<p>Auth Token</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"text\": \"Some Test Text for Post\"\n    // Post Text\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/post/add","urlObject":{"protocol":"http","port":"8080","path":["post","add"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"c72f1886-8ef9-4bb6-a419-2136aaae57e9","name":"Successful Add Post","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyX2VtYWlsIjoiYWRtaW5AZ21haWwuY29tIiwiZXhwIjoxNzIyNjYzNTQyfQ.ev4n6qKn0C7FqU_HpWJHmO79pO-1liT9e4Bl3D5k82E","description":"Auth Token","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"text\": \"Some Test Text for Post\"\n    // Post Text\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/post/add"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"date","value":"Fri, 02 Aug 2024 23:40:47 GMT"},{"key":"server","value":"uvicorn"},{"key":"content-length","value":"96"},{"key":"content-type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"post\": {\n        \"id\": 1,\n        \"user_email\": \"admin@gmail.com\",\n        \"text\": \"Some Test Text for Post\"\n    }\n}"}],"_postman_id":"fcbc9fbd-297d-460d-964d-99fcb4c0e63d"},{"name":"Get Posts","id":"1ceedb66-57f7-4c8e-b315-6ce910a217b4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyX2VtYWlsIjoiYWRtaW5AZ21haWwuY29tIiwiZXhwIjoxNzIyNjYzNTQyfQ.ev4n6qKn0C7FqU_HpWJHmO79pO-1liT9e4Bl3D5k82E","description":"<p>Auth Token</p>\n","type":"text"}],"url":"http://localhost:8080/posts","urlObject":{"protocol":"http","port":"8080","path":["posts"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"1062f657-41b9-46bc-ac07-fd35c641ac40","name":"Successful Get Posts","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyX2VtYWlsIjoiYWRtaW5AZ21haWwuY29tIiwiZXhwIjoxNzIyNjYzNTQyfQ.ev4n6qKn0C7FqU_HpWJHmO79pO-1liT9e4Bl3D5k82E","description":"Auth Token","type":"text"}],"url":"http://localhost:8080/posts"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"date","value":"Fri, 02 Aug 2024 23:42:19 GMT"},{"key":"server","value":"uvicorn"},{"key":"content-length","value":"99"},{"key":"content-type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"posts\": [\n        {\n            \"id\": 1,\n            \"user_email\": \"admin@gmail.com\",\n            \"text\": \"Some Test Text for Post\"\n        }\n    ]\n}"}],"_postman_id":"1ceedb66-57f7-4c8e-b315-6ce910a217b4"},{"name":"Delete Post","id":"c1976947-441f-4b3b-8476-4e348502ea59","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyX2VtYWlsIjoiYWRtaW5AZ21haWwuY29tIiwiZXhwIjoxNzIyNjYzNTQyfQ.ev4n6qKn0C7FqU_HpWJHmO79pO-1liT9e4Bl3D5k82E","description":"<p>Auth Token</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"post_id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/post/delete","urlObject":{"protocol":"http","port":"8080","path":["post","delete"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"2eb98619-84e8-4fd0-9184-f2fcd7f349c2","name":"Successful Delete Post","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyX2VtYWlsIjoiYWRtaW5AZ21haWwuY29tIiwiZXhwIjoxNzIyNjYzNTQyfQ.ev4n6qKn0C7FqU_HpWJHmO79pO-1liT9e4Bl3D5k82E","description":"Auth Token","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"post_id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/post/delete"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"date","value":"Fri, 02 Aug 2024 23:42:44 GMT"},{"key":"server","value":"uvicorn"},{"key":"content-length","value":"16"},{"key":"content-type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true\n}"}],"_postman_id":"c1976947-441f-4b3b-8476-4e348502ea59"}],"id":"ee896f73-f93c-42b9-857c-17aa434ca5fd","description":"<p>Post APIs Documentation</p>\n","_postman_id":"ee896f73-f93c-42b9-857c-17aa434ca5fd"}]}