{"info":{"_postman_id":"37705249-ce35-4d4d-bdb5-4b9caac565ba","name":"REST API WITH MONGODB","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json"},"item":[{"name":"Create User","id":"862528f0-3e83-4137-9d52-3d5c3125d263","request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n        \"name\": \"john smith\",\n        \"age\": 30,\n        \"Gender\": \"male\",\n        \"mobile_number\": 9887,\n        \"email_id\": \"johndoe@gmail.com\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8082/v1/create_user"},"response":[]},{"name":"Update User","id":"01f62cd4-0c3e-403a-8462-5f6d1c8e6141","request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"john doe\",\n    \"age\": 25\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8082/v1/update_user/john smith"},"response":[]},{"name":"Get User","id":"5e4fdf02-8062-484a-bd26-8a6f4c0eda5f","request":{"method":"GET","header":[],"url":{"raw":"http://localhost:8082/v1/get_user?name=john doe","protocol":"http","host":["localhost"],"port":"8082","path":["v1","get_user"],"query":[{"key":"name","value":"john doe"}]}},"response":[]},{"name":"Delete User","id":"b38cf346-8282-489b-8bc1-95f3d9f047e8","request":{"method":"DELETE","header":[],"url":"http://localhost:8082/v1/delete_user/john doe"},"response":[]}]}