{"info":{"_postman_id":"6bbfbe04-a033-40f1-9df2-c9caed796b49","name":"FastAPI-CRUD-PostgreSQL","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"24952393","collectionId":"6bbfbe04-a033-40f1-9df2-c9caed796b49","publishedId":"2s9Ykt4ycX","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2023-12-26T07:13:10.000Z"},"item":[{"name":"getAllUsers","id":"a2676a70-25ec-47d6-99eb-9a6f6706491c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8000/api/v1/","urlObject":{"protocol":"http","port":"8000","path":["api","v1",""],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"a2676a70-25ec-47d6-99eb-9a6f6706491c"},{"name":"updateUser","id":"5e24a13d-816a-43e3-ba8e-8049cb429612","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n    \"parameters\": {\r\n        \"id\": \"2\",\r\n        \"name\": \"Nimesh\",\r\n        \"email\": \"nimesh@gmail.com\",\r\n        \"password\": \"12345658\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8000/api/v1/update","urlObject":{"protocol":"http","port":"8000","path":["api","v1","update"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"5e24a13d-816a-43e3-ba8e-8049cb429612"},{"name":"deleteUser","id":"b75965ca-b85e-447f-b552-cec5c166c4b2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\r\n    \"id\":\"002\",\r\n    \"name\":\"Pahasara\",\r\n    \"address\":\"Galle\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8000/api/v1/3","urlObject":{"protocol":"http","port":"8000","path":["api","v1","3"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"b75965ca-b85e-447f-b552-cec5c166c4b2"},{"name":"getUserByUserID","id":"c90d839a-3afb-4505-9cbc-f89458e07472","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8000/api/v1/1","urlObject":{"protocol":"http","port":"8000","path":["api","v1","1"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"c90d839a-3afb-4505-9cbc-f89458e07472"},{"name":"saveUser","id":"b3e925e0-8169-4377-ac4a-b0561e41945b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"parameters\": {\r\n        \"name\": \"Pahasara\",\r\n        \"email\": \"pahasara@gmail.com\",\r\n        \"password\": \"25698745\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8000/api/v1/create","urlObject":{"protocol":"http","port":"8000","path":["api","v1","create"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"b3e925e0-8169-4377-ac4a-b0561e41945b"}]}