{"info":{"_postman_id":"d43be0d7-2dc5-4427-82ba-27159b240b74","name":"CASE AMARO - BackEnd","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"17589581","collectionId":"d43be0d7-2dc5-4427-82ba-27159b240b74","publishedId":"UVeJJjqQ","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2022-02-07T14:13:13.000Z"},"item":[{"name":"createProduct","id":"bdfa77ef-f432-4ee5-9039-5e2f8df3e825","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"id\": 3,\r\n    \"name\": \"Camisa de Time\",\r\n    \"tags\": [\"Palmeiras\", \"Juventus\"]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://amaro-backend-case.herokuapp.com/register","urlObject":{"protocol":"https","path":["register"],"host":["amaro-backend-case","herokuapp","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"bdfa77ef-f432-4ee5-9039-5e2f8df3e825"},{"name":"getProductById","id":"22399d21-aa2a-4e22-a78e-9b374902668c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://amaro-backend-case.herokuapp.com/product/id/:id","urlObject":{"protocol":"https","path":["product","id",":id"],"host":["amaro-backend-case","herokuapp","com"],"query":[],"variable":[{"type":"any","value":"1","key":"id"}]}},"response":[],"_postman_id":"22399d21-aa2a-4e22-a78e-9b374902668c"},{"name":"getProductByName","id":"0231a14b-1d31-4057-b5e1-8853f3ab14bc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://amaro-backend-case.herokuapp.com/product/name/:name","urlObject":{"protocol":"https","path":["product","name",":name"],"host":["amaro-backend-case","herokuapp","com"],"query":[],"variable":[{"type":"any","value":"Bermuda","key":"name"}]}},"response":[],"_postman_id":"0231a14b-1d31-4057-b5e1-8853f3ab14bc"},{"name":"getProductByTag","id":"81ce91ce-c421-4617-9c20-04d302519774","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://amaro-backend-case.herokuapp.com/product/tag/:tag","urlObject":{"protocol":"https","path":["product","tag",":tag"],"host":["amaro-backend-case","herokuapp","com"],"query":[],"variable":[{"type":"any","value":"Verde","key":"tag"}]}},"response":[],"_postman_id":"81ce91ce-c421-4617-9c20-04d302519774"}]}