{ "info": { "_postman_id": "56cf175c-ca6b-453a-b950-3d057e19d391", "name": "asset-transfer", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json", "_exporter_id": "101085" }, "item": [ { "name": "http://localhost:8081/pokemons", "request": { "method": "GET", "header": [], "url": { "raw": "http://localhost:8081/pokemons", "protocol": "http", "host": [ "localhost" ], "port": "8081", "path": [ "pokemons" ] } }, "response": [] }, { "name": "http://localhost:8081/get", "request": { "method": "GET", "header": [], "url": { "raw": "http://localhost:8081/list", "protocol": "http", "host": [ "localhost" ], "port": "8081", "path": [ "list" ] } }, "response": [] }, { "name": "http://localhost:8081/get/1", "request": { "method": "GET", "header": [], "url": { "raw": "http://localhost:8081/get/1", "protocol": "http", "host": [ "localhost" ], "port": "8081", "path": [ "get", "1" ] } }, "response": [] }, { "name": "http://localhost:8081/create", "request": { "method": "POST", "header": [], "body": { "mode": "raw", "raw": "{\n \"appraisedValue\":2,\n \"color\": \"color\",\n \"owner\": \"Ramesh\",\n \"size\": 1\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "http://localhost:8081/create", "protocol": "http", "host": [ "localhost" ], "port": "8081", "path": [ "create" ] } }, "response": [] }, { "name": "Create", "request": { "method": "POST", "header": [], "body": { "mode": "raw", "raw": "{\n \"appraisedValue\":2,\n \"color\": \"color\",\n \"owner\": \"Ramesh\",\n \"size\": 1\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "http://restapi.localho.st/create", "protocol": "http", "host": [ "restapi", "localho", "st" ], "path": [ "create" ] } }, "response": [] }, { "name": "List", "request": { "method": "GET", "header": [], "url": { "raw": "http://restapi.localho.st/list", "protocol": "http", "host": [ "restapi", "localho", "st" ], "path": [ "list" ] } }, "response": [] } ] }