{ "info": { "_postman_id": "92594398-49cc-4a7c-b44f-1037307afbd3", "name": "postman-requests", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json" }, "item": [ { "name": "Crete new Customer order", "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "multipart/form-data", "type": "text", "disabled": true }, { "key": "Accept-Charset", "value": "utf-8", "type": "text", "disabled": true }, { "key": "boundary", "value": "nAp4nMEt-BuGuuLlq-6fnASQErGjSamaG", "type": "text", "disabled": true } ], "body": { "mode": "raw", "raw": "{\n \"customerId\":2,\n \"itemId\":\"A152\"\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "http://localhost:8001/customer-service/order", "protocol": "http", "host": [ "localhost" ], "port": "8001", "path": [ "customer-service", "order" ] } }, "response": [] } ], "protocolProfileBehavior": {} }