{"info":{"_postman_id":"f801e36b-e32a-4c51-9f11-2b30d8a33c43","name":"Pizza","description":"<html><head></head><body><p>StartFragment</p>\n<p>Documentation that allows us to carry out all http requests for our API with love by AztFireSpell</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"22626094","collectionId":"f801e36b-e32a-4c51-9f11-2b30d8a33c43","publishedId":"2s8Z73xqLp","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2023-01-05T20:58:33.000Z"},"item":[{"name":"Get Pizza","id":"7a0f0e6a-1146-48f0-b247-a575e0d5479e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"url":"http://localhost:5001/pizza","urlObject":{"protocol":"http","port":"5001","path":["pizza"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"7a0f0e6a-1146-48f0-b247-a575e0d5479e"},{"name":"Post Pizza","id":"e15cffb6-cfee-4f30-9aaa-174a077a5069","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"italian\",\r\n    \"description\": \"mama mia!\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:5001/pizza","urlObject":{"protocol":"http","port":"5001","path":["pizza"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"e15cffb6-cfee-4f30-9aaa-174a077a5069"},{"name":"Edit Pizza","id":"f602a2c2-52e5-4981-8065-0845ca4a3920","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\" : \"No Italian\",\r\n    \"description\" : \"Not mamamia\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:5001/pizza/3","urlObject":{"protocol":"http","port":"5001","path":["pizza","3"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"f602a2c2-52e5-4981-8065-0845ca4a3920"},{"name":"Delete Pizza","id":"8e8535a4-9ce7-4414-8dbc-67cd91d3e37e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:5001/pizza/1","urlObject":{"protocol":"http","port":"5001","path":["pizza","1"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"8e8535a4-9ce7-4414-8dbc-67cd91d3e37e"}]}