{"info":{"_postman_id":"510cb64e-e1a3-4b0a-afb3-501d8b5acf43","name":"api v1 food-app","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"5773671","collectionId":"510cb64e-e1a3-4b0a-afb3-501d8b5acf43","publishedId":"TVK5eN5F","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2020-09-13T16:29:48.000Z"},"item":[{"name":"auth","item":[{"name":"Register User","id":"8b4cecf9-08e1-4ceb-80b3-1ff1bec92f23","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"name","value":"Arinda","type":"text"},{"key":"email","value":"arinda@gmail.com","type":"text"},{"key":"password","value":"1234","type":"text"}]},"url":"http://localhost:8000/api/v1/users/registerUser","urlObject":{"protocol":"http","port":"8000","path":["api","v1","users","registerUser"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"8b4cecf9-08e1-4ceb-80b3-1ff1bec92f23"},{"name":"Login User","id":"68d779a3-48ba-4bd9-be4b-371b147c5247","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"email","value":"arinda@gmail.com","type":"text"},{"key":"password","value":"1234","type":"text"}]},"url":"http://localhost:8000/api/v1/users/loginUser","urlObject":{"protocol":"http","port":"8000","path":["api","v1","users","loginUser"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"68d779a3-48ba-4bd9-be4b-371b147c5247"},{"name":"Register Admin","id":"a5fd2714-3279-436a-9f53-f03f4ae58cd7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"name","value":"Barokah","type":"text"},{"key":"email","value":"barokah@gmail.com","type":"text"},{"key":"password","value":"1234","type":"text"}]},"url":"http://localhost:8000/api/v1/users/registerAdmin","urlObject":{"protocol":"http","port":"8000","path":["api","v1","users","registerAdmin"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"a5fd2714-3279-436a-9f53-f03f4ae58cd7"},{"name":"Login Admin","id":"10ddd343-9508-4944-83fc-558b71d84fb6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"email","value":"barokah@gmail.com","type":"text"},{"key":"password","value":"1234","type":"text"}]},"url":"http://localhost:8000/api/v1/users/loginAdmin","urlObject":{"protocol":"http","port":"8000","path":["api","v1","users","loginAdmin"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"10ddd343-9508-4944-83fc-558b71d84fb6"}],"id":"9f641c7f-379e-42b7-91e9-8ca4cb7fad1a","_postman_id":"9f641c7f-379e-42b7-91e9-8ca4cb7fad1a","description":""},{"name":"products","item":[{"name":"Insert Product","id":"be4d0981-6e6c-43fb-aa2f-eab0bcc40fe1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"name","value":"Baru","type":"text"},{"key":"price","value":"20000","type":"text"},{"key":"description","value":"lorem ipsum","type":"text"},{"key":"image","type":"file","src":"/D:/BOOTCAMP WEB ARKA/Slicing Web/FoodApp/assets/img/img7.png"},{"key":"status","value":"1","type":"text"},{"key":"idCategory","value":"1","type":"text"}]},"url":"http://localhost:8000/api/v1/products","description":"<p><a href=\"http://localhost:8000/api/v1/products\">http://localhost:8000/api/v1/products</a></p>\n","urlObject":{"protocol":"http","port":"8000","path":["api","v1","products"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"be4d0981-6e6c-43fb-aa2f-eab0bcc40fe1"},{"name":"Update Product By Id","id":"6bc3c49f-f1cc-4deb-890e-f0af9f2d4ac9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"PATCH","header":[{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"name","value":"Menu baru","type":"text"},{"key":"price","value":"100000","type":"text"},{"key":"description","value":"lorem ipsum","type":"text"},{"key":"image","type":"file","src":"/D:/BOOTCAMP WEB ARKA/Slicing Web/FoodApp/assets/img/img3.png"},{"key":"status","value":"1","type":"text"},{"key":"idCategory","value":"2","type":"text"}]},"url":"http://localhost:8000/api/v1/products/14","description":"<p><a href=\"http://localhost:8000/api/v1/products/11\">http://localhost:8000/api/v1/products/11</a></p>\n","urlObject":{"protocol":"http","port":"8000","path":["api","v1","products","14"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"6bc3c49f-f1cc-4deb-890e-f0af9f2d4ac9"},{"name":"Delete Product By Id","id":"fd1ac16b-65bc-4e5b-b1c4-2be02c6dd129","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"DELETE","header":[{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[]},"url":"http://localhost:8000/api/v1/products/14","description":"<p><a href=\"http://localhost:8000/api/v1/products/7\">http://localhost:8000/api/v1/products/7</a></p>\n","urlObject":{"protocol":"http","port":"8000","path":["api","v1","products","14"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"fd1ac16b-65bc-4e5b-b1c4-2be02c6dd129"},{"name":"Get Product","id":"b24e9047-d0d9-47f6-8e7d-2d777d4bb587","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[]},"url":"http://localhost:8000/api/v1/products","description":"<p><a href=\"http://localhost:8000/api/v1/products\">http://localhost:8000/api/v1/products</a></p>\n","urlObject":{"protocol":"http","port":"8000","path":["api","v1","products"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"b24e9047-d0d9-47f6-8e7d-2d777d4bb587"},{"name":"Get Product By Id","id":"4a700437-2925-4a79-a601-143048d7cdf3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[]},"url":"http://localhost:8000/api/v1/products/1","description":"<p><a href=\"http://localhost:8000/api/v1/products/11\">http://localhost:8000/api/v1/products/11</a></p>\n","urlObject":{"protocol":"http","port":"8000","path":["api","v1","products","1"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"4a700437-2925-4a79-a601-143048d7cdf3"},{"name":"Search Product By Name","id":"679b23ff-6c5d-434f-8904-923706995e98","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[]},"url":"http://localhost:8000/api/v1/products?search=latte","description":"<p><a href=\"http://localhost:8000/api/v1/products?search=latte\">http://localhost:8000/api/v1/products?search=latte</a></p>\n","urlObject":{"protocol":"http","port":"8000","path":["api","v1","products"],"host":["localhost"],"query":[{"key":"search","value":"latte"}],"variable":[]}},"response":[],"_postman_id":"679b23ff-6c5d-434f-8904-923706995e98"},{"name":"Sort Product By Price","id":"d57ca543-66cd-4131-80d6-2820429c2304","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"http://localhost:8000/api/v1/products?sort=price","description":"<p><a href=\"http://localhost:8000/api/v1/products?sort=price\">http://localhost:8000/api/v1/products?sort=price</a></p>\n","urlObject":{"protocol":"http","port":"8000","path":["api","v1","products"],"host":["localhost"],"query":[{"key":"sort","value":"price"}],"variable":[]}},"response":[],"_postman_id":"d57ca543-66cd-4131-80d6-2820429c2304"},{"name":"Sort Product By Name","id":"33943ea5-8fa8-4771-a242-8465b28af47b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"http://localhost:8000/api/v1/products?sort=name","description":"<p><a href=\"http://localhost:8000/api/v1/products?sort=name\">http://localhost:8000/api/v1/products?sort=name</a></p>\n","urlObject":{"protocol":"http","port":"8000","path":["api","v1","products"],"host":["localhost"],"query":[{"key":"sort","value":"name"}],"variable":[]}},"response":[],"_postman_id":"33943ea5-8fa8-4771-a242-8465b28af47b"},{"name":"Sort Product By Category","id":"6137991f-2a66-44fd-8694-6a7db3d60355","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"http://localhost:8000/api/v1/products?sort=idCategory","description":"<p><a href=\"http://localhost:8000/api/v1/products?sort=idCategory\">http://localhost:8000/api/v1/products?sort=idCategory</a></p>\n","urlObject":{"protocol":"http","port":"8000","path":["api","v1","products"],"host":["localhost"],"query":[{"key":"sort","value":"idCategory"}],"variable":[]}},"response":[],"_postman_id":"6137991f-2a66-44fd-8694-6a7db3d60355"},{"name":"Sort Product By The Latest","id":"3c9bf250-bb7e-48d8-80a0-4379edb4d571","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"http://localhost:8000/api/v1/products?sort=createdAt","description":"<p><a href=\"http://localhost:8000/api/v1/products?sort=createdAt\">http://localhost:8000/api/v1/products?sort=createdAt</a></p>\n","urlObject":{"protocol":"http","port":"8000","path":["api","v1","products"],"host":["localhost"],"query":[{"key":"sort","value":"createdAt"}],"variable":[]}},"response":[],"_postman_id":"3c9bf250-bb7e-48d8-80a0-4379edb4d571"},{"name":"Pagination Product","id":"bd78e25a-9fc8-456b-be06-d06d29afcdcb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"http://localhost:8000/api/v1/products?page=1","description":"<p><a href=\"http://localhost:8000/api/v1/products?page=3\">http://localhost:8000/api/v1/products?page=3</a></p>\n","urlObject":{"protocol":"http","port":"8000","path":["api","v1","products"],"host":["localhost"],"query":[{"key":"page","value":"1"}],"variable":[]}},"response":[],"_postman_id":"bd78e25a-9fc8-456b-be06-d06d29afcdcb"}],"id":"4471c212-640c-4351-9c68-1ff0a9b86ad9","event":[{"listen":"prerequest","script":{"id":"9c2a4924-8070-49d2-8f1a-587af2225c5b","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"a783e366-8d6f-4bf5-b007-2e81fcb2f38a","type":"text/javascript","exec":[""]}}],"_postman_id":"4471c212-640c-4351-9c68-1ff0a9b86ad9","description":""},{"name":"categories","item":[{"name":"Insert Category","id":"9f58b362-0aec-4142-a5f3-05d52149b7c4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"nameCategory","value":"food baru","type":"text"},{"key":"description","value":"food special for you","type":"text"}]},"url":"http://localhost:8000/api/v1/categories","description":"<p><a href=\"http://localhost:8000/api/v1/categories\">http://localhost:8000/api/v1/categories</a></p>\n","urlObject":{"protocol":"http","port":"8000","path":["api","v1","categories"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"9f58b362-0aec-4142-a5f3-05d52149b7c4"},{"name":"Update Category By Id","id":"4a68d806-5ba9-439d-9b70-4320a70c7ce0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"PATCH","header":[{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"nameCategory","value":"juice","type":"text"},{"key":"description","value":"juice special for youu","type":"text"}]},"url":"http://localhost:8000/api/v1/categories/4","description":"<p><a href=\"http://localhost:8000/api/v1/categories/3\">http://localhost:8000/api/v1/categories/3</a></p>\n","urlObject":{"protocol":"http","port":"8000","path":["api","v1","categories","4"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"4a68d806-5ba9-439d-9b70-4320a70c7ce0"},{"name":"Delete Category By Id","id":"643bea33-4b83-45a7-8a70-1f11b9098bbd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"DELETE","header":[{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[]},"url":"http://localhost:8000/api/v1/categories/4","description":"<p><a href=\"http://localhost:8000/api/v1/categories/3\">http://localhost:8000/api/v1/categories/3</a></p>\n","urlObject":{"protocol":"http","port":"8000","path":["api","v1","categories","4"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"643bea33-4b83-45a7-8a70-1f11b9098bbd"},{"name":"Get Category ","id":"31361e48-d196-4ba8-b457-5090e49b3b76","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[]},"url":"http://localhost:8000/api/v1/categories","description":"<p><a href=\"http://localhost:8000/api/v1/categories\">http://localhost:8000/api/v1/categories</a></p>\n","urlObject":{"protocol":"http","port":"8000","path":["api","v1","categories"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"31361e48-d196-4ba8-b457-5090e49b3b76"},{"name":"Get Category By Id","id":"f3ea1336-caa5-4ae0-a5df-b4ab7eecdcb3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[]},"url":"http://localhost:8000/api/v1/categories/3","description":"<p><a href=\"http://localhost:8000/api/v1/categories/3\">http://localhost:8000/api/v1/categories/3</a></p>\n","urlObject":{"protocol":"http","port":"8000","path":["api","v1","categories","3"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"f3ea1336-caa5-4ae0-a5df-b4ab7eecdcb3"}],"id":"54b4c6f7-e10f-4976-a568-a1eb35ca8b99","event":[{"listen":"prerequest","script":{"id":"fd39dc32-f944-4886-b29c-7e046b18fdbb","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"9c3748c0-3665-4404-8bd5-5da3b4b6c77c","type":"text/javascript","exec":[""]}}],"_postman_id":"54b4c6f7-e10f-4976-a568-a1eb35ca8b99","description":""},{"name":"histories","item":[{"name":"Insert History","id":"c3eda8f3-475d-4954-b751-ada9e0e668d9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"invoice","value":"you","type":"text"},{"key":"cashier","value":"arindaa","type":"text"},{"key":"orders","value":"coffe latte, chicken katsu","type":"text"},{"key":"amount","value":"200000000","type":"text"}]},"url":"http://localhost:8000/api/v1/histories","description":"<p><a href=\"http://localhost:8000/api/v1/histories\">http://localhost:8000/api/v1/histories</a></p>\n","urlObject":{"protocol":"http","port":"8000","path":["api","v1","histories"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"c3eda8f3-475d-4954-b751-ada9e0e668d9"},{"name":"Update History By Id","id":"a472d637-f2fb-4bd7-b98a-4ce57104337c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"PATCH","header":[{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"invoice","value":"kuuu","type":"text"},{"key":"cashier","value":"reginaputriii","type":"text"},{"key":"orders","value":"coffe latte, chicken katsu, red velvet","type":"text"},{"key":"amount","value":"80000","type":"text"}]},"url":"http://localhost:8000/api/v1/histories/2","description":"<p><a href=\"http://localhost:8000/api/v1/histories/2\">http://localhost:8000/api/v1/histories/2</a></p>\n","urlObject":{"protocol":"http","port":"8000","path":["api","v1","histories","2"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"a472d637-f2fb-4bd7-b98a-4ce57104337c"},{"name":"Delete History By Id","id":"d9e375b0-d4ca-4f5a-9032-55e29d4277b6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"DELETE","header":[{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[]},"url":"http://localhost:8000/api/v1/histories/2","description":"<p><a href=\"http://localhost:8000/api/v1/histories/2\">http://localhost:8000/api/v1/histories/2</a></p>\n","urlObject":{"protocol":"http","port":"8000","path":["api","v1","histories","2"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"d9e375b0-d4ca-4f5a-9032-55e29d4277b6"},{"name":"Get History","id":"92509310-f6d7-42e0-bd6f-0626d5b2e5d4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[]},"url":"http://localhost:8000/api/v1/histories","description":"<p><a href=\"http://localhost:8000/api/v1/histories\">http://localhost:8000/api/v1/histories</a></p>\n","urlObject":{"protocol":"http","port":"8000","path":["api","v1","histories"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"92509310-f6d7-42e0-bd6f-0626d5b2e5d4"},{"name":"Get History By Id","id":"bade053c-7d18-478d-b79f-d12103c1b12b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[]},"url":"http://localhost:8000/api/v1/histories/1","description":"<p><a href=\"http://localhost:8000/api/v1/histories/2\">http://localhost:8000/api/v1/histories/2</a></p>\n","urlObject":{"protocol":"http","port":"8000","path":["api","v1","histories","1"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"bade053c-7d18-478d-b79f-d12103c1b12b"}],"id":"56361299-3de3-4e15-acfc-725a5cf871ca","event":[{"listen":"prerequest","script":{"id":"da16113b-79db-47df-aab8-da6c01827ca7","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"3478a0ae-589e-4f35-8ddf-4799a03196ce","type":"text/javascript","exec":[""]}}],"_postman_id":"56361299-3de3-4e15-acfc-725a5cf871ca","description":""}]}