{ "info": { "_postman_id": "c250900c-d30a-49ba-a9b6-c44cbff22c69", "name": "Project101", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json", "_exporter_id": "4185850" }, "item": [ { "name": "Save Customer - Asia", "request": { "method": "POST", "header": [ { "key": "X-TenantID", "value": "asia", "type": "text" } ], "body": { "mode": "raw", "raw": "{\n \"name\": \"Raj\",\n \"country\": \"India\"\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "http://localhost:8080/customer", "protocol": "http", "host": [ "localhost" ], "port": "8080", "path": [ "customer" ] } }, "response": [] }, { "name": "Get All Customers - Asia", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "X-TenantID", "value": "asia", "type": "text" } ], "body": { "mode": "raw", "raw": "", "options": { "raw": { "language": "json" } } }, "url": { "raw": "http://localhost:8080/customer", "protocol": "http", "host": [ "localhost" ], "port": "8080", "path": [ "customer" ] } }, "response": [] }, { "name": "Save Customer - America", "request": { "method": "POST", "header": [ { "key": "X-TenantID", "value": "america", "type": "text" } ], "body": { "mode": "raw", "raw": "{\n \"name\": \"Jack\",\n \"country\": \"United States of America\"\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "http://localhost:8080/customer", "protocol": "http", "host": [ "localhost" ], "port": "8080", "path": [ "customer" ] } }, "response": [] }, { "name": "Get All Customers - America", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "X-TenantID", "value": "america", "type": "text" } ], "body": { "mode": "raw", "raw": " c\n", "options": { "raw": { "language": "json" } } }, "url": { "raw": "http://localhost:8080/customer", "protocol": "http", "host": [ "localhost" ], "port": "8080", "path": [ "customer" ] } }, "response": [] } ] }