{"info":{"_postman_id":"b00f6fbf-ca29-4d87-901d-5aba0ec8b7f6","name":"lama","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"13242152","collectionId":"b00f6fbf-ca29-4d87-901d-5aba0ec8b7f6","publishedId":"TzCJgVJY","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2021-03-27T21:37:57.000Z"},"item":[{"name":"signup","id":"b3438bc8-ee05-4e92-926f-e9b2379c769b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"Astrodev\",\r\n    \"email\": \"astroo@dev.com\",\r\n    \"password\": \"bestboss\",\r\n    \"role\": \"ADMIN\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3003/user/signup","urlObject":{"protocol":"http","port":"3003","path":["user","signup"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"b3438bc8-ee05-4e92-926f-e9b2379c769b"},{"name":"login","id":"bc16be66-8314-4355-9ef6-0b38e3228276","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"email\": \"astro@dev.com\",\r\n    \"password\": \"bestboss\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3003/user/login","urlObject":{"protocol":"http","port":"3003","path":["user","login"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"bc16be66-8314-4355-9ef6-0b38e3228276"},{"name":"register band","id":"58ed0af5-48df-46a3-a5f0-1b850c747b48","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"authorization","value":"token","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"Wallows\",\r\n    \"genre\": \"Indie\",\r\n    \"responsible\": \"Dylan Minette\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3003/band/register","urlObject":{"protocol":"http","port":"3003","path":["band","register"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"58ed0af5-48df-46a3-a5f0-1b850c747b48"},{"name":"create show","id":"f2aee96d-619d-4b6a-bc8f-f2c344c6c679","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"authorization","type":"text","value":"token"}],"body":{"mode":"raw","raw":"{\r\n    \"bandId\": \"b988ee4a-55ee-45d5-8e1e-63b9606e5128\",\r\n    \"weekDay\": \"Saturday\",\r\n    \"startTime\": 22,\r\n    \"endTime\": 23\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3003/show/create","urlObject":{"protocol":"http","port":"3003","path":["show","create"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"f2aee96d-619d-4b6a-bc8f-f2c344c6c679"},{"name":"band by id","id":"19d65c4b-4fa2-4095-90f7-3208fbed583c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:3003/band/?id=band id","urlObject":{"protocol":"http","port":"3003","path":["band",""],"host":["localhost"],"query":[{"key":"id","value":"band id"}],"variable":[]}},"response":[],"_postman_id":"19d65c4b-4fa2-4095-90f7-3208fbed583c"},{"name":"band by name","id":"675e672f-0faa-4aa1-ba32-0f9371846639","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:3003/band/?name=band name","urlObject":{"protocol":"http","port":"3003","path":["band",""],"host":["localhost"],"query":[{"key":"name","value":"band name"}],"variable":[]}},"response":[],"_postman_id":"675e672f-0faa-4aa1-ba32-0f9371846639"},{"name":"show by day","id":"782ae1a5-9860-47dc-91d1-927d8802081f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:3003/show/?day=show day","urlObject":{"protocol":"http","port":"3003","path":["show",""],"host":["localhost"],"query":[{"key":"day","value":"show day"}],"variable":[]}},"response":[],"_postman_id":"782ae1a5-9860-47dc-91d1-927d8802081f"}]}