{"info":{"_postman_id":"5107b227-8db1-4863-a28a-7d2eeb2c4308","name":"Shop-System","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"4777847","collectionId":"5107b227-8db1-4863-a28a-7d2eeb2c4308","publishedId":"RWaPskma","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2018-09-23T04:12:47.000Z"},"item":[{"name":"AddProduct","id":"c230a404-c032-4c26-a67e-18e1d8d29b33","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"name\": \"Tesla\",\n\t\"price\": 100000,\n\t\"description\": \"cool stuff\",\n\t\"shopId\": 1\n}"},"url":"localhost:8080/products","urlObject":{"port":"8080","path":["products"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"1c326d0e-9ad8-42f9-9c9d-4175f4e36f69","name":"AddProduct","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","disabled":false}],"body":{"mode":"raw","raw":"{\n\t\"name\": \"Tesla\",\n\t\"price\": 100000,\n\t\"description\": \"cool stuff\",\n\t\"shopId\": 1\n}"},"url":"localhost:8080/products"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json;charset=UTF-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Sun, 23 Sep 2018 04:04:13 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."}],"cookie":[],"responseTime":null,"body":"{\"productId\":5,\"name\":\"Tesla\",\"price\":100000,\"description\":\"cool stuff\",\"shop\":{\"shopId\":1,\"name\":\"car-shop\",\"address\":\"fake-address1\"}}"}],"_postman_id":"c230a404-c032-4c26-a67e-18e1d8d29b33"},{"name":"GetProduct","id":"3c6f31ad-05ef-4d74-890d-44f9ab2a4b63","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"localhost:8080/products/3","urlObject":{"port":"8080","path":["products","3"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"b18969e8-7ae8-41f0-91f5-11b9fec9037a","name":"GetProduct","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"localhost:8080/products/1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json;charset=UTF-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Mon, 24 Sep 2018 03:06:59 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."}],"cookie":[],"responseTime":null,"body":"{\"productId\":1,\"name\":\"iphone\",\"price\":1000,\"description\":\"expensive mobile phone\",\"shop\":null}"}],"_postman_id":"3c6f31ad-05ef-4d74-890d-44f9ab2a4b63"},{"name":"DeleteProduct","id":"d9ab0ff5-b861-409f-b862-e54c042df74e","request":{"method":"DELETE","header":[],"body":{"mode":"formdata","formdata":[]},"url":"localhost:8080/products/4","urlObject":{"port":"8080","path":["products","4"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"7596d3ed-a39c-43dc-ab07-0e7592455b9b","name":"DeleteProduct","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"formdata","formdata":[]},"url":"localhost:8080/products/4"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Content-Length","value":"0","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Date","value":"Sun, 23 Sep 2018 04:06:05 GMT","name":"Date","description":"The date and time that the message was sent"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"d9ab0ff5-b861-409f-b862-e54c042df74e"},{"name":"AddEmptyOrder","id":"a1e29447-0a86-4684-95f6-940b50ca0dbb","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"name\": \"another-another-empty-order\",\n\t\"shopId\": 1\n}"},"url":"localhost:8080/orders","urlObject":{"port":"8080","path":["orders"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"39d61323-9a98-496a-a1b2-aa5cd938dbf2","name":"AddEmptyOrder","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","disabled":false}],"body":{"mode":"raw","raw":"{\n\t\"name\": \"empty-order\"\n}"},"url":"localhost:8080/orders"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json;charset=UTF-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Mon, 24 Sep 2018 03:07:28 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."}],"cookie":[],"responseTime":null,"body":"{\"orderId\":5,\"name\":\"empty-order\",\"lineItems\":[],\"orderTotalPrice\":0,\"shop\":null}"}],"_postman_id":"a1e29447-0a86-4684-95f6-940b50ca0dbb"},{"name":"AddOrderWithOneProduct","id":"d9e35625-de08-4b09-bb2a-434f1ce629bd","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"name\": \"order-with-two-item\",\n\t\"items\": {\"1\":\"3\", \"2\":4}\n}"},"url":"localhost:8080/orders/","urlObject":{"port":"8080","path":["orders",""],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"ba76fe36-5d64-4805-ab2f-ba10b2ce80a9","name":"AddOrderWithOneProduct","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","disabled":false}],"body":{"mode":"raw","raw":"{\n\t\"name\": \"order-with-one-item\",\n\t\"items\": {\"1\":\"30\"}\n}"},"url":"localhost:8080/orders/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json;charset=UTF-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Mon, 24 Sep 2018 03:07:41 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."}],"cookie":[],"responseTime":null,"body":"{\"orderId\":6,\"name\":\"order-with-one-item\",\"lineItems\":[{\"productId\":1,\"productName\":\"iphone\",\"quantity\":30,\"unitPrice\":1000,\"totalPrice\":30000}],\"orderTotalPrice\":30000,\"shop\":null}"}],"_postman_id":"d9e35625-de08-4b09-bb2a-434f1ce629bd"},{"name":"GetOrderWithOneProduct","id":"dd3bb094-b2ec-4b78-9378-1750e65b6867","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"localhost:8080/orders/4","urlObject":{"port":"8080","path":["orders","4"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"e8c5bab0-c31d-40aa-8c1f-335dc3af9e0b","name":"GetOrderWithOneProduct","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"localhost:8080/orders/4"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json;charset=UTF-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Mon, 24 Sep 2018 03:07:52 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."}],"cookie":[],"responseTime":null,"body":"{\"orderId\":4,\"name\":\"order-with-one-item\",\"lineItems\":[{\"productId\":1,\"productName\":\"iphone\",\"quantity\":30,\"unitPrice\":1000,\"totalPrice\":30000}],\"orderTotalPrice\":30000,\"shop\":null}"}],"_postman_id":"dd3bb094-b2ec-4b78-9378-1750e65b6867"},{"name":"UpdateOrderWithOneItemToTwoItem","id":"c4323cdd-880c-4a70-96b0-5c90ee991d99","request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"productId\": 1,\n\t\"quantity\": \"22\"\n}"},"url":"localhost:8080/orders/1/productQuantityPair","urlObject":{"port":"8080","path":["orders","1","productQuantityPair"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"3462177e-0e7e-4dd2-9766-0499e8e0a507","name":"UpdateOrderWithOneItemToTwoItem","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","disabled":false}],"body":{"mode":"raw","raw":"{\n\t\"productId\": 1,\n\t\"quantity\": \"22\"\n}"},"url":"localhost:8080/orders/1/productQuantityPair"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json;charset=UTF-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Mon, 24 Sep 2018 03:08:01 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."}],"cookie":[],"responseTime":null,"body":"{\"orderId\":1,\"name\":\"another-another-empty-order\",\"lineItems\":[{\"productId\":1,\"productName\":\"iphone\",\"quantity\":22,\"unitPrice\":1000,\"totalPrice\":22000}],\"orderTotalPrice\":22000,\"shop\":null}"}],"_postman_id":"c4323cdd-880c-4a70-96b0-5c90ee991d99"},{"name":"AddShop","id":"f16ee2f2-f5e6-4c12-b04c-3afc16c179a7","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"name\": \"suiyoubi\",\n\t\"address\": \"fake-address2\"\n}"},"url":"localhost:8080/shops","urlObject":{"port":"8080","path":["shops"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"907e993f-c05e-4cf5-a84b-78678b8361db","name":"AddShop","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","disabled":false}],"body":{"mode":"raw","raw":"{\n\t\"name\": \"mobile-shop\",\n\t\"address\": \"fake address 4\"\n}"},"url":"localhost:8080/shops"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json;charset=UTF-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Sun, 23 Sep 2018 04:10:14 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."}],"cookie":[],"responseTime":null,"body":"{\"shopId\":4,\"name\":\"mobile-shop\",\"address\":\"fake address 4\"}"}],"_postman_id":"f16ee2f2-f5e6-4c12-b04c-3afc16c179a7"},{"name":"GetShop","id":"e5350e51-9e69-4df7-a607-3dd275fe4044","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"localhost:8080/shops/2","urlObject":{"port":"8080","path":["shops","2"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"476ada28-2503-4b67-8279-01198007ca15","name":"GetShop","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"localhost:8080/shops/2"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json;charset=UTF-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Sun, 23 Sep 2018 04:10:25 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."}],"cookie":[],"responseTime":null,"body":"{\"shopId\":2,\"name\":\"toy-shop\",\"address\":\"fake-address2\"}"}],"_postman_id":"e5350e51-9e69-4df7-a607-3dd275fe4044"},{"name":"UpdateShopAddress","id":"c1e4ea80-34c4-4e67-9663-7e12356fe033","request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"new address again"},"url":"localhost:8080/shops/1/address","urlObject":{"port":"8080","path":["shops","1","address"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"868c6a10-a546-4b5e-a0aa-5c0f2d1ca547","name":"UpdateShopAddress","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"this is new address"},"url":"localhost:8080/shops/1/address"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json;charset=UTF-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Sun, 23 Sep 2018 19:52:29 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."}],"cookie":[],"responseTime":null,"body":"{\"shopId\":1,\"name\":\"car-shop\",\"address\":\"this is new address\"}"}],"_postman_id":"c1e4ea80-34c4-4e67-9663-7e12356fe033"},{"name":"UpdateOrderWithShopInfo","id":"253b89c6-549f-4049-b8db-1717493dcd85","request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"\"2\""},"url":"localhost:8080/orders/4/shop","urlObject":{"port":"8080","path":["orders","4","shop"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"5a2e5b17-0478-4141-a6e2-6691fb8ae103","name":"UpdateOrderWithShopInfor","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","disabled":false}],"body":{"mode":"raw","raw":"\"2\""},"url":"localhost:8080/orders/4/shop"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json;charset=UTF-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Sat, 22 Sep 2018 21:11:52 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."}],"cookie":[],"responseTime":null,"body":"{\"orderId\":4,\"name\":\"another-empty-order\",\"lineItems\":[],\"orderTotalPrice\":0,\"shop\":{\"shopId\":2,\"name\":\"suiyoubi\",\"address\":\"fake-address2\"}}"}],"_postman_id":"253b89c6-549f-4049-b8db-1717493dcd85"},{"name":"GetAllProducts","id":"941850f4-b41a-45d8-9a69-170628f2d297","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"localhost:8080/products/all","urlObject":{"port":"8080","path":["products","all"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"62b482fd-e179-48f7-abd8-6a7893e665f4","name":"GetAllProducts","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"localhost:8080/products/all"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json;charset=UTF-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Mon, 24 Sep 2018 03:08:45 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."}],"cookie":[],"responseTime":null,"body":"[{\"productId\":1,\"name\":\"iphone\",\"price\":1000,\"description\":\"expensive mobile phone\",\"shop\":null},{\"productId\":2,\"name\":\"iPad\",\"price\":500,\"description\":\"bigger iPhone\",\"shop\":null},{\"productId\":3,\"name\":\"iPhone 3GS\",\"price\":300,\"description\":\"ancient good stuff\",\"shop\":null},{\"productId\":5,\"name\":\"Tesla\",\"price\":100000,\"description\":\"cool stuff\",\"shop\":{\"shopId\":1,\"name\":\"car-shop\",\"address\":\"this is new address\"}}]"}],"_postman_id":"941850f4-b41a-45d8-9a69-170628f2d297"},{"name":"GetAllShops","id":"5d41d3a0-c598-4633-86ae-cfc0309fa692","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"localhost:8080/shops/all","urlObject":{"port":"8080","path":["shops","all"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"4998bc9a-cfc8-4ad0-9435-06d06c58dbd8","name":"GetAllShops","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"localhost:8080/shops/all"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json;charset=UTF-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Mon, 24 Sep 2018 03:08:50 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."}],"cookie":[],"responseTime":null,"body":"[{\"shopId\":3,\"name\":\"EGame-shop\",\"address\":\"Vancouver\"},{\"shopId\":4,\"name\":\"mobile-shop\",\"address\":\"fake address 4\"},{\"shopId\":1,\"name\":\"car-shop\",\"address\":\"this is new address\"}]"}],"_postman_id":"5d41d3a0-c598-4633-86ae-cfc0309fa692"},{"name":"GetAllOrders","id":"a8d37546-5dbb-49c1-8632-d6b63aeda93e","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"localhost:8080/orders/all","urlObject":{"port":"8080","path":["orders","all"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"4e1e90bf-9072-49bb-911a-ae5ffbfe65aa","name":"GetAllOrders","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"localhost:8080/orders/all"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json;charset=UTF-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Mon, 24 Sep 2018 03:08:54 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."}],"cookie":[],"responseTime":null,"body":"[{\"orderId\":1,\"name\":\"another-another-empty-order\",\"lineItems\":[{\"productId\":1,\"productName\":\"iphone\",\"quantity\":22,\"unitPrice\":1000,\"totalPrice\":22000}],\"orderTotalPrice\":22000,\"shop\":null},{\"orderId\":2,\"name\":\"empty-order\",\"lineItems\":[],\"orderTotalPrice\":0,\"shop\":null},{\"orderId\":3,\"name\":\"order-with-two-item\",\"lineItems\":[{\"productId\":1,\"productName\":\"iphone\",\"quantity\":3,\"unitPrice\":1000,\"totalPrice\":3000},{\"productId\":2,\"productName\":\"iPad\",\"quantity\":4,\"unitPrice\":500,\"totalPrice\":2000}],\"orderTotalPrice\":5000,\"shop\":null},{\"orderId\":4,\"name\":\"order-with-one-item\",\"lineItems\":[{\"productId\":1,\"productName\":\"iphone\",\"quantity\":30,\"unitPrice\":1000,\"totalPrice\":30000}],\"orderTotalPrice\":30000,\"shop\":null},{\"orderId\":5,\"name\":\"empty-order\",\"lineItems\":[],\"orderTotalPrice\":0,\"shop\":null},{\"orderId\":6,\"name\":\"order-with-one-item\",\"lineItems\":[{\"productId\":1,\"productName\":\"iphone\",\"quantity\":30,\"unitPrice\":1000,\"totalPrice\":30000}],\"orderTotalPrice\":30000,\"shop\":null}]"}],"_postman_id":"a8d37546-5dbb-49c1-8632-d6b63aeda93e"},{"name":"DeleteShop","id":"d45d57a6-d1bd-405b-bff9-c5312afc363d","request":{"method":"DELETE","header":[],"body":{"mode":"formdata","formdata":[]},"url":"localhost:8080/shops/2","urlObject":{"port":"8080","path":["shops","2"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"8d9d00b8-911f-4d47-bea9-6c6f0e6008bf","name":"DeleteShop","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"formdata","formdata":[]},"url":"localhost:8080/shops/2"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Content-Length","value":"0","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Date","value":"Sun, 23 Sep 2018 19:10:17 GMT","name":"Date","description":"The date and time that the message was sent"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"d45d57a6-d1bd-405b-bff9-c5312afc363d"}]}