{"info":{"_postman_id":"7e0737e7-cc77-4533-a22e-d41ee6f95b2b","name":"fullstack-project","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"22349689","collectionId":"7e0737e7-cc77-4533-a22e-d41ee6f95b2b","publishedId":"2s93sdYs2Y","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2023-06-12T22:10:00.000Z"},"item":[{"name":"getAllPizzas","id":"92c1f80f-4f4a-4b76-986c-f055c92cec82","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://fullstack-project-tc24.onrender.com/api/pizzas","urlObject":{"protocol":"https","path":["api","pizzas"],"host":["fullstack-project-tc24","onrender","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"92c1f80f-4f4a-4b76-986c-f055c92cec82"},{"name":"createOrder","id":"1de947d2-62c2-455a-9202-7ec2fddeda75","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"Maria\",\r\n    \"pizzas\": [\r\n        { \"pizza\": \"Calabresa\", \"qty_pizza\": 2 },\r\n        { \"pizza\": \"Portuguesa\", \"qty_pizza\": 3 },\r\n        { \"pizza\": \"Chocolate\", \"qty_pizza\": 2 }\r\n    ],\r\n    \"obs\": \"sem cebola\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://fullstack-project-tc24.onrender.com/api/create-order","urlObject":{"protocol":"https","path":["api","create-order"],"host":["fullstack-project-tc24","onrender","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"1de947d2-62c2-455a-9202-7ec2fddeda75"},{"name":"getAllOrders","id":"5bb056de-3dc3-419a-aaaf-d5210f82bc52","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://fullstack-project-tc24.onrender.com/api/orders","urlObject":{"protocol":"https","path":["api","orders"],"host":["fullstack-project-tc24","onrender","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"5bb056de-3dc3-419a-aaaf-d5210f82bc52"},{"name":"getDetailsOrder","id":"db017672-f7f6-430e-80cf-81a5ea821276","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://fullstack-project-tc24.onrender.com/api/orders/:id","urlObject":{"protocol":"https","path":["api","orders",":id"],"host":["fullstack-project-tc24","onrender","com"],"query":[],"variable":[{"type":"any","value":"93b3e0a0-627c-4516-a6b3-e405e3511ffc","key":"id"}]}},"response":[],"_postman_id":"db017672-f7f6-430e-80cf-81a5ea821276"}]}