{"info":{"_postman_id":"dc634a34-1065-4ec6-8ddb-ee740b09a176","name":"spark","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"1752603","collectionId":"dc634a34-1065-4ec6-8ddb-ee740b09a176","publishedId":"TVYGdJgE","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2020-10-27T17:44:45.000Z"},"item":[{"name":"login","id":"cc2ee0e2-23f2-4365-9697-2d0be871a7a1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"email","value":"waelchi.clare@example.com","type":"text"},{"key":"password","value":"password","type":"text"}]},"url":"http://spark.test/api/login","urlObject":{"protocol":"http","path":["api","login"],"host":["spark","test"],"query":[],"variable":[]}},"response":[],"_postman_id":"cc2ee0e2-23f2-4365-9697-2d0be871a7a1"},{"name":"getCategories","id":"063410b1-7d9c-435f-8de3-fb5011392795","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://spark.test/api/categories?search=423","urlObject":{"protocol":"http","path":["api","categories"],"host":["spark","test"],"query":[{"key":"search","value":"423"}],"variable":[]}},"response":[],"_postman_id":"063410b1-7d9c-435f-8de3-fb5011392795"},{"name":"logout","id":"ffc6775e-7ce7-4a1c-a2eb-44cb43d4cc1b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"url":"http://spark.test/api/logout","urlObject":{"protocol":"http","path":["api","logout"],"host":["spark","test"],"query":[],"variable":[]}},"response":[],"_postman_id":"ffc6775e-7ce7-4a1c-a2eb-44cb43d4cc1b"},{"name":"getCategory","id":"03b53365-3858-443f-9a41-b4a8396fe525","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"http://spark.test/api/categories/1","urlObject":{"protocol":"http","path":["api","categories","1"],"host":["spark","test"],"query":[],"variable":[]}},"response":[],"_postman_id":"03b53365-3858-443f-9a41-b4a8396fe525"},{"name":"storeCategory","id":"9f82f579-2c32-4ec0-8dbc-4b4318d4598c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"title","value":"title2","type":"text"},{"key":"productIds[]","value":"6","type":"text"}]},"url":"http://spark.test/api/categories","urlObject":{"protocol":"http","path":["api","categories"],"host":["spark","test"],"query":[{"disabled":true,"key":"title","value":"category 2"}],"variable":[]}},"response":[],"_postman_id":"9f82f579-2c32-4ec0-8dbc-4b4318d4598c"},{"name":"updateCategory","id":"1aa70708-7e5f-49fc-a87b-d6d0e7d0be41","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"title","value":"4234324","type":"text"},{"key":"productIds[]","value":"3","type":"text"}]},"url":"http://spark.test/api/categories/10","urlObject":{"protocol":"http","path":["api","categories","10"],"host":["spark","test"],"query":[{"disabled":true,"key":"title","value":"123"}],"variable":[]}},"response":[],"_postman_id":"1aa70708-7e5f-49fc-a87b-d6d0e7d0be41"},{"name":"destroyCategory","id":"fb2b61cd-2f84-419a-a90d-322579170012","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"DELETE","header":[],"url":"http://spark.test/api/categories/5","urlObject":{"protocol":"http","path":["api","categories","5"],"host":["spark","test"],"query":[],"variable":[]}},"response":[],"_postman_id":"fb2b61cd-2f84-419a-a90d-322579170012"},{"name":"getProducts","id":"9f88b826-78c3-4003-a909-7496e8a9e74d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://spark.test/api/products","urlObject":{"protocol":"http","path":["api","products"],"host":["spark","test"],"query":[{"disabled":true,"key":"search","value":"423"}],"variable":[]}},"response":[],"_postman_id":"9f88b826-78c3-4003-a909-7496e8a9e74d"},{"name":"storeProduct","id":"14c7be11-ff03-4c8f-87e8-cf1d46cd6845","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"title","value":"test","type":"text"},{"key":"categoryIds[]","value":"6","type":"text"}]},"url":"http://spark.test/api/products","urlObject":{"protocol":"http","path":["api","products"],"host":["spark","test"],"query":[],"variable":[]}},"response":[],"_postman_id":"14c7be11-ff03-4c8f-87e8-cf1d46cd6845"},{"name":"updateProduct","id":"ce0507e2-c814-4fec-b959-46a657f2f067","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"title","value":"123","type":"text"},{"key":"categoryIds[]","value":"2","type":"text"}]},"url":"http://spark.test/api/products/5","urlObject":{"protocol":"http","path":["api","products","5"],"host":["spark","test"],"query":[],"variable":[]}},"response":[],"_postman_id":"ce0507e2-c814-4fec-b959-46a657f2f067"},{"name":"destroyProduct","id":"3eb355e2-3328-47ce-bf69-a5a416eee28e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"DELETE","header":[],"url":"http://spark.test/api/products/2","urlObject":{"protocol":"http","path":["api","products","2"],"host":["spark","test"],"query":[],"variable":[]}},"response":[],"_postman_id":"3eb355e2-3328-47ce-bf69-a5a416eee28e"},{"name":"productsCategory","id":"3fb9b9da-4a90-4aac-8d8e-63c7e12e15cd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://spark.test/api/products/categories?categoryIds[]=1&categoryIds[]=2","urlObject":{"protocol":"http","path":["api","products","categories"],"host":["spark","test"],"query":[{"key":"categoryIds[]","value":"1"},{"key":"categoryIds[]","value":"2"}],"variable":[]}},"response":[],"_postman_id":"3fb9b9da-4a90-4aac-8d8e-63c7e12e15cd"}]}