{"info":{"_postman_id":"7f15fc04-5cae-442c-a9ee-1c6c72815ce0","name":"heroes_crud","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"6921851","collectionId":"7f15fc04-5cae-442c-a9ee-1c6c72815ce0","publishedId":"TVzYhExT","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2021-01-21T02:14:46.000Z"},"item":[{"name":"post publisher","id":"14323f84-ee31-4c32-ac99-5ac8ab6bf75f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"Name\": \"Dc Comics\",\n    \"Active\": true\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/v1/publisher","urlObject":{"protocol":"http","port":"8080","path":["v1","publisher"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"eb7b0c59-c448-4ad9-b02d-54bd28ff31ae","name":"post publisher","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"Name\": \"Dc Comics\",\n    \"Active\": true\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/v1/publisher"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"92"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Server","value":"beegoServer:2.0.0"},{"key":"Date","value":"Thu, 21 Jan 2021 00:27:10 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"Id\": 1,\n    \"Name\": \"Dc Comics\",\n    \"Active\": true,\n    \"CreateIn\": \"0001-01-01T00:00:00Z\"\n}"}],"_postman_id":"14323f84-ee31-4c32-ac99-5ac8ab6bf75f"},{"name":"get publisher","id":"94d65e8f-5b6e-4a02-87cb-78b7f4eeb9ce","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8080/v1/publisher","urlObject":{"protocol":"http","port":"8080","path":["v1","publisher"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"ae4d0048-329c-4bc7-9ddb-1b95efaedbe0","name":"get publisher","originalRequest":{"method":"GET","header":[],"url":"http://localhost:8080/v1/publisher"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Origin,x-requested-with,content-type,accept,origin,authorization,x-csrftoken"},{"key":"Access-Control-Allow-Methods","value":"PUT,PATCH,GET,POST,OPTIONS,DELETE"},{"key":"Access-Control-Allow-Origin","value":""},{"key":"Access-Control-Expose-Headers","value":"Content-Length"},{"key":"Content-Length","value":"218"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Server","value":"beegoServer:2.0.0"},{"key":"Date","value":"Thu, 21 Jan 2021 01:36:24 GMT"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"Id\": 1,\n        \"Name\": \"Dc Comics\",\n        \"Active\": true,\n        \"CreateIn\": \"0001-01-01T00:00:00Z\"\n    },\n    {\n        \"Id\": 2,\n        \"Name\": \"Marvel Comics\",\n        \"Active\": true,\n        \"CreateIn\": \"0001-01-01T00:00:00Z\"\n    }\n]"}],"_postman_id":"94d65e8f-5b6e-4a02-87cb-78b7f4eeb9ce"}]}