{"info":{"_postman_id":"731f0653-838d-4b3c-9bc5-6c50b8cb3ce1","name":"Canchas Proyecto 3","description":"<html><head></head><body><p>Colección para la página Zona 5</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"51129014","collectionId":"731f0653-838d-4b3c-9bc5-6c50b8cb3ce1","publishedId":"2sBXihqY8e","public":true,"customColor":{"top-bar":"212121","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2026-03-18T19:15:19.000Z"},"item":[{"name":"Auth","item":[{"name":"Get Perfil","id":"1eb44b99-505b-4e24-bf25-6182933e5df7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{auth_token}}","type":"text"}],"url":"/api/auth/profile","description":"<p>Obtiene el perfil del usuario autenticado. Requiere JWT token.</p>\n","urlObject":{"path":["api","auth","profile"],"host":[""],"query":[],"variable":[]}},"response":[],"_postman_id":"1eb44b99-505b-4e24-bf25-6182933e5df7"},{"name":"Get Users Paginado","id":"b62cc1ce-d028-4019-bd36-1428c546a768","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{auth_token}}","type":"text"}],"url":"/api/auth/?limite=5&desde=0","urlObject":{"path":["api","auth",""],"host":[""],"query":[{"key":"limite","value":"5"},{"key":"desde","value":"0"}],"variable":[]}},"response":[],"_postman_id":"b62cc1ce-d028-4019-bd36-1428c546a768"},{"name":"Actualizar Perfil","id":"f5e60934-14b1-4fee-9124-34302cee103c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"username\":\"Ejemplo\",\n  \"email\": \"ejemplo@ejemplo.com\",\n  \"password\": \"Test123\"\n}"},"url":"/api/auth/update-profile","urlObject":{"path":["api","auth","update-profile"],"host":[""],"query":[],"variable":[]}},"response":[],"_postman_id":"f5e60934-14b1-4fee-9124-34302cee103c"},{"name":"Register","id":"05377b09-bef0-44b5-84bc-959977062f3a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{auth_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"username\": \"Ejemplo\",\r\n    \"email\": \"ejemplo@ejemplo.com\",\r\n    \"password\": \"Test123\"\r\n}","options":{"raw":{"language":"json"}}},"url":"/api/auth/register","urlObject":{"path":["api","auth","register"],"host":[""],"query":[],"variable":[]}},"response":[],"_postman_id":"05377b09-bef0-44b5-84bc-959977062f3a"},{"name":"Verificar Email","id":"845b9334-019f-4b79-a4ac-a705e7e4ac8a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"email\":\"ejemplo@ejemplo.com\",\r\n    \"code\": \"123456\"\r\n}","options":{"raw":{"language":"json"}}},"url":"/api/auth/verify-email/","description":"<p>Verifica el email del usuario usando el token recibido por correo.</p>\n","urlObject":{"path":["api","auth","verify-email",""],"host":[""],"query":[],"variable":[]}},"response":[],"_postman_id":"845b9334-019f-4b79-a4ac-a705e7e4ac8a"},{"name":"Login","event":[{"listen":"test","script":{"id":"d44475f4-34ca-467f-a618-ffa187702a04","exec":[""],"type":"text/javascript","packages":{},"requests":{}}},{"listen":"prerequest","script":{"id":"89b77390-a5ab-45b3-bb79-72935b4c3e8e","exec":[""],"type":"text/javascript","packages":{},"requests":{}}}],"id":"75efef12-2538-49c0-bfd8-30efb3051fda","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"email\": \"ejemplo@ejemplo.com\",\n  \"password\": \"Test123\"\n}"},"url":"/api/auth/login","description":"<p>Inicia sesión y guarda automáticamente el token en las variables de entorno.</p>\n","urlObject":{"path":["api","auth","login"],"host":[""],"query":[],"variable":[]}},"response":[],"_postman_id":"75efef12-2538-49c0-bfd8-30efb3051fda"},{"name":"Logout","id":"328d3e86-e495-4cd1-9916-10886d4992a6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{auth_token}}","type":"text"}],"url":"/api/auth/logout","description":"<p>Cierra sesión. En este caso solo es informativo ya que JWT es stateless.</p>\n","urlObject":{"path":["api","auth","logout"],"host":[""],"query":[],"variable":[]}},"response":[],"_postman_id":"328d3e86-e495-4cd1-9916-10886d4992a6"},{"name":"Google","id":"81541423-3706-4f37-a420-30867f5819ae","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{auth_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"email\": \"ejemplo@ejemplo.com\" \r\n}","options":{"raw":{"language":"json"}}},"url":"/api/auth/google","urlObject":{"path":["api","auth","google"],"host":[""],"query":[],"variable":[]}},"response":[],"_postman_id":"81541423-3706-4f37-a420-30867f5819ae"},{"name":"Eliminar Usuario","id":"0bf44111-9f15-474c-bf38-13ed0542fa61","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"}],"url":"/api/auth/:id","urlObject":{"path":["api","auth",":id"],"host":[""],"query":[],"variable":[{"type":"any","value":"","key":"id"}]}},"response":[],"_postman_id":"0bf44111-9f15-474c-bf38-13ed0542fa61"}],"id":"77c9545a-57f0-4952-a7a9-89fa30fa1d56","description":"<p>Rutas relacionadas a usuarios</p>\n","_postman_id":"77c9545a-57f0-4952-a7a9-89fa30fa1d56"},{"name":"Category","item":[{"name":"Get Categorias","id":"dd3b249a-6e47-44b9-a110-2e9ecf1cbbb2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":""},"url":"/api/category/","urlObject":{"path":["api","category",""],"host":[""],"query":[],"variable":[]}},"response":[],"_postman_id":"dd3b249a-6e47-44b9-a110-2e9ecf1cbbb2"},{"name":"Crear","id":"6729b378-5232-4b9c-99b5-a48482e40a06","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"nombre\":\"EJEMPLO\"\r\n}","options":{"raw":{"language":"json"}}},"url":"/api/category/","urlObject":{"path":["api","category",""],"host":[""],"query":[],"variable":[]}},"response":[],"_postman_id":"6729b378-5232-4b9c-99b5-a48482e40a06"},{"name":"Actualizar","id":"247cd276-124e-45bd-b2ac-7f73bab70f34","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"nombre\":\"EJEMPLO\"\r\n}","options":{"raw":{"language":"json"}}},"url":"/api/category/:id","urlObject":{"path":["api","category",":id"],"host":[""],"query":[],"variable":[{"type":"any","value":"","key":"id"}]}},"response":[],"_postman_id":"247cd276-124e-45bd-b2ac-7f73bab70f34"},{"name":"Eliminar","id":"d256489a-cd8c-4759-9237-067eea740a65","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":""},"url":"/api/category/:id","urlObject":{"path":["api","category",":id"],"host":[""],"query":[],"variable":[{"type":"any","value":"","key":"id"}]}},"response":[],"_postman_id":"d256489a-cd8c-4759-9237-067eea740a65"}],"id":"df784666-9ae9-431c-83b0-193d9d4b6504","_postman_id":"df784666-9ae9-431c-83b0-193d9d4b6504","description":""},{"name":"Product","item":[{"name":"Get Productos","id":"2f911f08-0db4-40f1-9ceb-72098b774b61","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"/api/product/?limite=5&desde=0","urlObject":{"path":["api","product",""],"host":[""],"query":[{"key":"limite","value":"5"},{"key":"desde","value":"0"}],"variable":[]}},"response":[],"_postman_id":"2f911f08-0db4-40f1-9ceb-72098b774b61"},{"name":"Get Producto","id":"7261ce8c-56db-46ad-bcf9-7bf32e62a26e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"/api/product/:id","urlObject":{"path":["api","product",":id"],"host":[""],"query":[],"variable":[{"type":"any","value":"","key":"id"}]}},"response":[],"_postman_id":"7261ce8c-56db-46ad-bcf9-7bf32e62a26e"},{"name":"Crear","id":"1f81d265-f25c-4f7e-91fb-e60000524198","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"nombre\":\"NOMBRE DE PRODUCTO\",\r\n    \"precio\":0,\r\n    \"categoria\":\"ID DE CATEGORIA\",\r\n    \"stock\":0,\r\n    \"descripcion\":\"Esto es un ejemplo de un producto\",\r\n    \"img\":\"LINK DE IMAGEN\"\r\n}","options":{"raw":{"language":"json"}}},"url":"/api/product/","urlObject":{"path":["api","product",""],"host":[""],"query":[],"variable":[]}},"response":[],"_postman_id":"1f81d265-f25c-4f7e-91fb-e60000524198"},{"name":"Actualizar","id":"9ce0c2a4-8917-4f56-9f6c-9271807bb8fb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"nombre\":\"NOMBRE DE PRODUCTO\",\r\n    \"precio\":0,\r\n    \"categoria\":\"ID DE CATEGORIA\",\r\n    \"stock\":0,\r\n    \"descripcion\":\"Esto es un ejemplo de un producto\",\r\n    \"img\":\"LINK DE LA IMAGEN\"\r\n}","options":{"raw":{"language":"json"}}},"url":"/api/product/:id","urlObject":{"path":["api","product",":id"],"host":[""],"query":[],"variable":[{"type":"any","value":"","key":"id"}]}},"response":[],"_postman_id":"9ce0c2a4-8917-4f56-9f6c-9271807bb8fb"},{"name":"Eliminar","id":"84fdbcac-6b09-46dd-b241-5c393ea6f84f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":""},"url":"/api/product/:id","urlObject":{"path":["api","product",":id"],"host":[""],"query":[],"variable":[{"type":"any","value":"","key":"id"}]}},"response":[],"_postman_id":"84fdbcac-6b09-46dd-b241-5c393ea6f84f"}],"id":"425e629e-cec6-4963-84cc-a6f9141c3b04","_postman_id":"425e629e-cec6-4963-84cc-a6f9141c3b04","description":""},{"name":"Cart","item":[{"name":"Get Carrito","id":"6c6a2e5e-c657-41fb-90eb-d25f6c9a6144","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":""},"url":"/api/cart/","urlObject":{"path":["api","cart",""],"host":[""],"query":[],"variable":[]}},"response":[],"_postman_id":"6c6a2e5e-c657-41fb-90eb-d25f6c9a6144"},{"name":"Añadir Producto","id":"83858922-f858-4cb0-b8b9-f55cfff70332","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"productoId\":\"MONGO ID\",\r\n    \"cantidad\":1\r\n}","options":{"raw":{"language":"json"}}},"url":"/api/cart/add","urlObject":{"path":["api","cart","add"],"host":[""],"query":[],"variable":[]}},"response":[],"_postman_id":"83858922-f858-4cb0-b8b9-f55cfff70332"},{"name":"Actualizar Cantidad","id":"dfe2c593-cbad-4ddd-8b8e-770c5d4dcc83","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"cantidad\":1\r\n}","options":{"raw":{"language":"json"}}},"url":"/api/cart/:productoId","urlObject":{"path":["api","cart",":productoId"],"host":[""],"query":[],"variable":[{"type":"any","value":"","key":"productoId"}]}},"response":[],"_postman_id":"dfe2c593-cbad-4ddd-8b8e-770c5d4dcc83"},{"name":"Remover Producto","id":"f36ba676-a0f0-482a-b58b-cfb7acf3c1a3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":""},"url":"/api/cart/:productoId","urlObject":{"path":["api","cart",":productoId"],"host":[""],"query":[],"variable":[{"type":"any","value":"","key":"productoId"}]}},"response":[],"_postman_id":"f36ba676-a0f0-482a-b58b-cfb7acf3c1a3"},{"name":"Vaciar Carrito","id":"e343b10b-b9ab-46be-bc29-4a213b88a219","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":""},"url":"/api/cart/","urlObject":{"path":["api","cart",""],"host":[""],"query":[],"variable":[]}},"response":[],"_postman_id":"e343b10b-b9ab-46be-bc29-4a213b88a219"}],"id":"b6ebb25a-e426-4eff-864e-4ebbfc18b1cb","_postman_id":"b6ebb25a-e426-4eff-864e-4ebbfc18b1cb","description":""},{"name":"Cancha","item":[{"name":"Get Canchas","id":"b820ae3c-0633-4275-bf22-564a08e5c296","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{auth_token}}","type":"text"}],"url":"/api/cancha/?limite=5&desde=0","urlObject":{"path":["api","cancha",""],"host":[""],"query":[{"key":"limite","value":"5"},{"key":"desde","value":"0"}],"variable":[]}},"response":[],"_postman_id":"b820ae3c-0633-4275-bf22-564a08e5c296"},{"name":"Get Cancha","id":"0caa5359-a112-4182-8fb5-ab712b1897c7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{auth_token}}","type":"text"}],"url":"/api/chancha/:id","urlObject":{"path":["api","chancha",":id"],"host":[""],"query":[],"variable":[{"type":"any","value":"","key":"id"}]}},"response":[],"_postman_id":"0caa5359-a112-4182-8fb5-ab712b1897c7"},{"name":"Registrar","id":"ed9b8487-d2bd-4ef9-b584-3b682840c4a9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{auth_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"nombre\":\"NOMBRE DE CANCHA\",\r\n    \"descripcion\":\"Este es un ejemplo de cancha\",\r\n    \"precio\":0,\r\n    \"img\": \"LINK DE IMAGEN\"\r\n}","options":{"raw":{"language":"json"}}},"url":"/api/cancha/register","urlObject":{"path":["api","cancha","register"],"host":[""],"query":[],"variable":[]}},"response":[],"_postman_id":"ed9b8487-d2bd-4ef9-b584-3b682840c4a9"},{"name":"Actualizar","id":"63377c12-fd1e-4eb5-8ddb-fdf5dd01fd61","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Authorization","value":"Bearer {{auth_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"nombre\":\"NOMBRE DE CANCHA ACTUALIZADA\",\r\n    \"descripcion\":\"Este es un ejemplo de cancha\",\r\n    \"precio\":0,\r\n    \"img\": \"LINK DE IMAGEN\"\r\n}","options":{"raw":{"language":"json"}}},"url":"/api/cancha/update/:id","urlObject":{"path":["api","cancha","update",":id"],"host":[""],"query":[],"variable":[{"type":"any","value":"","key":"id"}]}},"response":[],"_postman_id":"63377c12-fd1e-4eb5-8ddb-fdf5dd01fd61"},{"name":"Eliminar","id":"22487853-564c-40ae-9dda-b17449af9e5c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"/api/cancha/:id","urlObject":{"path":["api","cancha",":id"],"host":[""],"query":[],"variable":[{"type":"any","value":"","key":"id"}]}},"response":[],"_postman_id":"22487853-564c-40ae-9dda-b17449af9e5c"}],"id":"3f4c502c-c82b-49c6-9235-d382c2547551","_postman_id":"3f4c502c-c82b-49c6-9235-d382c2547551","description":""},{"name":"Reserva","item":[{"name":"Get Reservas Imposibles","id":"cc98627a-e7e3-4f63-92aa-b6378da08291","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"/api/reserva/all","urlObject":{"path":["api","reserva","all"],"host":[""],"query":[],"variable":[]}},"response":[],"_postman_id":"cc98627a-e7e3-4f63-92aa-b6378da08291"},{"name":"Get mis Reservas","id":"adecd1e1-f512-44e1-96e1-0aed560a423e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"/api/cancha/mis-reservas","urlObject":{"path":["api","cancha","mis-reservas"],"host":[""],"query":[],"variable":[]}},"response":[],"_postman_id":"adecd1e1-f512-44e1-96e1-0aed560a423e"},{"name":"Registrar","id":"9be4742e-0b71-43ca-8572-bce19cd44464","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{auth_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"cancha\": \"ID DE RESERVA\", \r\n    \"senia\": 0,\r\n    \"fecha\": \"2026-02-28T20:00:00\",\r\n    \"horas\": 1\r\n}","options":{"raw":{"language":"json"}}},"url":"/api/reserva/register","urlObject":{"path":["api","reserva","register"],"host":[""],"query":[],"variable":[]}},"response":[],"_postman_id":"9be4742e-0b71-43ca-8572-bce19cd44464"},{"name":"Check Disponibilidad","id":"21b8dd36-0298-440f-85e2-31d44f676e5d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"/api/reserva/check/:id","urlObject":{"path":["api","reserva","check",":id"],"host":[""],"query":[],"variable":[{"type":"any","value":"","key":"id"}]}},"response":[],"_postman_id":"21b8dd36-0298-440f-85e2-31d44f676e5d"},{"name":"Eliminar","id":"bffb9302-7a5e-40ca-ad58-4eadf7b049b0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Authorization","value":"Bearer {{auth_token}}","type":"text"}],"body":{"mode":"raw","raw":""},"url":"/api/reserva/:id","urlObject":{"path":["api","reserva",":id"],"host":[""],"query":[],"variable":[{"type":"any","value":"","key":"id"}]}},"response":[],"_postman_id":"bffb9302-7a5e-40ca-ad58-4eadf7b049b0"},{"name":"Update Pago Reserva","id":"a67eaaf3-dee5-4a06-893f-450aa162120e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Authorization","value":"Bearer {{auth_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"estadoPago\":\"pendiente\",\r\n    \"metodoPago\":\"metodoPago\"\r\n}","options":{"raw":{"language":"json"}}},"url":"/api/reserva/:id/pago","urlObject":{"path":["api","reserva",":id","pago"],"host":[""],"query":[],"variable":[{"type":"any","value":"","key":"id"}]}},"response":[],"_postman_id":"a67eaaf3-dee5-4a06-893f-450aa162120e"},{"name":"Contacto","id":"61dbec6a-0d3f-4e6d-9197-073101e02ea6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{auth_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"nombre\":\"Nombre de usuario\",\r\n    \"contacto\":\"Email\",\r\n    \"descripcion\":\"Texto descriptivo de la solicitud de contacto\"\r\n}","options":{"raw":{"language":"json"}}},"url":"/api/reserva/contacto","urlObject":{"path":["api","reserva","contacto"],"host":[""],"query":[],"variable":[]}},"response":[],"_postman_id":"61dbec6a-0d3f-4e6d-9197-073101e02ea6"}],"id":"11732b6e-0331-4cd9-91cc-af6d295f9b55","_postman_id":"11732b6e-0331-4cd9-91cc-af6d295f9b55","description":""},{"name":"Payment","item":[{"name":"Crear Pago","id":"60ea6199-9aa0-49ff-9041-35be063ad13f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{auth_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"titulo\":\"titulo\",\r\n    \"cantidad\":\"cantidad\",\r\n    \"precio\":\"precio\",\r\n    \"reservaId\":\"reservaId\"\r\n}","options":{"raw":{"language":"json"}}},"url":"/api/payment/","urlObject":{"path":["api","payment",""],"host":[""],"query":[],"variable":[]}},"response":[],"_postman_id":"60ea6199-9aa0-49ff-9041-35be063ad13f"}],"id":"f888f444-d749-4719-a481-375c1f1ae48d","_postman_id":"f888f444-d749-4719-a481-375c1f1ae48d","description":""}],"event":[{"listen":"prerequest","script":{"id":"41db5a02-d1e2-471a-af2b-c0049592c864","type":"text/javascript","packages":{},"requests":{},"exec":[""]}},{"listen":"test","script":{"id":"e4da6d48-fcad-404a-9adf-33d705a4ce59","type":"text/javascript","packages":{},"requests":{},"exec":[""]}}],"variable":[{"key":"base_url","value":"","type":"default"}]}