{"info":{"_postman_id":"f51c9ff7-8b59-485a-8f70-781eeb6cc298","name":"golang-server","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"1921454","collectionId":"f51c9ff7-8b59-485a-8f70-781eeb6cc298","publishedId":"SVYrsdwf","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2019-08-06T18:29:30.000Z"},"item":[{"name":"Add a new customer","id":"45651cf1-8bb2-4b3d-8000-2a16032af970","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"CustomerID\":4,\n\t\"CustomerName\": \"souvik\"\n}"},"url":"localhost:8192/customer","urlObject":{"port":"8192","path":["customer"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"45651cf1-8bb2-4b3d-8000-2a16032af970"},{"name":"Update a customer","id":"7c8ca157-8a85-4fee-8b4e-572dceedeea4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"CustomerName\":\"haldar\"\n}"},"url":"localhost:8192/customer/4","urlObject":{"port":"8192","path":["customer","4"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"7c8ca157-8a85-4fee-8b4e-572dceedeea4"},{"name":"Delete a customer","id":"0d03439e-09ac-446b-9ebe-8cc7b14b7d9a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"localhost:8192/customer/4","urlObject":{"port":"8192","path":["customer","4"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"0d03439e-09ac-446b-9ebe-8cc7b14b7d9a"},{"name":"Fetch the customers","id":"f6e2229f-09ac-4848-9be2-602ec3eaaaca","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"localhost:8192/customer","urlObject":{"port":"8192","path":["customer"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"f6e2229f-09ac-4848-9be2-602ec3eaaaca"}]}