{ "info": { "_postman_id": "1d12201a-32c3-4ef4-bb88-4cd834a95a20", "name": "Project98", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json", "_exporter_id": "4185850" }, "item": [ { "name": "Get Country", "request": { "method": "GET", "header": [], "url": { "raw": "http://localhost:8080/country-get/FR", "protocol": "http", "host": [ "localhost" ], "port": "8080", "path": [ "country-get", "FR" ] } }, "response": [] }, { "name": "Put Country", "request": { "method": "GET", "header": [], "url": { "raw": "http://localhost:8080/country-put/FR", "protocol": "http", "host": [ "localhost" ], "port": "8080", "path": [ "country-put", "FR" ] } }, "response": [] }, { "name": "Evict Country", "request": { "method": "DELETE", "header": [], "url": { "raw": "http://localhost:8080/country/FR", "protocol": "http", "host": [ "localhost" ], "port": "8080", "path": [ "country", "FR" ] } }, "response": [] }, { "name": "Get Customer", "request": { "method": "GET", "header": [], "url": { "raw": "http://localhost:8080/customer/1", "protocol": "http", "host": [ "localhost" ], "port": "8080", "path": [ "customer", "1" ] } }, "response": [] } ] }