{"info":{"_postman_id":"26866180-4324-40f3-8660-f508bb6a2cc5","name":"LAMA4","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"20351968","collectionId":"26866180-4324-40f3-8660-f508bb6a2cc5","publishedId":"UzQxMPeE","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2022-07-18T22:28:50.000Z"},"item":[{"name":"Signup","id":"263dfa34-8757-4ee0-a2b3-e6dd55e1db3b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n   \"name\": \"nome\",\r\n   \"email\": \"email\", \r\n   \"password\":\"senha\", \r\n   \"role\":\"NORMAL ou ADMIN\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://lamashaw4.herokuapp.com/user/signup","urlObject":{"protocol":"https","path":["user","signup"],"host":["lamashaw4","herokuapp","com"],"query":[],"variable":[]}},"response":[{"id":"4dcc15b1-3ca7-49e9-a4ad-43ea388bc9c9","name":"signup","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n   \"name\": \"Matheus Moraes\",\r\n   \"email\": \"matesuboy2@shaw.com\", \r\n   \"password\":\"123456\", \r\n   \"role\":\"NORMAL\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://lamashaw4.herokuapp.com/user/signup"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Cowboy"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"258"},{"key":"Etag","value":"W/\"102-4cVzPe1qixr/y5RUJY7SKtCR6/A\""},{"key":"Date","value":"Mon, 18 Jul 2022 21:42:16 GMT"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"User created successfully\",\n    \"token\": \"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6ImFjZmE3ZDk0LTU1NjgtNDBhMi1iODc3LWM4M2ZlYTg1MWQ1ZiIsInJvbGUiOiJOT1JNQUwiLCJpYXQiOjE2NTgxODA1MzYsImV4cCI6MTY1ODI2NjkzNn0.l6AT5jZlgcSLVmzqf4xX0hMGHtIQyNvNQFkKcVHqaDs\"\n}"}],"_postman_id":"263dfa34-8757-4ee0-a2b3-e6dd55e1db3b"},{"name":"Login","id":"f11b4f6f-ab3c-41f5-8d53-c0158c30be7b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n   \"email\": \"email\", \r\n   \"password\":\"senha\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://lamashaw4.herokuapp.com/user/login","urlObject":{"protocol":"https","path":["user","login"],"host":["lamashaw4","herokuapp","com"],"query":[],"variable":[]}},"response":[{"id":"f7760c98-3c07-42e7-bc2a-1fd683341064","name":"login","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n   \"email\": \"lay@shaw.com\", \r\n   \"password\":\"123456\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://lamashaw4.herokuapp.com/user/login"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Cowboy"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"260"},{"key":"Etag","value":"W/\"104-ez4epeGpez88xNdbmvvU/l9Ls/c\""},{"key":"Date","value":"Mon, 18 Jul 2022 21:43:56 GMT"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"User logged in successfully\",\n    \"token\": \"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6ImI5MWRhMmU4LTk1ZDctNGIzYi04OWRlLWNlYWNiZTM3YWQzMiIsInJvbGUiOiJOT1JNQUwiLCJpYXQiOjE2NTgxODA2MzYsImV4cCI6MTY1ODI2NzAzNn0.Fz2kXEF2yo5XSNFmYv2BPjdfP2W9kn2fSzRMKX7xgYc\"\n}"}],"_postman_id":"f11b4f6f-ab3c-41f5-8d53-c0158c30be7b"},{"name":"Registrar Banda","id":"9368b436-c415-4339-9d88-2c9663f2ea92","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"token","type":"text"}],"body":{"mode":"raw","raw":"{\r\n   \"name\":\"nome-da-banda\",\r\n   \"musicGenre\": \"genero\",\r\n   \"responsible\": \"nome-do-responsavel\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://lamashaw4.herokuapp.com/band/register","urlObject":{"protocol":"https","path":["band","register"],"host":["lamashaw4","herokuapp","com"],"query":[],"variable":[]}},"response":[{"id":"d11238a5-9b2a-4151-a755-ba4f62641f4a","name":"Register Band","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6ImFjZmE3ZDk0LTU1NjgtNDBhMi1iODc3LWM4M2ZlYTg1MWQ1ZiIsInJvbGUiOiJOT1JNQUwiLCJpYXQiOjE2NTgxODA4MzMsImV4cCI6MTY1ODI2NzIzM30._ukoCE1s3YhAT_Y2B73aoKbU9owBWja-pejFY-IRL_o","type":"text"}],"body":{"mode":"raw","raw":"{\r\n   \"name\":\"The Score 2\",\r\n   \"musicGenre\": \"Rock Alternativo\",\r\n   \"responsible\": \"Matheus Moraes\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://lamashaw4.herokuapp.com/band/register"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Cowboy"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"54"},{"key":"Etag","value":"W/\"36-YhE7f37NxRvLp4cUL6Vi2os/lnc\""},{"key":"Date","value":"Mon, 18 Jul 2022 21:47:46 GMT"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"The Score 2 was successfully registered.\"\n}"}],"_postman_id":"9368b436-c415-4339-9d88-2c9663f2ea92"},{"name":"Pegar Banda","id":"52f6a61e-81aa-4c8f-9449-b2d08972ffa1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"token","type":"text"}],"url":"https://lamashaw4.herokuapp.com/band?name=nome-da-banda&id=id-da-banda","urlObject":{"protocol":"https","path":["band"],"host":["lamashaw4","herokuapp","com"],"query":[{"key":"name","value":"nome-da-banda"},{"key":"id","value":"id-da-banda"}],"variable":[]}},"response":[{"id":"ec4cfe12-61a6-4cf3-ba56-4d6918e222db","name":"New Request","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6ImFjZmE3ZDk0LTU1NjgtNDBhMi1iODc3LWM4M2ZlYTg1MWQ1ZiIsInJvbGUiOiJOT1JNQUwiLCJpYXQiOjE2NTgxODA4MzMsImV4cCI6MTY1ODI2NzIzM30._ukoCE1s3YhAT_Y2B73aoKbU9owBWja-pejFY-IRL_o","type":"text"}],"url":{"raw":"https://lamashaw4.herokuapp.com/band?name=Rendezvous","protocol":"https","host":["lamashaw4","herokuapp","com"],"path":["band"],"query":[{"key":"name","value":"Rendezvous"},{"key":"","value":"","type":"text","disabled":true}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Cowboy"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"139"},{"key":"Etag","value":"W/\"8b-1cscZMnIaCU/pEw/sKErpkamyes\""},{"key":"Date","value":"Mon, 18 Jul 2022 21:53:34 GMT"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"{\n    \"bands\": [\n        {\n            \"id\": \"9538c4a9-452a-4bf5-849f-c27405910ab2\",\n            \"name\": \"Rendezvous\",\n            \"musicGenre\": \"Rock Alternativo\",\n            \"responsible\": \"Layane Bastos\"\n        }\n    ]\n}"}],"_postman_id":"52f6a61e-81aa-4c8f-9449-b2d08972ffa1"},{"name":"Pegar shows pelo id","id":"2d6a0fdf-0d9b-4ea4-b53c-d75ff890b22f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"token","type":"text"}],"url":"https://lamashaw4.herokuapp.com/show/:day","urlObject":{"protocol":"https","path":["show",":day"],"host":["lamashaw4","herokuapp","com"],"query":[],"variable":[{"type":"any","value":"FRI, SAT ou SUN","key":"day"}]}},"response":[{"id":"4783b5fa-7214-4f86-8c99-be4e7a7a4fe9","name":"getSShowsByDay","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6ImFjZmE3ZDk0LTU1NjgtNDBhMi1iODc3LWM4M2ZlYTg1MWQ1ZiIsInJvbGUiOiJOT1JNQUwiLCJpYXQiOjE2NTgxODA4MzMsImV4cCI6MTY1ODI2NzIzM30._ukoCE1s3YhAT_Y2B73aoKbU9owBWja-pejFY-IRL_o","type":"text"}],"url":"https://lamashaw4.herokuapp.com/show/SUN"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Cowboy"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"64"},{"key":"Etag","value":"W/\"40-DHKgz0no8IzC3gDmiYfB2h3jKZc\""},{"key":"Date","value":"Mon, 18 Jul 2022 21:55:00 GMT"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"{\n    \"shows\": [\n        {\n            \"band\": \"The Score\",\n            \"musicGenre\": \"Rock Alternativo\"\n        }\n    ]\n}"}],"_postman_id":"2d6a0fdf-0d9b-4ea4-b53c-d75ff890b22f"},{"name":"Registrar Show","id":"39d9eb78-cec4-4560-b36b-29e25b7b02f3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"token","type":"text"}],"body":{"mode":"raw","raw":"{\r\n   \"day\":\"FRI, SAT ou SUN\",\r\n   \"startingTime\": entre 8 e 22,\r\n   \"endingTime\": entre 9 e 23,\r\n   \"id\": \"id da banda\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://lamashaw4.herokuapp.com/show/register","urlObject":{"protocol":"https","path":["show","register"],"host":["lamashaw4","herokuapp","com"],"query":[],"variable":[]}},"response":[{"id":"df350aa1-73b2-4db1-a875-6cd16dfa75d0","name":"RegisterShow","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6ImFjZmE3ZDk0LTU1NjgtNDBhMi1iODc3LWM4M2ZlYTg1MWQ1ZiIsInJvbGUiOiJOT1JNQUwiLCJpYXQiOjE2NTgxODA4MzMsImV4cCI6MTY1ODI2NzIzM30._ukoCE1s3YhAT_Y2B73aoKbU9owBWja-pejFY-IRL_o","type":"text"}],"body":{"mode":"raw","raw":"{\r\n   \"day\":\"SAT\",\r\n   \"startingTime\": 19,\r\n   \"endingTime\": 21,\r\n   \"id\": \"9538c4a9-452a-4bf5-849f-c27405910ab2\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://lamashaw4.herokuapp.com/show/register"},"status":"OK","code":200,"_postman_previewlanguage":"html","header":[{"key":"Server","value":"Cowboy"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"text/html; charset=utf-8"},{"key":"Content-Length","value":"41"},{"key":"Etag","value":"W/\"29-oaVeZsOq9P2YfCd+SQzzNEx1URc\""},{"key":"Date","value":"Mon, 18 Jul 2022 22:13:30 GMT"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"Show registered: SAT, from 19:00 to 21:00"}],"_postman_id":"39d9eb78-cec4-4560-b36b-29e25b7b02f3"}]}