{
  "info": {
    "name": "Dylema Delivery API Collection",
    "description": "Colección completa e interactiva de endpoints para realizar pruebas en Dylema.",
    "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json"
  },
  "item": [
    {
      "name": "Auth",
      "item": [
        {
          "name": "Iniciar sesión en autenticación",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api/auth/login",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api",
                "auth",
                "login"
              ],
              "variable": []
            },
            "description": "Operación para realizar iniciar sesión en autenticación en el módulo Auth.",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"email\": \"admin@dylema.dev\",\n  \"password\": \"miPasswordSuperSeguro123\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "Listar parsedbody de autenticación",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{token}}",
                "type": "text",
                "description": "JWT Token para autenticación"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api/auth/parsedBody",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api",
                "auth",
                "parsedBody"
              ],
              "variable": []
            },
            "description": "Operación para realizar listar parsedbody de autenticación en el módulo Auth."
          },
          "response": []
        },
        {
          "name": "Crear logout de autenticación",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{token}}",
                "type": "text",
                "description": "JWT Token para autenticación"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api/auth/logout",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api",
                "auth",
                "logout"
              ],
              "variable": []
            },
            "description": "Operación para realizar crear logout de autenticación en el módulo Auth.",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"email\": \"admin@dylema.dev\",\n  \"password\": \"miPasswordSuperSeguro123\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "Obtener perfil de autenticación",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{token}}",
                "type": "text",
                "description": "JWT Token para autenticación"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api/auth/profile",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api",
                "auth",
                "profile"
              ],
              "variable": []
            },
            "description": "Operación para realizar obtener perfil de autenticación en el módulo Auth."
          },
          "response": []
        },
        {
          "name": "Verificar en autenticación",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{token}}",
                "type": "text",
                "description": "JWT Token para autenticación"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api/auth/verify-invitation",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api",
                "auth",
                "verify-invitation"
              ],
              "variable": []
            },
            "description": "Operación para realizar verificar en autenticación en el módulo Auth."
          },
          "response": []
        },
        {
          "name": "Crear set password de autenticación",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{token}}",
                "type": "text",
                "description": "JWT Token para autenticación"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api/auth/set-password",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api",
                "auth",
                "set-password"
              ],
              "variable": []
            },
            "description": "Operación para realizar crear set password de autenticación en el módulo Auth.",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"email\": \"admin@dylema.dev\",\n  \"password\": \"miPasswordSuperSeguro123\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "Listar parsedbody de autenticación",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{token}}",
                "type": "text",
                "description": "JWT Token para autenticación"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api/auth/parsedBody",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api",
                "auth",
                "parsedBody"
              ],
              "variable": []
            },
            "description": "Operación para realizar listar parsedbody de autenticación en el módulo Auth."
          },
          "response": []
        }
      ]
    },
    {
      "name": "Cdrs",
      "item": [
        {
          "name": "Listar cdrs",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{token}}",
                "type": "text",
                "description": "JWT Token para autenticación"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api/cdrs",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api",
                "cdrs"
              ],
              "variable": []
            },
            "description": "Operación para realizar listar cdrs en el módulo Cdrs."
          },
          "response": []
        },
        {
          "name": "Obtener cdrs por ID",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{token}}",
                "type": "text",
                "description": "JWT Token para autenticación"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api/cdrs/:id",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api",
                "cdrs",
                ":id"
              ],
              "variable": [
                {
                  "key": "id",
                  "value": "8f8b88cc-5b12-42bb-92dd-a99f36f4d259",
                  "description": "ID de cdrs"
                }
              ]
            },
            "description": "Operación para realizar obtener cdrs por id en el módulo Cdrs."
          },
          "response": []
        }
      ]
    },
    {
      "name": "Checkouts",
      "item": [
        {
          "name": "Crear checkout",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{token}}",
                "type": "text",
                "description": "JWT Token para autenticación"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api/checkouts",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api",
                "checkouts"
              ],
              "variable": []
            },
            "description": "Operación para realizar crear checkout en el módulo Checkouts.",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"customerId\": \"8f8b88cc-5b12-42bb-92dd-a99f36f4d259\",\n  \"currency\": \"USD\",\n  \"subtotal\": 150,\n  \"tax\": 24,\n  \"discount\": 10,\n  \"shippingCost\": 5,\n  \"total\": 169,\n  \"isRecurring\": false,\n  \"productServicePlanId\": \"a9e623cd-9430-4eeb-b639-68ea9f135b44\",\n  \"warehouseId\": \"7e3b88dd-92ff-4cbb-a9ee-d345f4bb599d\",\n  \"items\": [\n    {\n      \"productVersionId\": \"b11a7a6c-94cd-498c-8f19-33aa8bb21359\",\n      \"quantity\": 1,\n      \"unitPrice\": 150\n    }\n  ],\n  \"metadata\": {\n    \"canal_venta\": \"web_publico\",\n    \"campana_ref\": \"google_ads\"\n  }\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "Listar parsedbody de checkouts",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{token}}",
                "type": "text",
                "description": "JWT Token para autenticación"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api/checkouts/parsedBody",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api",
                "checkouts",
                "parsedBody"
              ],
              "variable": []
            },
            "description": "Operación para realizar listar parsedbody de checkouts en el módulo Checkouts."
          },
          "response": []
        },
        {
          "name": "Listar checkouts",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{token}}",
                "type": "text",
                "description": "JWT Token para autenticación"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api/checkouts",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api",
                "checkouts"
              ],
              "variable": []
            },
            "description": "Operación para realizar listar checkouts en el módulo Checkouts."
          },
          "response": []
        },
        {
          "name": "Obtener checkout por ID",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{token}}",
                "type": "text",
                "description": "JWT Token para autenticación"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api/checkouts/:id",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api",
                "checkouts",
                ":id"
              ],
              "variable": [
                {
                  "key": "id",
                  "value": "8f8b88cc-5b12-42bb-92dd-a99f36f4d259",
                  "description": "ID de checkouts"
                }
              ]
            },
            "description": "Operación para realizar obtener checkout por id en el módulo Checkouts."
          },
          "response": []
        },
        {
          "name": "Aprobar de checkout",
          "request": {
            "method": "PATCH",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{token}}",
                "type": "text",
                "description": "JWT Token para autenticación"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api/checkouts/:id/approve",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api",
                "checkouts",
                ":id",
                "approve"
              ],
              "variable": [
                {
                  "key": "id",
                  "value": "8f8b88cc-5b12-42bb-92dd-a99f36f4d259",
                  "description": "ID de checkouts"
                }
              ]
            },
            "description": "Operación para realizar aprobar de checkout en el módulo Checkouts.",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"customerId\": \"8f8b88cc-5b12-42bb-92dd-a99f36f4d259\",\n  \"currency\": \"USD\",\n  \"subtotal\": 150,\n  \"tax\": 24,\n  \"discount\": 10,\n  \"shippingCost\": 5,\n  \"total\": 169,\n  \"isRecurring\": false,\n  \"productServicePlanId\": \"a9e623cd-9430-4eeb-b639-68ea9f135b44\",\n  \"warehouseId\": \"7e3b88dd-92ff-4cbb-a9ee-d345f4bb599d\",\n  \"items\": [\n    {\n      \"productVersionId\": \"b11a7a6c-94cd-498c-8f19-33aa8bb21359\",\n      \"quantity\": 1,\n      \"unitPrice\": 150\n    }\n  ],\n  \"metadata\": {\n    \"canal_venta\": \"web_publico\",\n    \"campana_ref\": \"google_ads\"\n  }\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "Rechazar de checkout",
          "request": {
            "method": "PATCH",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{token}}",
                "type": "text",
                "description": "JWT Token para autenticación"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api/checkouts/:id/reject",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api",
                "checkouts",
                ":id",
                "reject"
              ],
              "variable": [
                {
                  "key": "id",
                  "value": "8f8b88cc-5b12-42bb-92dd-a99f36f4d259",
                  "description": "ID de checkouts"
                }
              ]
            },
            "description": "Operación para realizar rechazar de checkout en el módulo Checkouts.",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"customerId\": \"8f8b88cc-5b12-42bb-92dd-a99f36f4d259\",\n  \"currency\": \"USD\",\n  \"subtotal\": 150,\n  \"tax\": 24,\n  \"discount\": 10,\n  \"shippingCost\": 5,\n  \"total\": 169,\n  \"isRecurring\": false,\n  \"productServicePlanId\": \"a9e623cd-9430-4eeb-b639-68ea9f135b44\",\n  \"warehouseId\": \"7e3b88dd-92ff-4cbb-a9ee-d345f4bb599d\",\n  \"items\": [\n    {\n      \"productVersionId\": \"b11a7a6c-94cd-498c-8f19-33aa8bb21359\",\n      \"quantity\": 1,\n      \"unitPrice\": 150\n    }\n  ],\n  \"metadata\": {\n    \"canal_venta\": \"web_publico\",\n    \"campana_ref\": \"google_ads\"\n  }\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "Aprobar de checkout",
          "request": {
            "method": "PATCH",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{token}}",
                "type": "text",
                "description": "JWT Token para autenticación"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api/checkouts/:id/approve-payment",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api",
                "checkouts",
                ":id",
                "approve-payment"
              ],
              "variable": [
                {
                  "key": "id",
                  "value": "8f8b88cc-5b12-42bb-92dd-a99f36f4d259",
                  "description": "ID de checkouts"
                }
              ]
            },
            "description": "Operación para realizar aprobar de checkout en el módulo Checkouts.",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"customerId\": \"8f8b88cc-5b12-42bb-92dd-a99f36f4d259\",\n  \"currency\": \"USD\",\n  \"subtotal\": 150,\n  \"tax\": 24,\n  \"discount\": 10,\n  \"shippingCost\": 5,\n  \"total\": 169,\n  \"isRecurring\": false,\n  \"productServicePlanId\": \"a9e623cd-9430-4eeb-b639-68ea9f135b44\",\n  \"warehouseId\": \"7e3b88dd-92ff-4cbb-a9ee-d345f4bb599d\",\n  \"items\": [\n    {\n      \"productVersionId\": \"b11a7a6c-94cd-498c-8f19-33aa8bb21359\",\n      \"quantity\": 1,\n      \"unitPrice\": 150\n    }\n  ],\n  \"metadata\": {\n    \"canal_venta\": \"web_publico\",\n    \"campana_ref\": \"google_ads\"\n  }\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "Rechazar de checkout",
          "request": {
            "method": "PATCH",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{token}}",
                "type": "text",
                "description": "JWT Token para autenticación"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api/checkouts/:id/reject-payment",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api",
                "checkouts",
                ":id",
                "reject-payment"
              ],
              "variable": [
                {
                  "key": "id",
                  "value": "8f8b88cc-5b12-42bb-92dd-a99f36f4d259",
                  "description": "ID de checkouts"
                }
              ]
            },
            "description": "Operación para realizar rechazar de checkout en el módulo Checkouts.",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"customerId\": \"8f8b88cc-5b12-42bb-92dd-a99f36f4d259\",\n  \"currency\": \"USD\",\n  \"subtotal\": 150,\n  \"tax\": 24,\n  \"discount\": 10,\n  \"shippingCost\": 5,\n  \"total\": 169,\n  \"isRecurring\": false,\n  \"productServicePlanId\": \"a9e623cd-9430-4eeb-b639-68ea9f135b44\",\n  \"warehouseId\": \"7e3b88dd-92ff-4cbb-a9ee-d345f4bb599d\",\n  \"items\": [\n    {\n      \"productVersionId\": \"b11a7a6c-94cd-498c-8f19-33aa8bb21359\",\n      \"quantity\": 1,\n      \"unitPrice\": 150\n    }\n  ],\n  \"metadata\": {\n    \"canal_venta\": \"web_publico\",\n    \"campana_ref\": \"google_ads\"\n  }\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "Actualizar entrega status de checkout",
          "request": {
            "method": "PATCH",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{token}}",
                "type": "text",
                "description": "JWT Token para autenticación"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api/checkouts/:id/fulfillment-status",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api",
                "checkouts",
                ":id",
                "fulfillment-status"
              ],
              "variable": [
                {
                  "key": "id",
                  "value": "8f8b88cc-5b12-42bb-92dd-a99f36f4d259",
                  "description": "ID de checkouts"
                }
              ]
            },
            "description": "Operación para realizar actualizar entrega status de checkout en el módulo Checkouts.",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"status\": \"DELIVERED\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "Actualizar register pago de checkout",
          "request": {
            "method": "PATCH",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{token}}",
                "type": "text",
                "description": "JWT Token para autenticación"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api/checkouts/:id/register-payment",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api",
                "checkouts",
                ":id",
                "register-payment"
              ],
              "variable": [
                {
                  "key": "id",
                  "value": "8f8b88cc-5b12-42bb-92dd-a99f36f4d259",
                  "description": "ID de checkouts"
                }
              ]
            },
            "description": "Operación para realizar actualizar register pago de checkout en el módulo Checkouts.",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"paymentMethodId\": \"ef8b88cc-5b12-42bb-92dd-a99f36f4d259\",\n  \"reference\": \"TRANS-889900\",\n  \"amount\": 169,\n  \"approve\": true\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "Actualizar report pago de checkout",
          "request": {
            "method": "PATCH",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{token}}",
                "type": "text",
                "description": "JWT Token para autenticación"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api/checkouts/:id/report-payment",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api",
                "checkouts",
                ":id",
                "report-payment"
              ],
              "variable": [
                {
                  "key": "id",
                  "value": "8f8b88cc-5b12-42bb-92dd-a99f36f4d259",
                  "description": "ID de checkouts"
                }
              ]
            },
            "description": "Operación para realizar actualizar report pago de checkout en el módulo Checkouts.",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"paymentMethodId\": \"ef8b88cc-5b12-42bb-92dd-a99f36f4d259\",\n  \"reference\": \"PAGO-MOVIL-9938\",\n  \"amount\": 169\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "Restablecer admin en checkout",
          "request": {
            "method": "DELETE",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{token}}",
                "type": "text",
                "description": "JWT Token para autenticación"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api/checkouts/admin/reset-all-sales",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api",
                "checkouts",
                "admin",
                "reset-all-sales"
              ],
              "variable": []
            },
            "description": "Operación para realizar restablecer admin en checkout en el módulo Checkouts."
          },
          "response": []
        }
      ]
    },
    {
      "name": "Currencies",
      "item": [
        {
          "name": "Listar monedas",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{token}}",
                "type": "text",
                "description": "JWT Token para autenticación"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api/currencies",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api",
                "currencies"
              ],
              "variable": []
            },
            "description": "Operación para realizar listar monedas en el módulo Currencies."
          },
          "response": []
        },
        {
          "name": "Obtener moneda por ID",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{token}}",
                "type": "text",
                "description": "JWT Token para autenticación"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api/currencies/:id",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api",
                "currencies",
                ":id"
              ],
              "variable": [
                {
                  "key": "id",
                  "value": "8f8b88cc-5b12-42bb-92dd-a99f36f4d259",
                  "description": "ID de currencies"
                }
              ]
            },
            "description": "Operación para realizar obtener moneda por id en el módulo Currencies."
          },
          "response": []
        }
      ]
    },
    {
      "name": "Customers",
      "item": [
        {
          "name": "Listar clientes",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{token}}",
                "type": "text",
                "description": "JWT Token para autenticación"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api/customers",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api",
                "customers"
              ],
              "variable": []
            },
            "description": "Operación para realizar listar clientes en el módulo Customers."
          },
          "response": []
        },
        {
          "name": "Listar procesos de carga de de clientes",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{token}}",
                "type": "text",
                "description": "JWT Token para autenticación"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api/customers/uploads",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api",
                "customers",
                "uploads"
              ],
              "variable": []
            },
            "description": "Operación para realizar listar procesos de carga de de clientes en el módulo Customers."
          },
          "response": []
        },
        {
          "name": "Obtener cliente por ID",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{token}}",
                "type": "text",
                "description": "JWT Token para autenticación"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api/customers/:id",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api",
                "customers",
                ":id"
              ],
              "variable": [
                {
                  "key": "id",
                  "value": "8f8b88cc-5b12-42bb-92dd-a99f36f4d259",
                  "description": "ID de customers"
                }
              ]
            },
            "description": "Operación para realizar obtener cliente por id en el módulo Customers."
          },
          "response": []
        },
        {
          "name": "Subir archivo de cliente",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{token}}",
                "type": "text",
                "description": "JWT Token para autenticación"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api/customers/upload",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api",
                "customers",
                "upload"
              ],
              "variable": []
            },
            "description": "Operación para realizar subir archivo de cliente en el módulo Customers.",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"firstName\": \"Juan\",\n  \"lastName\": \"Pérez\",\n  \"email\": \"juan.perez@example.com\",\n  \"phone\": \"+584121234567\",\n  \"document\": \"V-12345678\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "Crear cliente",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{token}}",
                "type": "text",
                "description": "JWT Token para autenticación"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api/customers",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api",
                "customers"
              ],
              "variable": []
            },
            "description": "Operación para realizar crear cliente en el módulo Customers.",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"firstName\": \"Juan\",\n  \"lastName\": \"Pérez\",\n  \"email\": \"juan.perez@example.com\",\n  \"phone\": \"+584121234567\",\n  \"document\": \"V-12345678\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "Listar parsedbody de clientes",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{token}}",
                "type": "text",
                "description": "JWT Token para autenticación"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api/customers/parsedBody",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api",
                "customers",
                "parsedBody"
              ],
              "variable": []
            },
            "description": "Operación para realizar listar parsedbody de clientes en el módulo Customers."
          },
          "response": []
        },
        {
          "name": "Actualizar cliente",
          "request": {
            "method": "PATCH",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{token}}",
                "type": "text",
                "description": "JWT Token para autenticación"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api/customers/:id",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api",
                "customers",
                ":id"
              ],
              "variable": [
                {
                  "key": "id",
                  "value": "8f8b88cc-5b12-42bb-92dd-a99f36f4d259",
                  "description": "ID de customers"
                }
              ]
            },
            "description": "Operación para realizar actualizar cliente en el módulo Customers.",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"firstName\": \"Juan\",\n  \"lastName\": \"Pérez\",\n  \"email\": \"juan.perez@example.com\",\n  \"phone\": \"+584121234567\",\n  \"document\": \"V-12345678\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "Actualizar cliente",
          "request": {
            "method": "PUT",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{token}}",
                "type": "text",
                "description": "JWT Token para autenticación"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api/customers/:id",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api",
                "customers",
                ":id"
              ],
              "variable": [
                {
                  "key": "id",
                  "value": "8f8b88cc-5b12-42bb-92dd-a99f36f4d259",
                  "description": "ID de customers"
                }
              ]
            },
            "description": "Operación para realizar actualizar cliente en el módulo Customers.",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"firstName\": \"Juan\",\n  \"lastName\": \"Pérez\",\n  \"email\": \"juan.perez@example.com\",\n  \"phone\": \"+584121234567\",\n  \"document\": \"V-12345678\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "Eliminar cliente",
          "request": {
            "method": "DELETE",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{token}}",
                "type": "text",
                "description": "JWT Token para autenticación"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api/customers/:id",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api",
                "customers",
                ":id"
              ],
              "variable": [
                {
                  "key": "id",
                  "value": "8f8b88cc-5b12-42bb-92dd-a99f36f4d259",
                  "description": "ID de customers"
                }
              ]
            },
            "description": "Operación para realizar eliminar cliente en el módulo Customers."
          },
          "response": []
        }
      ]
    },
    {
      "name": "Merchants",
      "item": [
        {
          "name": "Listar current api key de comercios",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{token}}",
                "type": "text",
                "description": "JWT Token para autenticación"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api/merchants/current/api-key",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api",
                "merchants",
                "current",
                "api-key"
              ],
              "variable": []
            },
            "description": "Operación para realizar listar current api key de comercios en el módulo Merchants."
          },
          "response": []
        },
        {
          "name": "Crear current api key de comercio",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{token}}",
                "type": "text",
                "description": "JWT Token para autenticación"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api/merchants/current/api-key",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api",
                "merchants",
                "current",
                "api-key"
              ],
              "variable": []
            },
            "description": "Operación para realizar crear current api key de comercio en el módulo Merchants.",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"name\": \"Comercio Dylema Caracas\",\n  \"subdomain\": \"dylema-caracas\",\n  \"adminUser\": {\n    \"email\": \"admin@dylema-caracas.dev\",\n    \"firstName\": \"Pedro\",\n    \"lastName\": \"Ramírez\"\n  }\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "Listar current de comercios",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{token}}",
                "type": "text",
                "description": "JWT Token para autenticación"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api/merchants/current",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api",
                "merchants",
                "current"
              ],
              "variable": []
            },
            "description": "Operación para realizar listar current de comercios en el módulo Merchants."
          },
          "response": []
        },
        {
          "name": "Actualizar current de comercio",
          "request": {
            "method": "PATCH",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{token}}",
                "type": "text",
                "description": "JWT Token para autenticación"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api/merchants/current",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api",
                "merchants",
                "current"
              ],
              "variable": []
            },
            "description": "Operación para realizar actualizar current de comercio en el módulo Merchants.",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"name\": \"Comercio Dylema Caracas\",\n  \"subdomain\": \"dylema-caracas\",\n  \"adminUser\": {\n    \"email\": \"admin@dylema-caracas.dev\",\n    \"firstName\": \"Pedro\",\n    \"lastName\": \"Ramírez\"\n  }\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "Listar comercios",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{token}}",
                "type": "text",
                "description": "JWT Token para autenticación"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api/merchants",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api",
                "merchants"
              ],
              "variable": []
            },
            "description": "Operación para realizar listar comercios en el módulo Merchants."
          },
          "response": []
        },
        {
          "name": "Listar modules de comercios",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{token}}",
                "type": "text",
                "description": "JWT Token para autenticación"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api/merchants/modules",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api",
                "merchants",
                "modules"
              ],
              "variable": []
            },
            "description": "Operación para realizar listar modules de comercios en el módulo Merchants."
          },
          "response": []
        },
        {
          "name": "Obtener modules resources de comercio",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{token}}",
                "type": "text",
                "description": "JWT Token para autenticación"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api/merchants/modules/:module/resources",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api",
                "merchants",
                "modules",
                ":module",
                "resources"
              ],
              "variable": [
                {
                  "key": "module",
                  "value": "8f8b88cc-5b12-42bb-92dd-a99f36f4d259",
                  "description": "ID de merchants"
                }
              ]
            },
            "description": "Operación para realizar obtener modules resources de comercio en el módulo Merchants."
          },
          "response": []
        },
        {
          "name": "Crear comercio",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{token}}",
                "type": "text",
                "description": "JWT Token para autenticación"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api/merchants",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api",
                "merchants"
              ],
              "variable": []
            },
            "description": "Operación para realizar crear comercio en el módulo Merchants.",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"name\": \"Comercio Dylema Caracas\",\n  \"subdomain\": \"dylema-caracas\",\n  \"adminUser\": {\n    \"email\": \"admin@dylema-caracas.dev\",\n    \"firstName\": \"Pedro\",\n    \"lastName\": \"Ramírez\"\n  }\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "Listar config de comercios",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{token}}",
                "type": "text",
                "description": "JWT Token para autenticación"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api/merchants/config",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api",
                "merchants",
                "config"
              ],
              "variable": []
            },
            "description": "Operación para realizar listar config de comercios en el módulo Merchants."
          },
          "response": []
        },
        {
          "name": "Obtener comercio por ID",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{token}}",
                "type": "text",
                "description": "JWT Token para autenticación"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api/merchants/:id",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api",
                "merchants",
                ":id"
              ],
              "variable": [
                {
                  "key": "id",
                  "value": "8f8b88cc-5b12-42bb-92dd-a99f36f4d259",
                  "description": "ID de merchants"
                }
              ]
            },
            "description": "Operación para realizar obtener comercio por id en el módulo Merchants."
          },
          "response": []
        },
        {
          "name": "Actualizar comercio",
          "request": {
            "method": "PATCH",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{token}}",
                "type": "text",
                "description": "JWT Token para autenticación"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api/merchants/:id",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api",
                "merchants",
                ":id"
              ],
              "variable": [
                {
                  "key": "id",
                  "value": "8f8b88cc-5b12-42bb-92dd-a99f36f4d259",
                  "description": "ID de merchants"
                }
              ]
            },
            "description": "Operación para realizar actualizar comercio en el módulo Merchants.",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"name\": \"Comercio Dylema Caracas\",\n  \"subdomain\": \"dylema-caracas\",\n  \"adminUser\": {\n    \"email\": \"admin@dylema-caracas.dev\",\n    \"firstName\": \"Pedro\",\n    \"lastName\": \"Ramírez\"\n  }\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "Actualizar comercio",
          "request": {
            "method": "PUT",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{token}}",
                "type": "text",
                "description": "JWT Token para autenticación"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api/merchants/:id",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api",
                "merchants",
                ":id"
              ],
              "variable": [
                {
                  "key": "id",
                  "value": "8f8b88cc-5b12-42bb-92dd-a99f36f4d259",
                  "description": "ID de merchants"
                }
              ]
            },
            "description": "Operación para realizar actualizar comercio en el módulo Merchants.",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"name\": \"Comercio Dylema Caracas\",\n  \"subdomain\": \"dylema-caracas\",\n  \"adminUser\": {\n    \"email\": \"admin@dylema-caracas.dev\",\n    \"firstName\": \"Pedro\",\n    \"lastName\": \"Ramírez\"\n  }\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "Reenviar en comercio",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{token}}",
                "type": "text",
                "description": "JWT Token para autenticación"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api/merchants/:id/resend-invitation",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api",
                "merchants",
                ":id",
                "resend-invitation"
              ],
              "variable": [
                {
                  "key": "id",
                  "value": "8f8b88cc-5b12-42bb-92dd-a99f36f4d259",
                  "description": "ID de merchants"
                }
              ]
            },
            "description": "Operación para realizar reenviar en comercio en el módulo Merchants.",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"name\": \"Comercio Dylema Caracas\",\n  \"subdomain\": \"dylema-caracas\",\n  \"adminUser\": {\n    \"email\": \"admin@dylema-caracas.dev\",\n    \"firstName\": \"Pedro\",\n    \"lastName\": \"Ramírez\"\n  }\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "Listar config de comercios",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{token}}",
                "type": "text",
                "description": "JWT Token para autenticación"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api/merchants/config",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api",
                "merchants",
                "config"
              ],
              "variable": []
            },
            "description": "Operación para realizar listar config de comercios en el módulo Merchants."
          },
          "response": []
        },
        {
          "name": "Eliminar comercio",
          "request": {
            "method": "DELETE",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{token}}",
                "type": "text",
                "description": "JWT Token para autenticación"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api/merchants/:id",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api",
                "merchants",
                ":id"
              ],
              "variable": [
                {
                  "key": "id",
                  "value": "8f8b88cc-5b12-42bb-92dd-a99f36f4d259",
                  "description": "ID de merchants"
                }
              ]
            },
            "description": "Operación para realizar eliminar comercio en el módulo Merchants."
          },
          "response": []
        }
      ]
    },
    {
      "name": "Permissions",
      "item": [
        {
          "name": "Listar permisos",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{token}}",
                "type": "text",
                "description": "JWT Token para autenticación"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api/permissions",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api",
                "permissions"
              ],
              "variable": []
            },
            "description": "Operación para realizar listar permisos en el módulo Permissions."
          },
          "response": []
        }
      ]
    },
    {
      "name": "Products",
      "item": [
        {
          "name": "Listar procesos de carga de de productos",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{token}}",
                "type": "text",
                "description": "JWT Token para autenticación"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api/products/uploads",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api",
                "products",
                "uploads"
              ],
              "variable": []
            },
            "description": "Operación para realizar listar procesos de carga de de productos en el módulo Products."
          },
          "response": []
        },
        {
          "name": "Reprocesar carga de Listar procesos de carga de de productos",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{token}}",
                "type": "text",
                "description": "JWT Token para autenticación"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api/products/uploads/:id/reprocess",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api",
                "products",
                "uploads",
                ":id",
                "reprocess"
              ],
              "variable": [
                {
                  "key": "id",
                  "value": "8f8b88cc-5b12-42bb-92dd-a99f36f4d259",
                  "description": "ID de products"
                }
              ]
            },
            "description": "Operación para realizar reprocesar carga de listar procesos de carga de de productos en el módulo Products.",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"name\": \"Plan de Fibra Óptica 100 Mbps\",\n  \"description\": \"Internet simétrico residencial de alta velocidad\",\n  \"price\": 45,\n  \"sku\": \"FIBRA-100M-RES\",\n  \"productCategoryId\": \"c1a9ee5d-32bb-48ff-98ee-e9aa68fb599d\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "Listar procesos de exportación de de productos",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{token}}",
                "type": "text",
                "description": "JWT Token para autenticación"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api/products/exports",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api",
                "products",
                "exports"
              ],
              "variable": []
            },
            "description": "Operación para realizar listar procesos de exportación de de productos en el módulo Products."
          },
          "response": []
        },
        {
          "name": "Exportar de producto",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{token}}",
                "type": "text",
                "description": "JWT Token para autenticación"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api/products/export",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api",
                "products",
                "export"
              ],
              "variable": []
            },
            "description": "Operación para realizar exportar de producto en el módulo Products.",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"name\": \"Plan de Fibra Óptica 100 Mbps\",\n  \"description\": \"Internet simétrico residencial de alta velocidad\",\n  \"price\": 45,\n  \"sku\": \"FIBRA-100M-RES\",\n  \"productCategoryId\": \"c1a9ee5d-32bb-48ff-98ee-e9aa68fb599d\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "Subir archivo de producto",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{token}}",
                "type": "text",
                "description": "JWT Token para autenticación"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api/products/upload",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api",
                "products",
                "upload"
              ],
              "variable": []
            },
            "description": "Operación para realizar subir archivo de producto en el módulo Products.",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"name\": \"Plan de Fibra Óptica 100 Mbps\",\n  \"description\": \"Internet simétrico residencial de alta velocidad\",\n  \"price\": 45,\n  \"sku\": \"FIBRA-100M-RES\",\n  \"productCategoryId\": \"c1a9ee5d-32bb-48ff-98ee-e9aa68fb599d\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "Listar stock listar procesos de carga de de productos",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{token}}",
                "type": "text",
                "description": "JWT Token para autenticación"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api/products/stocks/uploads",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api",
                "products",
                "stocks",
                "uploads"
              ],
              "variable": []
            },
            "description": "Operación para realizar listar stock listar procesos de carga de de productos en el módulo Products."
          },
          "response": []
        },
        {
          "name": "Reprocesar carga de stock de Listar procesos de carga de de productos",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{token}}",
                "type": "text",
                "description": "JWT Token para autenticación"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api/products/stocks/uploads/:id/reprocess",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api",
                "products",
                "stocks",
                "uploads",
                ":id",
                "reprocess"
              ],
              "variable": [
                {
                  "key": "id",
                  "value": "8f8b88cc-5b12-42bb-92dd-a99f36f4d259",
                  "description": "ID de products"
                }
              ]
            },
            "description": "Operación para realizar reprocesar carga de stock de listar procesos de carga de de productos en el módulo Products.",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"name\": \"Plan de Fibra Óptica 100 Mbps\",\n  \"description\": \"Internet simétrico residencial de alta velocidad\",\n  \"price\": 45,\n  \"sku\": \"FIBRA-100M-RES\",\n  \"productCategoryId\": \"c1a9ee5d-32bb-48ff-98ee-e9aa68fb599d\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "Subir archivo de stock de producto",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{token}}",
                "type": "text",
                "description": "JWT Token para autenticación"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api/products/stocks/upload",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api",
                "products",
                "stocks",
                "upload"
              ],
              "variable": []
            },
            "description": "Operación para realizar subir archivo de stock de producto en el módulo Products.",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"name\": \"Plan de Fibra Óptica 100 Mbps\",\n  \"description\": \"Internet simétrico residencial de alta velocidad\",\n  \"price\": 45,\n  \"sku\": \"FIBRA-100M-RES\",\n  \"productCategoryId\": \"c1a9ee5d-32bb-48ff-98ee-e9aa68fb599d\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "Listar imágenes listar procesos de carga de de productos",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{token}}",
                "type": "text",
                "description": "JWT Token para autenticación"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api/products/images/uploads",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api",
                "products",
                "images",
                "uploads"
              ],
              "variable": []
            },
            "description": "Operación para realizar listar imágenes listar procesos de carga de de productos en el módulo Products."
          },
          "response": []
        },
        {
          "name": "Reprocesar carga de imágenes de Listar procesos de carga de de productos",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{token}}",
                "type": "text",
                "description": "JWT Token para autenticación"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api/products/images/uploads/:id/reprocess",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api",
                "products",
                "images",
                "uploads",
                ":id",
                "reprocess"
              ],
              "variable": [
                {
                  "key": "id",
                  "value": "8f8b88cc-5b12-42bb-92dd-a99f36f4d259",
                  "description": "ID de products"
                }
              ]
            },
            "description": "Operación para realizar reprocesar carga de imágenes de listar procesos de carga de de productos en el módulo Products.",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"name\": \"Plan de Fibra Óptica 100 Mbps\",\n  \"description\": \"Internet simétrico residencial de alta velocidad\",\n  \"price\": 45,\n  \"sku\": \"FIBRA-100M-RES\",\n  \"productCategoryId\": \"c1a9ee5d-32bb-48ff-98ee-e9aa68fb599d\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "Subir archivo de imágenes de producto",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{token}}",
                "type": "text",
                "description": "JWT Token para autenticación"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api/products/images/upload",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api",
                "products",
                "images",
                "upload"
              ],
              "variable": []
            },
            "description": "Operación para realizar subir archivo de imágenes de producto en el módulo Products.",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"name\": \"Plan de Fibra Óptica 100 Mbps\",\n  \"description\": \"Internet simétrico residencial de alta velocidad\",\n  \"price\": 45,\n  \"sku\": \"FIBRA-100M-RES\",\n  \"productCategoryId\": \"c1a9ee5d-32bb-48ff-98ee-e9aa68fb599d\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "Actualizar stock de producto",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{token}}",
                "type": "text",
                "description": "JWT Token para autenticación"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api/products/stocks/batch-update",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api",
                "products",
                "stocks",
                "batch-update"
              ],
              "variable": []
            },
            "description": "Operación para realizar actualizar stock de producto en el módulo Products.",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"name\": \"Plan de Fibra Óptica 100 Mbps\",\n  \"description\": \"Internet simétrico residencial de alta velocidad\",\n  \"price\": 45,\n  \"sku\": \"FIBRA-100M-RES\",\n  \"productCategoryId\": \"c1a9ee5d-32bb-48ff-98ee-e9aa68fb599d\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "Listar productos",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{token}}",
                "type": "text",
                "description": "JWT Token para autenticación"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api/products",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api",
                "products"
              ],
              "variable": []
            },
            "description": "Operación para realizar listar productos en el módulo Products."
          },
          "response": []
        },
        {
          "name": "Listar categorías de productos",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{token}}",
                "type": "text",
                "description": "JWT Token para autenticación"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api/products/categories",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api",
                "products",
                "categories"
              ],
              "variable": []
            },
            "description": "Operación para realizar listar categorías de productos en el módulo Products."
          },
          "response": []
        },
        {
          "name": "Crear categorías de producto",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{token}}",
                "type": "text",
                "description": "JWT Token para autenticación"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api/products/categories",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api",
                "products",
                "categories"
              ],
              "variable": []
            },
            "description": "Operación para realizar crear categorías de producto en el módulo Products.",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"name\": \"Plan de Fibra Óptica 100 Mbps\",\n  \"description\": \"Internet simétrico residencial de alta velocidad\",\n  \"price\": 45,\n  \"sku\": \"FIBRA-100M-RES\",\n  \"productCategoryId\": \"c1a9ee5d-32bb-48ff-98ee-e9aa68fb599d\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "Actualizar categorías de producto",
          "request": {
            "method": "PUT",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{token}}",
                "type": "text",
                "description": "JWT Token para autenticación"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api/products/categories/:id",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api",
                "products",
                "categories",
                ":id"
              ],
              "variable": [
                {
                  "key": "id",
                  "value": "8f8b88cc-5b12-42bb-92dd-a99f36f4d259",
                  "description": "ID de products"
                }
              ]
            },
            "description": "Operación para realizar actualizar categorías de producto en el módulo Products.",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"name\": \"Plan de Fibra Óptica 100 Mbps\",\n  \"description\": \"Internet simétrico residencial de alta velocidad\",\n  \"price\": 45,\n  \"sku\": \"FIBRA-100M-RES\",\n  \"productCategoryId\": \"c1a9ee5d-32bb-48ff-98ee-e9aa68fb599d\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "Eliminar categorías de producto",
          "request": {
            "method": "DELETE",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{token}}",
                "type": "text",
                "description": "JWT Token para autenticación"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api/products/categories/:id",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api",
                "products",
                "categories",
                ":id"
              ],
              "variable": [
                {
                  "key": "id",
                  "value": "8f8b88cc-5b12-42bb-92dd-a99f36f4d259",
                  "description": "ID de products"
                }
              ]
            },
            "description": "Operación para realizar eliminar categorías de producto en el módulo Products."
          },
          "response": []
        },
        {
          "name": "Obtener producto por ID",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{token}}",
                "type": "text",
                "description": "JWT Token para autenticación"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api/products/:id",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api",
                "products",
                ":id"
              ],
              "variable": [
                {
                  "key": "id",
                  "value": "8f8b88cc-5b12-42bb-92dd-a99f36f4d259",
                  "description": "ID de products"
                }
              ]
            },
            "description": "Operación para realizar obtener producto por id en el módulo Products."
          },
          "response": []
        },
        {
          "name": "Crear producto",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{token}}",
                "type": "text",
                "description": "JWT Token para autenticación"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api/products",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api",
                "products"
              ],
              "variable": []
            },
            "description": "Operación para realizar crear producto en el módulo Products.",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"name\": \"Plan de Fibra Óptica 100 Mbps\",\n  \"description\": \"Internet simétrico residencial de alta velocidad\",\n  \"price\": 45,\n  \"sku\": \"FIBRA-100M-RES\",\n  \"productCategoryId\": \"c1a9ee5d-32bb-48ff-98ee-e9aa68fb599d\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "Actualizar producto",
          "request": {
            "method": "PATCH",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{token}}",
                "type": "text",
                "description": "JWT Token para autenticación"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api/products/:id",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api",
                "products",
                ":id"
              ],
              "variable": [
                {
                  "key": "id",
                  "value": "8f8b88cc-5b12-42bb-92dd-a99f36f4d259",
                  "description": "ID de products"
                }
              ]
            },
            "description": "Operación para realizar actualizar producto en el módulo Products.",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"name\": \"Plan de Fibra Óptica 100 Mbps\",\n  \"description\": \"Internet simétrico residencial de alta velocidad\",\n  \"price\": 45,\n  \"sku\": \"FIBRA-100M-RES\",\n  \"productCategoryId\": \"c1a9ee5d-32bb-48ff-98ee-e9aa68fb599d\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "Actualizar producto",
          "request": {
            "method": "PUT",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{token}}",
                "type": "text",
                "description": "JWT Token para autenticación"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api/products/:id",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api",
                "products",
                ":id"
              ],
              "variable": [
                {
                  "key": "id",
                  "value": "8f8b88cc-5b12-42bb-92dd-a99f36f4d259",
                  "description": "ID de products"
                }
              ]
            },
            "description": "Operación para realizar actualizar producto en el módulo Products.",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"name\": \"Plan de Fibra Óptica 100 Mbps\",\n  \"description\": \"Internet simétrico residencial de alta velocidad\",\n  \"price\": 45,\n  \"sku\": \"FIBRA-100M-RES\",\n  \"productCategoryId\": \"c1a9ee5d-32bb-48ff-98ee-e9aa68fb599d\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "Eliminar producto",
          "request": {
            "method": "DELETE",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{token}}",
                "type": "text",
                "description": "JWT Token para autenticación"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api/products/:id",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api",
                "products",
                ":id"
              ],
              "variable": [
                {
                  "key": "id",
                  "value": "8f8b88cc-5b12-42bb-92dd-a99f36f4d259",
                  "description": "ID de products"
                }
              ]
            },
            "description": "Operación para realizar eliminar producto en el módulo Products."
          },
          "response": []
        },
        {
          "name": "Eliminar imágenes de producto",
          "request": {
            "method": "DELETE",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{token}}",
                "type": "text",
                "description": "JWT Token para autenticación"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api/products/pictures/:id",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api",
                "products",
                "pictures",
                ":id"
              ],
              "variable": [
                {
                  "key": "id",
                  "value": "8f8b88cc-5b12-42bb-92dd-a99f36f4d259",
                  "description": "ID de products"
                }
              ]
            },
            "description": "Operación para realizar eliminar imágenes de producto en el módulo Products."
          },
          "response": []
        },
        {
          "name": "Reordenar imágenes en producto",
          "request": {
            "method": "PATCH",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{token}}",
                "type": "text",
                "description": "JWT Token para autenticación"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api/products/:id/pictures/reorder",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api",
                "products",
                ":id",
                "pictures",
                "reorder"
              ],
              "variable": [
                {
                  "key": "id",
                  "value": "8f8b88cc-5b12-42bb-92dd-a99f36f4d259",
                  "description": "ID de products"
                }
              ]
            },
            "description": "Operación para realizar reordenar imágenes en producto en el módulo Products.",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"name\": \"Plan de Fibra Óptica 100 Mbps\",\n  \"description\": \"Internet simétrico residencial de alta velocidad\",\n  \"price\": 45,\n  \"sku\": \"FIBRA-100M-RES\",\n  \"productCategoryId\": \"c1a9ee5d-32bb-48ff-98ee-e9aa68fb599d\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "Obtener versiones de producto",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{token}}",
                "type": "text",
                "description": "JWT Token para autenticación"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api/products/:id/versions",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api",
                "products",
                ":id",
                "versions"
              ],
              "variable": [
                {
                  "key": "id",
                  "value": "8f8b88cc-5b12-42bb-92dd-a99f36f4d259",
                  "description": "ID de products"
                }
              ]
            },
            "description": "Operación para realizar obtener versiones de producto en el módulo Products."
          },
          "response": []
        },
        {
          "name": "Crear imágenes de producto",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{token}}",
                "type": "text",
                "description": "JWT Token para autenticación"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api/products/:id/pictures",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api",
                "products",
                ":id",
                "pictures"
              ],
              "variable": [
                {
                  "key": "id",
                  "value": "8f8b88cc-5b12-42bb-92dd-a99f36f4d259",
                  "description": "ID de products"
                }
              ]
            },
            "description": "Operación para realizar crear imágenes de producto en el módulo Products.",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"name\": \"Plan de Fibra Óptica 100 Mbps\",\n  \"description\": \"Internet simétrico residencial de alta velocidad\",\n  \"price\": 45,\n  \"sku\": \"FIBRA-100M-RES\",\n  \"productCategoryId\": \"c1a9ee5d-32bb-48ff-98ee-e9aa68fb599d\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "Crear versiones de producto",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{token}}",
                "type": "text",
                "description": "JWT Token para autenticación"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api/products/:id/versions",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api",
                "products",
                ":id",
                "versions"
              ],
              "variable": [
                {
                  "key": "id",
                  "value": "8f8b88cc-5b12-42bb-92dd-a99f36f4d259",
                  "description": "ID de products"
                }
              ]
            },
            "description": "Operación para realizar crear versiones de producto en el módulo Products.",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"name\": \"Plan de Fibra Óptica 100 Mbps\",\n  \"description\": \"Internet simétrico residencial de alta velocidad\",\n  \"price\": 45,\n  \"sku\": \"FIBRA-100M-RES\",\n  \"productCategoryId\": \"c1a9ee5d-32bb-48ff-98ee-e9aa68fb599d\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "Actualizar versiones de producto",
          "request": {
            "method": "PATCH",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{token}}",
                "type": "text",
                "description": "JWT Token para autenticación"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api/products/versions/:id",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api",
                "products",
                "versions",
                ":id"
              ],
              "variable": [
                {
                  "key": "id",
                  "value": "8f8b88cc-5b12-42bb-92dd-a99f36f4d259",
                  "description": "ID de products"
                }
              ]
            },
            "description": "Operación para realizar actualizar versiones de producto en el módulo Products.",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"name\": \"Plan de Fibra Óptica 100 Mbps\",\n  \"description\": \"Internet simétrico residencial de alta velocidad\",\n  \"price\": 45,\n  \"sku\": \"FIBRA-100M-RES\",\n  \"productCategoryId\": \"c1a9ee5d-32bb-48ff-98ee-e9aa68fb599d\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "Actualizar versiones de producto",
          "request": {
            "method": "PUT",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{token}}",
                "type": "text",
                "description": "JWT Token para autenticación"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api/products/versions/:id",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api",
                "products",
                "versions",
                ":id"
              ],
              "variable": [
                {
                  "key": "id",
                  "value": "8f8b88cc-5b12-42bb-92dd-a99f36f4d259",
                  "description": "ID de products"
                }
              ]
            },
            "description": "Operación para realizar actualizar versiones de producto en el módulo Products.",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"name\": \"Plan de Fibra Óptica 100 Mbps\",\n  \"description\": \"Internet simétrico residencial de alta velocidad\",\n  \"price\": 45,\n  \"sku\": \"FIBRA-100M-RES\",\n  \"productCategoryId\": \"c1a9ee5d-32bb-48ff-98ee-e9aa68fb599d\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "Eliminar versiones de producto",
          "request": {
            "method": "DELETE",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{token}}",
                "type": "text",
                "description": "JWT Token para autenticación"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api/products/versions/:id",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api",
                "products",
                "versions",
                ":id"
              ],
              "variable": [
                {
                  "key": "id",
                  "value": "8f8b88cc-5b12-42bb-92dd-a99f36f4d259",
                  "description": "ID de products"
                }
              ]
            },
            "description": "Operación para realizar eliminar versiones de producto en el módulo Products."
          },
          "response": []
        },
        {
          "name": "Crear versiones imágenes de producto",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{token}}",
                "type": "text",
                "description": "JWT Token para autenticación"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api/products/versions/:id/pictures",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api",
                "products",
                "versions",
                ":id",
                "pictures"
              ],
              "variable": [
                {
                  "key": "id",
                  "value": "8f8b88cc-5b12-42bb-92dd-a99f36f4d259",
                  "description": "ID de products"
                }
              ]
            },
            "description": "Operación para realizar crear versiones imágenes de producto en el módulo Products.",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"name\": \"Plan de Fibra Óptica 100 Mbps\",\n  \"description\": \"Internet simétrico residencial de alta velocidad\",\n  \"price\": 45,\n  \"sku\": \"FIBRA-100M-RES\",\n  \"productCategoryId\": \"c1a9ee5d-32bb-48ff-98ee-e9aa68fb599d\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "Eliminar versiones imágenes de producto",
          "request": {
            "method": "DELETE",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{token}}",
                "type": "text",
                "description": "JWT Token para autenticación"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api/products/versions/pictures/:id",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api",
                "products",
                "versions",
                "pictures",
                ":id"
              ],
              "variable": [
                {
                  "key": "id",
                  "value": "8f8b88cc-5b12-42bb-92dd-a99f36f4d259",
                  "description": "ID de products"
                }
              ]
            },
            "description": "Operación para realizar eliminar versiones imágenes de producto en el módulo Products."
          },
          "response": []
        },
        {
          "name": "Ajustar versiones de stock en producto",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{token}}",
                "type": "text",
                "description": "JWT Token para autenticación"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api/products/versions/:id/stock/adjust",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api",
                "products",
                "versions",
                ":id",
                "stock",
                "adjust"
              ],
              "variable": [
                {
                  "key": "id",
                  "value": "8f8b88cc-5b12-42bb-92dd-a99f36f4d259",
                  "description": "ID de products"
                }
              ]
            },
            "description": "Operación para realizar ajustar versiones de stock en producto en el módulo Products.",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"name\": \"Plan de Fibra Óptica 100 Mbps\",\n  \"description\": \"Internet simétrico residencial de alta velocidad\",\n  \"price\": 45,\n  \"sku\": \"FIBRA-100M-RES\",\n  \"productCategoryId\": \"c1a9ee5d-32bb-48ff-98ee-e9aa68fb599d\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "Obtener versiones stock historial de producto",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{token}}",
                "type": "text",
                "description": "JWT Token para autenticación"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api/products/versions/:id/stock/logs",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api",
                "products",
                "versions",
                ":id",
                "stock",
                "logs"
              ],
              "variable": [
                {
                  "key": "id",
                  "value": "8f8b88cc-5b12-42bb-92dd-a99f36f4d259",
                  "description": "ID de products"
                }
              ]
            },
            "description": "Operación para realizar obtener versiones stock historial de producto en el módulo Products."
          },
          "response": []
        }
      ]
    },
    {
      "name": "Public Products",
      "item": [
        {
          "name": "Listar productos públicos",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api/public/products",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api",
                "public",
                "products"
              ],
              "variable": []
            },
            "description": "Operación para realizar listar productos públicos en el módulo Public Products."
          },
          "response": []
        }
      ]
    },
    {
      "name": "Product Categories",
      "item": [
        {
          "name": "Obtener public de categoría de producto",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api/product-categories/public/:merchantId",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api",
                "product-categories",
                "public",
                ":merchantId"
              ],
              "variable": [
                {
                  "key": "merchantId",
                  "value": "8f8b88cc-5b12-42bb-92dd-a99f36f4d259",
                  "description": "ID de product categories"
                }
              ]
            },
            "description": "Operación para realizar obtener public de categoría de producto en el módulo Product Categories."
          },
          "response": []
        },
        {
          "name": "Listar categorías de producto",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{token}}",
                "type": "text",
                "description": "JWT Token para autenticación"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api/product-categories",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api",
                "product-categories"
              ],
              "variable": []
            },
            "description": "Operación para realizar listar categorías de producto en el módulo Product Categories."
          },
          "response": []
        },
        {
          "name": "Obtener categoría de producto por ID",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{token}}",
                "type": "text",
                "description": "JWT Token para autenticación"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api/product-categories/:id",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api",
                "product-categories",
                ":id"
              ],
              "variable": [
                {
                  "key": "id",
                  "value": "8f8b88cc-5b12-42bb-92dd-a99f36f4d259",
                  "description": "ID de product categories"
                }
              ]
            },
            "description": "Operación para realizar obtener categoría de producto por id en el módulo Product Categories."
          },
          "response": []
        },
        {
          "name": "Crear categoría de producto",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{token}}",
                "type": "text",
                "description": "JWT Token para autenticación"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api/product-categories",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api",
                "product-categories"
              ],
              "variable": []
            },
            "description": "Operación para realizar crear categoría de producto en el módulo Product Categories.",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"name\": \"Internet Fibra\",\n  \"description\": \"Planes de conexión a internet por fibra óptica\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "Actualizar categoría de producto",
          "request": {
            "method": "PATCH",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{token}}",
                "type": "text",
                "description": "JWT Token para autenticación"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api/product-categories/:id",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api",
                "product-categories",
                ":id"
              ],
              "variable": [
                {
                  "key": "id",
                  "value": "8f8b88cc-5b12-42bb-92dd-a99f36f4d259",
                  "description": "ID de product categories"
                }
              ]
            },
            "description": "Operación para realizar actualizar categoría de producto en el módulo Product Categories.",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"name\": \"Internet Fibra\",\n  \"description\": \"Planes de conexión a internet por fibra óptica\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "Eliminar categoría de producto",
          "request": {
            "method": "DELETE",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{token}}",
                "type": "text",
                "description": "JWT Token para autenticación"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api/product-categories/:id",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api",
                "product-categories",
                ":id"
              ],
              "variable": [
                {
                  "key": "id",
                  "value": "8f8b88cc-5b12-42bb-92dd-a99f36f4d259",
                  "description": "ID de product categories"
                }
              ]
            },
            "description": "Operación para realizar eliminar categoría de producto en el módulo Product Categories."
          },
          "response": []
        }
      ]
    },
    {
      "name": "Roles",
      "item": [
        {
          "name": "Listar roles",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{token}}",
                "type": "text",
                "description": "JWT Token para autenticación"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api/roles",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api",
                "roles"
              ],
              "variable": []
            },
            "description": "Operación para realizar listar roles en el módulo Roles."
          },
          "response": []
        },
        {
          "name": "Listar resources de roles",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{token}}",
                "type": "text",
                "description": "JWT Token para autenticación"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api/roles/resources",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api",
                "roles",
                "resources"
              ],
              "variable": []
            },
            "description": "Operación para realizar listar resources de roles en el módulo Roles."
          },
          "response": []
        },
        {
          "name": "Obtener rol por ID",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{token}}",
                "type": "text",
                "description": "JWT Token para autenticación"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api/roles/:id",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api",
                "roles",
                ":id"
              ],
              "variable": [
                {
                  "key": "id",
                  "value": "8f8b88cc-5b12-42bb-92dd-a99f36f4d259",
                  "description": "ID de roles"
                }
              ]
            },
            "description": "Operación para realizar obtener rol por id en el módulo Roles."
          },
          "response": []
        },
        {
          "name": "Crear rol",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{token}}",
                "type": "text",
                "description": "JWT Token para autenticación"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api/roles",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api",
                "roles"
              ],
              "variable": []
            },
            "description": "Operación para realizar crear rol en el módulo Roles.",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"name\": \"Agente de Soporte Nivel 2\",\n  \"permissions\": [\n    \"support-cases:list\",\n    \"support-cases:get\",\n    \"support-cases:edit\"\n  ]\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "Actualizar rol",
          "request": {
            "method": "PATCH",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{token}}",
                "type": "text",
                "description": "JWT Token para autenticación"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api/roles/:id",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api",
                "roles",
                ":id"
              ],
              "variable": [
                {
                  "key": "id",
                  "value": "8f8b88cc-5b12-42bb-92dd-a99f36f4d259",
                  "description": "ID de roles"
                }
              ]
            },
            "description": "Operación para realizar actualizar rol en el módulo Roles.",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"name\": \"Agente de Soporte Nivel 2\",\n  \"permissions\": [\n    \"support-cases:list\",\n    \"support-cases:get\",\n    \"support-cases:edit\"\n  ]\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "Actualizar rol",
          "request": {
            "method": "PUT",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{token}}",
                "type": "text",
                "description": "JWT Token para autenticación"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api/roles/:id",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api",
                "roles",
                ":id"
              ],
              "variable": [
                {
                  "key": "id",
                  "value": "8f8b88cc-5b12-42bb-92dd-a99f36f4d259",
                  "description": "ID de roles"
                }
              ]
            },
            "description": "Operación para realizar actualizar rol en el módulo Roles.",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"name\": \"Agente de Soporte Nivel 2\",\n  \"permissions\": [\n    \"support-cases:list\",\n    \"support-cases:get\",\n    \"support-cases:edit\"\n  ]\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "Eliminar rol",
          "request": {
            "method": "DELETE",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{token}}",
                "type": "text",
                "description": "JWT Token para autenticación"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api/roles/:id",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api",
                "roles",
                ":id"
              ],
              "variable": [
                {
                  "key": "id",
                  "value": "8f8b88cc-5b12-42bb-92dd-a99f36f4d259",
                  "description": "ID de roles"
                }
              ]
            },
            "description": "Operación para realizar eliminar rol en el módulo Roles."
          },
          "response": []
        }
      ]
    },
    {
      "name": "Users",
      "item": [
        {
          "name": "Crear switch comercio de usuario",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{token}}",
                "type": "text",
                "description": "JWT Token para autenticación"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api/users/switch-merchant",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api",
                "users",
                "switch-merchant"
              ],
              "variable": []
            },
            "description": "Operación para realizar crear switch comercio de usuario en el módulo Users.",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"email\": \"soporte.agente@dylema.dev\",\n  \"firstName\": \"María\",\n  \"lastName\": \"Gómez\",\n  \"roleId\": \"d9b8e6ca-94cd-4eeb-a8ff-69ea11223344\",\n  \"userGroupId\": \"c3b8a6cd-9430-4eeb-b639-68ea9f135b44\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "Listar assignees de usuarios",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{token}}",
                "type": "text",
                "description": "JWT Token para autenticación"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api/users/assignees",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api",
                "users",
                "assignees"
              ],
              "variable": []
            },
            "description": "Operación para realizar listar assignees de usuarios en el módulo Users."
          },
          "response": []
        },
        {
          "name": "Listar usuarios",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{token}}",
                "type": "text",
                "description": "JWT Token para autenticación"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api/users",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api",
                "users"
              ],
              "variable": []
            },
            "description": "Operación para realizar listar usuarios en el módulo Users."
          },
          "response": []
        },
        {
          "name": "Obtener usuario por ID",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{token}}",
                "type": "text",
                "description": "JWT Token para autenticación"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api/users/:id",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api",
                "users",
                ":id"
              ],
              "variable": [
                {
                  "key": "id",
                  "value": "8f8b88cc-5b12-42bb-92dd-a99f36f4d259",
                  "description": "ID de users"
                }
              ]
            },
            "description": "Operación para realizar obtener usuario por id en el módulo Users."
          },
          "response": []
        },
        {
          "name": "Crear usuario",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{token}}",
                "type": "text",
                "description": "JWT Token para autenticación"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api/users",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api",
                "users"
              ],
              "variable": []
            },
            "description": "Operación para realizar crear usuario en el módulo Users.",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"email\": \"soporte.agente@dylema.dev\",\n  \"firstName\": \"María\",\n  \"lastName\": \"Gómez\",\n  \"roleId\": \"d9b8e6ca-94cd-4eeb-a8ff-69ea11223344\",\n  \"userGroupId\": \"c3b8a6cd-9430-4eeb-b639-68ea9f135b44\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "Actualizar usuario",
          "request": {
            "method": "PATCH",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{token}}",
                "type": "text",
                "description": "JWT Token para autenticación"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api/users/:id",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api",
                "users",
                ":id"
              ],
              "variable": [
                {
                  "key": "id",
                  "value": "8f8b88cc-5b12-42bb-92dd-a99f36f4d259",
                  "description": "ID de users"
                }
              ]
            },
            "description": "Operación para realizar actualizar usuario en el módulo Users.",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"email\": \"soporte.agente@dylema.dev\",\n  \"firstName\": \"María\",\n  \"lastName\": \"Gómez\",\n  \"roleId\": \"d9b8e6ca-94cd-4eeb-a8ff-69ea11223344\",\n  \"userGroupId\": \"c3b8a6cd-9430-4eeb-b639-68ea9f135b44\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "Actualizar usuario",
          "request": {
            "method": "PUT",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{token}}",
                "type": "text",
                "description": "JWT Token para autenticación"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api/users/:id",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api",
                "users",
                ":id"
              ],
              "variable": [
                {
                  "key": "id",
                  "value": "8f8b88cc-5b12-42bb-92dd-a99f36f4d259",
                  "description": "ID de users"
                }
              ]
            },
            "description": "Operación para realizar actualizar usuario en el módulo Users.",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"email\": \"soporte.agente@dylema.dev\",\n  \"firstName\": \"María\",\n  \"lastName\": \"Gómez\",\n  \"roleId\": \"d9b8e6ca-94cd-4eeb-a8ff-69ea11223344\",\n  \"userGroupId\": \"c3b8a6cd-9430-4eeb-b639-68ea9f135b44\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "Eliminar usuario",
          "request": {
            "method": "DELETE",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{token}}",
                "type": "text",
                "description": "JWT Token para autenticación"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api/users/:id",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api",
                "users",
                ":id"
              ],
              "variable": [
                {
                  "key": "id",
                  "value": "8f8b88cc-5b12-42bb-92dd-a99f36f4d259",
                  "description": "ID de users"
                }
              ]
            },
            "description": "Operación para realizar eliminar usuario en el módulo Users."
          },
          "response": []
        }
      ]
    },
    {
      "name": "Product Service Plans",
      "item": [
        {
          "name": "Listar product service plans",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{token}}",
                "type": "text",
                "description": "JWT Token para autenticación"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api/product-service-plans",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api",
                "product-service-plans"
              ],
              "variable": []
            },
            "description": "Operación para realizar listar product service plans en el módulo Product Service Plans."
          },
          "response": []
        },
        {
          "name": "Obtener product service plans por ID",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{token}}",
                "type": "text",
                "description": "JWT Token para autenticación"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api/product-service-plans/:id",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api",
                "product-service-plans",
                ":id"
              ],
              "variable": [
                {
                  "key": "id",
                  "value": "8f8b88cc-5b12-42bb-92dd-a99f36f4d259",
                  "description": "ID de product service plans"
                }
              ]
            },
            "description": "Operación para realizar obtener product service plans por id en el módulo Product Service Plans."
          },
          "response": []
        },
        {
          "name": "Crear product service plans",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{token}}",
                "type": "text",
                "description": "JWT Token para autenticación"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api/product-service-plans",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api",
                "product-service-plans"
              ],
              "variable": []
            },
            "description": "Operación para realizar crear product service plans en el módulo Product Service Plans.",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"name\": \"Ejemplo de product service plans\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "Actualizar product service plans",
          "request": {
            "method": "PATCH",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{token}}",
                "type": "text",
                "description": "JWT Token para autenticación"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api/product-service-plans/:id",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api",
                "product-service-plans",
                ":id"
              ],
              "variable": [
                {
                  "key": "id",
                  "value": "8f8b88cc-5b12-42bb-92dd-a99f36f4d259",
                  "description": "ID de product service plans"
                }
              ]
            },
            "description": "Operación para realizar actualizar product service plans en el módulo Product Service Plans.",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"name\": \"Ejemplo de product service plans\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "Actualizar product service plans",
          "request": {
            "method": "PUT",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{token}}",
                "type": "text",
                "description": "JWT Token para autenticación"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api/product-service-plans/:id",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api",
                "product-service-plans",
                ":id"
              ],
              "variable": [
                {
                  "key": "id",
                  "value": "8f8b88cc-5b12-42bb-92dd-a99f36f4d259",
                  "description": "ID de product service plans"
                }
              ]
            },
            "description": "Operación para realizar actualizar product service plans en el módulo Product Service Plans.",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"name\": \"Ejemplo de product service plans\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "Eliminar product service plans",
          "request": {
            "method": "DELETE",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{token}}",
                "type": "text",
                "description": "JWT Token para autenticación"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api/product-service-plans/:id",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api",
                "product-service-plans",
                ":id"
              ],
              "variable": [
                {
                  "key": "id",
                  "value": "8f8b88cc-5b12-42bb-92dd-a99f36f4d259",
                  "description": "ID de product service plans"
                }
              ]
            },
            "description": "Operación para realizar eliminar product service plans en el módulo Product Service Plans."
          },
          "response": []
        },
        {
          "name": "Crear cliente association de product service plans",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{token}}",
                "type": "text",
                "description": "JWT Token para autenticación"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api/product-service-plans/customer-association",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api",
                "product-service-plans",
                "customer-association"
              ],
              "variable": []
            },
            "description": "Operación para realizar crear cliente association de product service plans en el módulo Product Service Plans.",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"name\": \"Ejemplo de product service plans\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "Eliminar cliente association de product service plans",
          "request": {
            "method": "DELETE",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{token}}",
                "type": "text",
                "description": "JWT Token para autenticación"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api/product-service-plans/customer-association/:id",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api",
                "product-service-plans",
                "customer-association",
                ":id"
              ],
              "variable": [
                {
                  "key": "id",
                  "value": "8f8b88cc-5b12-42bb-92dd-a99f36f4d259",
                  "description": "ID de product service plans"
                }
              ]
            },
            "description": "Operación para realizar eliminar cliente association de product service plans en el módulo Product Service Plans."
          },
          "response": []
        },
        {
          "name": "Obtener cliente de product service plans",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{token}}",
                "type": "text",
                "description": "JWT Token para autenticación"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api/product-service-plans/customer/:customerId",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api",
                "product-service-plans",
                "customer",
                ":customerId"
              ],
              "variable": [
                {
                  "key": "customerId",
                  "value": "8f8b88cc-5b12-42bb-92dd-a99f36f4d259",
                  "description": "ID de product service plans"
                }
              ]
            },
            "description": "Operación para realizar obtener cliente de product service plans en el módulo Product Service Plans."
          },
          "response": []
        }
      ]
    },
    {
      "name": "Ivr",
      "item": [
        {
          "name": "Crear tts preview de ivr",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{token}}",
                "type": "text",
                "description": "JWT Token para autenticación"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api/ivrs/tts/preview",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api",
                "ivrs",
                "tts",
                "preview"
              ],
              "variable": []
            },
            "description": "Operación para realizar crear tts preview de ivr en el módulo Ivr.",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"name\": \"Ejemplo de ivr\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "Crear tts confirm de ivr",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{token}}",
                "type": "text",
                "description": "JWT Token para autenticación"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api/ivrs/tts/confirm",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api",
                "ivrs",
                "tts",
                "confirm"
              ],
              "variable": []
            },
            "description": "Operación para realizar crear tts confirm de ivr en el módulo Ivr.",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"name\": \"Ejemplo de ivr\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "Listar ivr",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{token}}",
                "type": "text",
                "description": "JWT Token para autenticación"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api/ivrs",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api",
                "ivrs"
              ],
              "variable": []
            },
            "description": "Operación para realizar listar ivr en el módulo Ivr."
          },
          "response": []
        },
        {
          "name": "Crear ivr",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{token}}",
                "type": "text",
                "description": "JWT Token para autenticación"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api/ivrs",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api",
                "ivrs"
              ],
              "variable": []
            },
            "description": "Operación para realizar crear ivr en el módulo Ivr.",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"name\": \"Ejemplo de ivr\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "Obtener detail de ivr",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{token}}",
                "type": "text",
                "description": "JWT Token para autenticación"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api/ivrs/detail/:id",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api",
                "ivrs",
                "detail",
                ":id"
              ],
              "variable": [
                {
                  "key": "id",
                  "value": "8f8b88cc-5b12-42bb-92dd-a99f36f4d259",
                  "description": "ID de ivr"
                }
              ]
            },
            "description": "Operación para realizar obtener detail de ivr en el módulo Ivr."
          },
          "response": []
        },
        {
          "name": "Crear nodes de ivr",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{token}}",
                "type": "text",
                "description": "JWT Token para autenticación"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api/ivrs/nodes",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api",
                "ivrs",
                "nodes"
              ],
              "variable": []
            },
            "description": "Operación para realizar crear nodes de ivr en el módulo Ivr.",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"name\": \"Ejemplo de ivr\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "Actualizar nodes de ivr",
          "request": {
            "method": "PATCH",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{token}}",
                "type": "text",
                "description": "JWT Token para autenticación"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api/ivrs/nodes/:id",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api",
                "ivrs",
                "nodes",
                ":id"
              ],
              "variable": [
                {
                  "key": "id",
                  "value": "8f8b88cc-5b12-42bb-92dd-a99f36f4d259",
                  "description": "ID de ivr"
                }
              ]
            },
            "description": "Operación para realizar actualizar nodes de ivr en el módulo Ivr.",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"name\": \"Ejemplo de ivr\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "Eliminar nodes de ivr",
          "request": {
            "method": "DELETE",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{token}}",
                "type": "text",
                "description": "JWT Token para autenticación"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api/ivrs/nodes/:id",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api",
                "ivrs",
                "nodes",
                ":id"
              ],
              "variable": [
                {
                  "key": "id",
                  "value": "8f8b88cc-5b12-42bb-92dd-a99f36f4d259",
                  "description": "ID de ivr"
                }
              ]
            },
            "description": "Operación para realizar eliminar nodes de ivr en el módulo Ivr."
          },
          "response": []
        },
        {
          "name": "Crear routes de ivr",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{token}}",
                "type": "text",
                "description": "JWT Token para autenticación"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api/ivrs/routes",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api",
                "ivrs",
                "routes"
              ],
              "variable": []
            },
            "description": "Operación para realizar crear routes de ivr en el módulo Ivr.",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"name\": \"Ejemplo de ivr\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "Eliminar routes de ivr",
          "request": {
            "method": "DELETE",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{token}}",
                "type": "text",
                "description": "JWT Token para autenticación"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api/ivrs/routes/:id",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api",
                "ivrs",
                "routes",
                ":id"
              ],
              "variable": [
                {
                  "key": "id",
                  "value": "8f8b88cc-5b12-42bb-92dd-a99f36f4d259",
                  "description": "ID de ivr"
                }
              ]
            },
            "description": "Operación para realizar eliminar routes de ivr en el módulo Ivr."
          },
          "response": []
        },
        {
          "name": "Obtener ivr por ID",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{token}}",
                "type": "text",
                "description": "JWT Token para autenticación"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api/ivrs/:did",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api",
                "ivrs",
                ":did"
              ],
              "variable": [
                {
                  "key": "did",
                  "value": "8f8b88cc-5b12-42bb-92dd-a99f36f4d259",
                  "description": "ID de ivr"
                }
              ]
            },
            "description": "Operación para realizar obtener ivr por id en el módulo Ivr."
          },
          "response": []
        },
        {
          "name": "Crear tts preview de ivr",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{token}}",
                "type": "text",
                "description": "JWT Token para autenticación"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api/ivr-config/tts/preview",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api",
                "ivr-config",
                "tts",
                "preview"
              ],
              "variable": []
            },
            "description": "Operación para realizar crear tts preview de ivr en el módulo Ivr.",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"name\": \"Ejemplo de ivr\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "Crear tts confirm de ivr",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{token}}",
                "type": "text",
                "description": "JWT Token para autenticación"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api/ivr-config/tts/confirm",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api",
                "ivr-config",
                "tts",
                "confirm"
              ],
              "variable": []
            },
            "description": "Operación para realizar crear tts confirm de ivr en el módulo Ivr.",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"name\": \"Ejemplo de ivr\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "Listar ivr",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{token}}",
                "type": "text",
                "description": "JWT Token para autenticación"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api/ivr-config",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api",
                "ivr-config"
              ],
              "variable": []
            },
            "description": "Operación para realizar listar ivr en el módulo Ivr."
          },
          "response": []
        },
        {
          "name": "Crear ivr",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{token}}",
                "type": "text",
                "description": "JWT Token para autenticación"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api/ivr-config",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api",
                "ivr-config"
              ],
              "variable": []
            },
            "description": "Operación para realizar crear ivr en el módulo Ivr.",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"name\": \"Ejemplo de ivr\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "Obtener detail de ivr",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{token}}",
                "type": "text",
                "description": "JWT Token para autenticación"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api/ivr-config/detail/:id",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api",
                "ivr-config",
                "detail",
                ":id"
              ],
              "variable": [
                {
                  "key": "id",
                  "value": "8f8b88cc-5b12-42bb-92dd-a99f36f4d259",
                  "description": "ID de ivr"
                }
              ]
            },
            "description": "Operación para realizar obtener detail de ivr en el módulo Ivr."
          },
          "response": []
        },
        {
          "name": "Crear nodes de ivr",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{token}}",
                "type": "text",
                "description": "JWT Token para autenticación"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api/ivr-config/nodes",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api",
                "ivr-config",
                "nodes"
              ],
              "variable": []
            },
            "description": "Operación para realizar crear nodes de ivr en el módulo Ivr.",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"name\": \"Ejemplo de ivr\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "Actualizar nodes de ivr",
          "request": {
            "method": "PATCH",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{token}}",
                "type": "text",
                "description": "JWT Token para autenticación"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api/ivr-config/nodes/:id",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api",
                "ivr-config",
                "nodes",
                ":id"
              ],
              "variable": [
                {
                  "key": "id",
                  "value": "8f8b88cc-5b12-42bb-92dd-a99f36f4d259",
                  "description": "ID de ivr"
                }
              ]
            },
            "description": "Operación para realizar actualizar nodes de ivr en el módulo Ivr.",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"name\": \"Ejemplo de ivr\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "Eliminar nodes de ivr",
          "request": {
            "method": "DELETE",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{token}}",
                "type": "text",
                "description": "JWT Token para autenticación"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api/ivr-config/nodes/:id",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api",
                "ivr-config",
                "nodes",
                ":id"
              ],
              "variable": [
                {
                  "key": "id",
                  "value": "8f8b88cc-5b12-42bb-92dd-a99f36f4d259",
                  "description": "ID de ivr"
                }
              ]
            },
            "description": "Operación para realizar eliminar nodes de ivr en el módulo Ivr."
          },
          "response": []
        },
        {
          "name": "Crear routes de ivr",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{token}}",
                "type": "text",
                "description": "JWT Token para autenticación"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api/ivr-config/routes",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api",
                "ivr-config",
                "routes"
              ],
              "variable": []
            },
            "description": "Operación para realizar crear routes de ivr en el módulo Ivr.",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"name\": \"Ejemplo de ivr\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "Eliminar routes de ivr",
          "request": {
            "method": "DELETE",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{token}}",
                "type": "text",
                "description": "JWT Token para autenticación"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api/ivr-config/routes/:id",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api",
                "ivr-config",
                "routes",
                ":id"
              ],
              "variable": [
                {
                  "key": "id",
                  "value": "8f8b88cc-5b12-42bb-92dd-a99f36f4d259",
                  "description": "ID de ivr"
                }
              ]
            },
            "description": "Operación para realizar eliminar routes de ivr en el módulo Ivr."
          },
          "response": []
        },
        {
          "name": "Obtener ivr por ID",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{token}}",
                "type": "text",
                "description": "JWT Token para autenticación"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api/ivr-config/:did",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api",
                "ivr-config",
                ":did"
              ],
              "variable": [
                {
                  "key": "did",
                  "value": "8f8b88cc-5b12-42bb-92dd-a99f36f4d259",
                  "description": "ID de ivr"
                }
              ]
            },
            "description": "Operación para realizar obtener ivr por id en el módulo Ivr."
          },
          "response": []
        }
      ]
    },
    {
      "name": "Sip Trunks",
      "item": [
        {
          "name": "Listar sip trunks",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{token}}",
                "type": "text",
                "description": "JWT Token para autenticación"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api/sip-trunks",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api",
                "sip-trunks"
              ],
              "variable": []
            },
            "description": "Operación para realizar listar sip trunks en el módulo Sip Trunks."
          },
          "response": []
        },
        {
          "name": "Obtener sip trunks por ID",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{token}}",
                "type": "text",
                "description": "JWT Token para autenticación"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api/sip-trunks/:id",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api",
                "sip-trunks",
                ":id"
              ],
              "variable": [
                {
                  "key": "id",
                  "value": "8f8b88cc-5b12-42bb-92dd-a99f36f4d259",
                  "description": "ID de sip trunks"
                }
              ]
            },
            "description": "Operación para realizar obtener sip trunks por id en el módulo Sip Trunks."
          },
          "response": []
        },
        {
          "name": "Crear sip trunks",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{token}}",
                "type": "text",
                "description": "JWT Token para autenticación"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api/sip-trunks",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api",
                "sip-trunks"
              ],
              "variable": []
            },
            "description": "Operación para realizar crear sip trunks en el módulo Sip Trunks.",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"name\": \"Ejemplo de sip trunks\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "Actualizar sip trunks",
          "request": {
            "method": "PATCH",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{token}}",
                "type": "text",
                "description": "JWT Token para autenticación"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api/sip-trunks/:id",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api",
                "sip-trunks",
                ":id"
              ],
              "variable": [
                {
                  "key": "id",
                  "value": "8f8b88cc-5b12-42bb-92dd-a99f36f4d259",
                  "description": "ID de sip trunks"
                }
              ]
            },
            "description": "Operación para realizar actualizar sip trunks en el módulo Sip Trunks.",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"name\": \"Ejemplo de sip trunks\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "Eliminar sip trunks",
          "request": {
            "method": "DELETE",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{token}}",
                "type": "text",
                "description": "JWT Token para autenticación"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api/sip-trunks/:id",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api",
                "sip-trunks",
                ":id"
              ],
              "variable": [
                {
                  "key": "id",
                  "value": "8f8b88cc-5b12-42bb-92dd-a99f36f4d259",
                  "description": "ID de sip trunks"
                }
              ]
            },
            "description": "Operación para realizar eliminar sip trunks en el módulo Sip Trunks."
          },
          "response": []
        }
      ]
    },
    {
      "name": "Dids",
      "item": [
        {
          "name": "Listar dids",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{token}}",
                "type": "text",
                "description": "JWT Token para autenticación"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api/dids",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api",
                "dids"
              ],
              "variable": []
            },
            "description": "Operación para realizar listar dids en el módulo Dids."
          },
          "response": []
        },
        {
          "name": "Obtener dids por ID",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{token}}",
                "type": "text",
                "description": "JWT Token para autenticación"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api/dids/:id",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api",
                "dids",
                ":id"
              ],
              "variable": [
                {
                  "key": "id",
                  "value": "8f8b88cc-5b12-42bb-92dd-a99f36f4d259",
                  "description": "ID de dids"
                }
              ]
            },
            "description": "Operación para realizar obtener dids por id en el módulo Dids."
          },
          "response": []
        },
        {
          "name": "Crear dids",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{token}}",
                "type": "text",
                "description": "JWT Token para autenticación"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api/dids",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api",
                "dids"
              ],
              "variable": []
            },
            "description": "Operación para realizar crear dids en el módulo Dids.",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"name\": \"Ejemplo de dids\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "Actualizar dids",
          "request": {
            "method": "PATCH",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{token}}",
                "type": "text",
                "description": "JWT Token para autenticación"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api/dids/:id",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api",
                "dids",
                ":id"
              ],
              "variable": [
                {
                  "key": "id",
                  "value": "8f8b88cc-5b12-42bb-92dd-a99f36f4d259",
                  "description": "ID de dids"
                }
              ]
            },
            "description": "Operación para realizar actualizar dids en el módulo Dids.",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"name\": \"Ejemplo de dids\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        }
      ]
    },
    {
      "name": "Extensions",
      "item": [
        {
          "name": "Listar extensiones",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{token}}",
                "type": "text",
                "description": "JWT Token para autenticación"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api/extensions",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api",
                "extensions"
              ],
              "variable": []
            },
            "description": "Operación para realizar listar extensiones en el módulo Extensions."
          },
          "response": []
        },
        {
          "name": "Obtener usuario de extensión",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{token}}",
                "type": "text",
                "description": "JWT Token para autenticación"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api/extensions/user/:userId",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api",
                "extensions",
                "user",
                ":userId"
              ],
              "variable": [
                {
                  "key": "userId",
                  "value": "8f8b88cc-5b12-42bb-92dd-a99f36f4d259",
                  "description": "ID de extensions"
                }
              ]
            },
            "description": "Operación para realizar obtener usuario de extensión en el módulo Extensions."
          },
          "response": []
        },
        {
          "name": "Crear extensión",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{token}}",
                "type": "text",
                "description": "JWT Token para autenticación"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api/extensions",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api",
                "extensions"
              ],
              "variable": []
            },
            "description": "Operación para realizar crear extensión en el módulo Extensions.",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"number\": \"1001\",\n  \"userId\": \"c3b8a6cd-9430-4eeb-b639-68ea9f135b44\",\n  \"password\": \"extension_password_1001\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "Eliminar extensión",
          "request": {
            "method": "DELETE",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{token}}",
                "type": "text",
                "description": "JWT Token para autenticación"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api/extensions/:id",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api",
                "extensions",
                ":id"
              ],
              "variable": [
                {
                  "key": "id",
                  "value": "8f8b88cc-5b12-42bb-92dd-a99f36f4d259",
                  "description": "ID de extensions"
                }
              ]
            },
            "description": "Operación para realizar eliminar extensión en el módulo Extensions."
          },
          "response": []
        }
      ]
    },
    {
      "name": "Opportunities",
      "item": [
        {
          "name": "Listar etapas de oportunidades",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{token}}",
                "type": "text",
                "description": "JWT Token para autenticación"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api/opportunities/stages",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api",
                "opportunities",
                "stages"
              ],
              "variable": []
            },
            "description": "Operación para realizar listar etapas de oportunidades en el módulo Opportunities."
          },
          "response": []
        },
        {
          "name": "Crear etapas de oportunidad",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{token}}",
                "type": "text",
                "description": "JWT Token para autenticación"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api/opportunities/stages",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api",
                "opportunities",
                "stages"
              ],
              "variable": []
            },
            "description": "Operación para realizar crear etapas de oportunidad en el módulo Opportunities.",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"title\": \"Adquisición de Enlace de Fibra\",\n  \"description\": \"Cliente interesado en enlace dedicado de 100 Mbps\",\n  \"value\": 1500,\n  \"status\": \"OPEN\",\n  \"stageId\": \"c3b8a6cd-9430-4eeb-b639-68ea9f135b44\",\n  \"customerId\": \"8f8b88cc-5b12-42bb-92dd-a99f36f4d259\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "Actualizar etapas de oportunidad",
          "request": {
            "method": "PUT",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{token}}",
                "type": "text",
                "description": "JWT Token para autenticación"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api/opportunities/stages/:id",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api",
                "opportunities",
                "stages",
                ":id"
              ],
              "variable": [
                {
                  "key": "id",
                  "value": "8f8b88cc-5b12-42bb-92dd-a99f36f4d259",
                  "description": "ID de opportunities"
                }
              ]
            },
            "description": "Operación para realizar actualizar etapas de oportunidad en el módulo Opportunities.",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"title\": \"Adquisición de Enlace de Fibra\",\n  \"description\": \"Cliente interesado en enlace dedicado de 100 Mbps\",\n  \"value\": 1500,\n  \"status\": \"OPEN\",\n  \"stageId\": \"c3b8a6cd-9430-4eeb-b639-68ea9f135b44\",\n  \"customerId\": \"8f8b88cc-5b12-42bb-92dd-a99f36f4d259\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "Eliminar etapas de oportunidad",
          "request": {
            "method": "DELETE",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{token}}",
                "type": "text",
                "description": "JWT Token para autenticación"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api/opportunities/stages/:id",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api",
                "opportunities",
                "stages",
                ":id"
              ],
              "variable": [
                {
                  "key": "id",
                  "value": "8f8b88cc-5b12-42bb-92dd-a99f36f4d259",
                  "description": "ID de opportunities"
                }
              ]
            },
            "description": "Operación para realizar eliminar etapas de oportunidad en el módulo Opportunities."
          },
          "response": []
        },
        {
          "name": "Crear etapas plantilla de oportunidad",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{token}}",
                "type": "text",
                "description": "JWT Token para autenticación"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api/opportunities/stages/template",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api",
                "opportunities",
                "stages",
                "template"
              ],
              "variable": []
            },
            "description": "Operación para realizar crear etapas plantilla de oportunidad en el módulo Opportunities.",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"title\": \"Adquisición de Enlace de Fibra\",\n  \"description\": \"Cliente interesado en enlace dedicado de 100 Mbps\",\n  \"value\": 1500,\n  \"status\": \"OPEN\",\n  \"stageId\": \"c3b8a6cd-9430-4eeb-b639-68ea9f135b44\",\n  \"customerId\": \"8f8b88cc-5b12-42bb-92dd-a99f36f4d259\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "Listar tipos de oportunidades",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{token}}",
                "type": "text",
                "description": "JWT Token para autenticación"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api/opportunities/types",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api",
                "opportunities",
                "types"
              ],
              "variable": []
            },
            "description": "Operación para realizar listar tipos de oportunidades en el módulo Opportunities."
          },
          "response": []
        },
        {
          "name": "Crear tipos de oportunidad",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{token}}",
                "type": "text",
                "description": "JWT Token para autenticación"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api/opportunities/types",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api",
                "opportunities",
                "types"
              ],
              "variable": []
            },
            "description": "Operación para realizar crear tipos de oportunidad en el módulo Opportunities.",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"title\": \"Adquisición de Enlace de Fibra\",\n  \"description\": \"Cliente interesado en enlace dedicado de 100 Mbps\",\n  \"value\": 1500,\n  \"status\": \"OPEN\",\n  \"stageId\": \"c3b8a6cd-9430-4eeb-b639-68ea9f135b44\",\n  \"customerId\": \"8f8b88cc-5b12-42bb-92dd-a99f36f4d259\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "Actualizar tipos de oportunidad",
          "request": {
            "method": "PUT",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{token}}",
                "type": "text",
                "description": "JWT Token para autenticación"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api/opportunities/types/:id",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api",
                "opportunities",
                "types",
                ":id"
              ],
              "variable": [
                {
                  "key": "id",
                  "value": "8f8b88cc-5b12-42bb-92dd-a99f36f4d259",
                  "description": "ID de opportunities"
                }
              ]
            },
            "description": "Operación para realizar actualizar tipos de oportunidad en el módulo Opportunities.",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"title\": \"Adquisición de Enlace de Fibra\",\n  \"description\": \"Cliente interesado en enlace dedicado de 100 Mbps\",\n  \"value\": 1500,\n  \"status\": \"OPEN\",\n  \"stageId\": \"c3b8a6cd-9430-4eeb-b639-68ea9f135b44\",\n  \"customerId\": \"8f8b88cc-5b12-42bb-92dd-a99f36f4d259\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "Eliminar tipos de oportunidad",
          "request": {
            "method": "DELETE",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{token}}",
                "type": "text",
                "description": "JWT Token para autenticación"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api/opportunities/types/:id",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api",
                "opportunities",
                "types",
                ":id"
              ],
              "variable": [
                {
                  "key": "id",
                  "value": "8f8b88cc-5b12-42bb-92dd-a99f36f4d259",
                  "description": "ID de opportunities"
                }
              ]
            },
            "description": "Operación para realizar eliminar tipos de oportunidad en el módulo Opportunities."
          },
          "response": []
        },
        {
          "name": "Crear tipos lote de oportunidad",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{token}}",
                "type": "text",
                "description": "JWT Token para autenticación"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api/opportunities/types/batch",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api",
                "opportunities",
                "types",
                "batch"
              ],
              "variable": []
            },
            "description": "Operación para realizar crear tipos lote de oportunidad en el módulo Opportunities.",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"title\": \"Adquisición de Enlace de Fibra\",\n  \"description\": \"Cliente interesado en enlace dedicado de 100 Mbps\",\n  \"value\": 1500,\n  \"status\": \"OPEN\",\n  \"stageId\": \"c3b8a6cd-9430-4eeb-b639-68ea9f135b44\",\n  \"customerId\": \"8f8b88cc-5b12-42bb-92dd-a99f36f4d259\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "Obtener tipos eligible agents de oportunidad",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{token}}",
                "type": "text",
                "description": "JWT Token para autenticación"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api/opportunities/types/:typeId/eligible-agents",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api",
                "opportunities",
                "types",
                ":typeId",
                "eligible-agents"
              ],
              "variable": [
                {
                  "key": "typeId",
                  "value": "8f8b88cc-5b12-42bb-92dd-a99f36f4d259",
                  "description": "ID de opportunities"
                }
              ]
            },
            "description": "Operación para realizar obtener tipos eligible agents de oportunidad en el módulo Opportunities."
          },
          "response": []
        },
        {
          "name": "Crear tipos subtipos de oportunidad",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{token}}",
                "type": "text",
                "description": "JWT Token para autenticación"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api/opportunities/types/:typeId/subtypes",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api",
                "opportunities",
                "types",
                ":typeId",
                "subtypes"
              ],
              "variable": [
                {
                  "key": "typeId",
                  "value": "8f8b88cc-5b12-42bb-92dd-a99f36f4d259",
                  "description": "ID de opportunities"
                }
              ]
            },
            "description": "Operación para realizar crear tipos subtipos de oportunidad en el módulo Opportunities.",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"title\": \"Adquisición de Enlace de Fibra\",\n  \"description\": \"Cliente interesado en enlace dedicado de 100 Mbps\",\n  \"value\": 1500,\n  \"status\": \"OPEN\",\n  \"stageId\": \"c3b8a6cd-9430-4eeb-b639-68ea9f135b44\",\n  \"customerId\": \"8f8b88cc-5b12-42bb-92dd-a99f36f4d259\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "Actualizar tipos subtipos de oportunidad",
          "request": {
            "method": "PUT",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{token}}",
                "type": "text",
                "description": "JWT Token para autenticación"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api/opportunities/types/:typeId/subtypes/:id",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api",
                "opportunities",
                "types",
                ":typeId",
                "subtypes",
                ":id"
              ],
              "variable": [
                {
                  "key": "typeId",
                  "value": "8f8b88cc-5b12-42bb-92dd-a99f36f4d259",
                  "description": "ID de opportunities"
                },
                {
                  "key": "id",
                  "value": "8f8b88cc-5b12-42bb-92dd-a99f36f4d259",
                  "description": "ID de opportunities"
                }
              ]
            },
            "description": "Operación para realizar actualizar tipos subtipos de oportunidad en el módulo Opportunities.",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"title\": \"Adquisición de Enlace de Fibra\",\n  \"description\": \"Cliente interesado en enlace dedicado de 100 Mbps\",\n  \"value\": 1500,\n  \"status\": \"OPEN\",\n  \"stageId\": \"c3b8a6cd-9430-4eeb-b639-68ea9f135b44\",\n  \"customerId\": \"8f8b88cc-5b12-42bb-92dd-a99f36f4d259\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "Eliminar tipos subtipos de oportunidad",
          "request": {
            "method": "DELETE",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{token}}",
                "type": "text",
                "description": "JWT Token para autenticación"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api/opportunities/types/:typeId/subtypes/:id",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api",
                "opportunities",
                "types",
                ":typeId",
                "subtypes",
                ":id"
              ],
              "variable": [
                {
                  "key": "typeId",
                  "value": "8f8b88cc-5b12-42bb-92dd-a99f36f4d259",
                  "description": "ID de opportunities"
                },
                {
                  "key": "id",
                  "value": "8f8b88cc-5b12-42bb-92dd-a99f36f4d259",
                  "description": "ID de opportunities"
                }
              ]
            },
            "description": "Operación para realizar eliminar tipos subtipos de oportunidad en el módulo Opportunities."
          },
          "response": []
        },
        {
          "name": "Crear tipos subtipos lote de oportunidad",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{token}}",
                "type": "text",
                "description": "JWT Token para autenticación"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api/opportunities/types/:typeId/subtypes/batch",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api",
                "opportunities",
                "types",
                ":typeId",
                "subtypes",
                "batch"
              ],
              "variable": [
                {
                  "key": "typeId",
                  "value": "8f8b88cc-5b12-42bb-92dd-a99f36f4d259",
                  "description": "ID de opportunities"
                }
              ]
            },
            "description": "Operación para realizar crear tipos subtipos lote de oportunidad en el módulo Opportunities.",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"title\": \"Adquisición de Enlace de Fibra\",\n  \"description\": \"Cliente interesado en enlace dedicado de 100 Mbps\",\n  \"value\": 1500,\n  \"status\": \"OPEN\",\n  \"stageId\": \"c3b8a6cd-9430-4eeb-b639-68ea9f135b44\",\n  \"customerId\": \"8f8b88cc-5b12-42bb-92dd-a99f36f4d259\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "Listar oportunidades",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{token}}",
                "type": "text",
                "description": "JWT Token para autenticación"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api/opportunities",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api",
                "opportunities"
              ],
              "variable": []
            },
            "description": "Operación para realizar listar oportunidades en el módulo Opportunities."
          },
          "response": []
        },
        {
          "name": "Crear oportunidad",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{token}}",
                "type": "text",
                "description": "JWT Token para autenticación"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api/opportunities",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api",
                "opportunities"
              ],
              "variable": []
            },
            "description": "Operación para realizar crear oportunidad en el módulo Opportunities.",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"title\": \"Adquisición de Enlace de Fibra\",\n  \"description\": \"Cliente interesado en enlace dedicado de 100 Mbps\",\n  \"value\": 1500,\n  \"status\": \"OPEN\",\n  \"stageId\": \"c3b8a6cd-9430-4eeb-b639-68ea9f135b44\",\n  \"customerId\": \"8f8b88cc-5b12-42bb-92dd-a99f36f4d259\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "Obtener oportunidad por ID",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{token}}",
                "type": "text",
                "description": "JWT Token para autenticación"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api/opportunities/:id",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api",
                "opportunities",
                ":id"
              ],
              "variable": [
                {
                  "key": "id",
                  "value": "8f8b88cc-5b12-42bb-92dd-a99f36f4d259",
                  "description": "ID de opportunities"
                }
              ]
            },
            "description": "Operación para realizar obtener oportunidad por id en el módulo Opportunities."
          },
          "response": []
        },
        {
          "name": "Actualizar oportunidad",
          "request": {
            "method": "PUT",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{token}}",
                "type": "text",
                "description": "JWT Token para autenticación"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api/opportunities/:id",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api",
                "opportunities",
                ":id"
              ],
              "variable": [
                {
                  "key": "id",
                  "value": "8f8b88cc-5b12-42bb-92dd-a99f36f4d259",
                  "description": "ID de opportunities"
                }
              ]
            },
            "description": "Operación para realizar actualizar oportunidad en el módulo Opportunities.",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"title\": \"Adquisición de Enlace de Fibra\",\n  \"description\": \"Cliente interesado en enlace dedicado de 100 Mbps\",\n  \"value\": 1500,\n  \"status\": \"OPEN\",\n  \"stageId\": \"c3b8a6cd-9430-4eeb-b639-68ea9f135b44\",\n  \"customerId\": \"8f8b88cc-5b12-42bb-92dd-a99f36f4d259\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "Eliminar oportunidad",
          "request": {
            "method": "DELETE",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{token}}",
                "type": "text",
                "description": "JWT Token para autenticación"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api/opportunities/:id",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api",
                "opportunities",
                ":id"
              ],
              "variable": [
                {
                  "key": "id",
                  "value": "8f8b88cc-5b12-42bb-92dd-a99f36f4d259",
                  "description": "ID de opportunities"
                }
              ]
            },
            "description": "Operación para realizar eliminar oportunidad en el módulo Opportunities."
          },
          "response": []
        },
        {
          "name": "Obtener historial de oportunidad",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{token}}",
                "type": "text",
                "description": "JWT Token para autenticación"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api/opportunities/:id/history",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api",
                "opportunities",
                ":id",
                "history"
              ],
              "variable": [
                {
                  "key": "id",
                  "value": "8f8b88cc-5b12-42bb-92dd-a99f36f4d259",
                  "description": "ID de opportunities"
                }
              ]
            },
            "description": "Operación para realizar obtener historial de oportunidad en el módulo Opportunities."
          },
          "response": []
        }
      ]
    },
    {
      "name": "User Groups",
      "item": [
        {
          "name": "Listar grupos de usuarios",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{token}}",
                "type": "text",
                "description": "JWT Token para autenticación"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api/user-groups",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api",
                "user-groups"
              ],
              "variable": []
            },
            "description": "Operación para realizar listar grupos de usuarios en el módulo User Groups."
          },
          "response": []
        },
        {
          "name": "Obtener grupo de usuarios por ID",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{token}}",
                "type": "text",
                "description": "JWT Token para autenticación"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api/user-groups/:id",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api",
                "user-groups",
                ":id"
              ],
              "variable": [
                {
                  "key": "id",
                  "value": "8f8b88cc-5b12-42bb-92dd-a99f36f4d259",
                  "description": "ID de user groups"
                }
              ]
            },
            "description": "Operación para realizar obtener grupo de usuarios por id en el módulo User Groups."
          },
          "response": []
        },
        {
          "name": "Crear grupo de usuarios",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{token}}",
                "type": "text",
                "description": "JWT Token para autenticación"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api/user-groups",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api",
                "user-groups"
              ],
              "variable": []
            },
            "description": "Operación para realizar crear grupo de usuarios en el módulo User Groups.",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"name\": \"Equipo Técnico Caracas\",\n  \"description\": \"Agentes encargados de incidencias en la zona metropolitana\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "Actualizar grupo de usuarios",
          "request": {
            "method": "PATCH",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{token}}",
                "type": "text",
                "description": "JWT Token para autenticación"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api/user-groups/:id",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api",
                "user-groups",
                ":id"
              ],
              "variable": [
                {
                  "key": "id",
                  "value": "8f8b88cc-5b12-42bb-92dd-a99f36f4d259",
                  "description": "ID de user groups"
                }
              ]
            },
            "description": "Operación para realizar actualizar grupo de usuarios en el módulo User Groups.",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"name\": \"Equipo Técnico Caracas\",\n  \"description\": \"Agentes encargados de incidencias en la zona metropolitana\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "Actualizar grupo de usuarios",
          "request": {
            "method": "PUT",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{token}}",
                "type": "text",
                "description": "JWT Token para autenticación"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api/user-groups/:id",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api",
                "user-groups",
                ":id"
              ],
              "variable": [
                {
                  "key": "id",
                  "value": "8f8b88cc-5b12-42bb-92dd-a99f36f4d259",
                  "description": "ID de user groups"
                }
              ]
            },
            "description": "Operación para realizar actualizar grupo de usuarios en el módulo User Groups.",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"name\": \"Equipo Técnico Caracas\",\n  \"description\": \"Agentes encargados de incidencias en la zona metropolitana\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "Eliminar grupo de usuarios",
          "request": {
            "method": "DELETE",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{token}}",
                "type": "text",
                "description": "JWT Token para autenticación"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api/user-groups/:id",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api",
                "user-groups",
                ":id"
              ],
              "variable": [
                {
                  "key": "id",
                  "value": "8f8b88cc-5b12-42bb-92dd-a99f36f4d259",
                  "description": "ID de user groups"
                }
              ]
            },
            "description": "Operación para realizar eliminar grupo de usuarios en el módulo User Groups."
          },
          "response": []
        }
      ]
    },
    {
      "name": "Support Cases",
      "item": [
        {
          "name": "Listar tipos de casos de soporte",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{token}}",
                "type": "text",
                "description": "JWT Token para autenticación"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api/support-cases/types",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api",
                "support-cases",
                "types"
              ],
              "variable": []
            },
            "description": "Operación para realizar listar tipos de casos de soporte en el módulo Support Cases."
          },
          "response": []
        },
        {
          "name": "Crear tipos de caso de soporte",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{token}}",
                "type": "text",
                "description": "JWT Token para autenticación"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api/support-cases/types",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api",
                "support-cases",
                "types"
              ],
              "variable": []
            },
            "description": "Operación para realizar crear tipos de caso de soporte en el módulo Support Cases.",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"customerId\": \"8f8b88cc-5b12-42bb-92dd-a99f36f4d259\",\n  \"title\": \"Intermitencia en el enlace residencial\",\n  \"description\": \"El módem pierde sincronismo cada 15 minutos en horas de la tarde\",\n  \"priority\": \"HIGH\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "Crear tipos lote de caso de soporte",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{token}}",
                "type": "text",
                "description": "JWT Token para autenticación"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api/support-cases/types/batch",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api",
                "support-cases",
                "types",
                "batch"
              ],
              "variable": []
            },
            "description": "Operación para realizar crear tipos lote de caso de soporte en el módulo Support Cases.",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"customerId\": \"8f8b88cc-5b12-42bb-92dd-a99f36f4d259\",\n  \"title\": \"Intermitencia en el enlace residencial\",\n  \"description\": \"El módem pierde sincronismo cada 15 minutos en horas de la tarde\",\n  \"priority\": \"HIGH\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "Actualizar tipos de caso de soporte",
          "request": {
            "method": "PUT",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{token}}",
                "type": "text",
                "description": "JWT Token para autenticación"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api/support-cases/types/:id",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api",
                "support-cases",
                "types",
                ":id"
              ],
              "variable": [
                {
                  "key": "id",
                  "value": "8f8b88cc-5b12-42bb-92dd-a99f36f4d259",
                  "description": "ID de support cases"
                }
              ]
            },
            "description": "Operación para realizar actualizar tipos de caso de soporte en el módulo Support Cases.",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"customerId\": \"8f8b88cc-5b12-42bb-92dd-a99f36f4d259\",\n  \"title\": \"Intermitencia en el enlace residencial\",\n  \"description\": \"El módem pierde sincronismo cada 15 minutos en horas de la tarde\",\n  \"priority\": \"HIGH\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "Eliminar tipos de caso de soporte",
          "request": {
            "method": "DELETE",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{token}}",
                "type": "text",
                "description": "JWT Token para autenticación"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api/support-cases/types/:id",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api",
                "support-cases",
                "types",
                ":id"
              ],
              "variable": [
                {
                  "key": "id",
                  "value": "8f8b88cc-5b12-42bb-92dd-a99f36f4d259",
                  "description": "ID de support cases"
                }
              ]
            },
            "description": "Operación para realizar eliminar tipos de caso de soporte en el módulo Support Cases."
          },
          "response": []
        },
        {
          "name": "Crear tipos subtipos de caso de soporte",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{token}}",
                "type": "text",
                "description": "JWT Token para autenticación"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api/support-cases/types/:typeId/subtypes",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api",
                "support-cases",
                "types",
                ":typeId",
                "subtypes"
              ],
              "variable": [
                {
                  "key": "typeId",
                  "value": "8f8b88cc-5b12-42bb-92dd-a99f36f4d259",
                  "description": "ID de support cases"
                }
              ]
            },
            "description": "Operación para realizar crear tipos subtipos de caso de soporte en el módulo Support Cases.",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"customerId\": \"8f8b88cc-5b12-42bb-92dd-a99f36f4d259\",\n  \"title\": \"Intermitencia en el enlace residencial\",\n  \"description\": \"El módem pierde sincronismo cada 15 minutos en horas de la tarde\",\n  \"priority\": \"HIGH\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "Crear tipos subtipos lote de caso de soporte",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{token}}",
                "type": "text",
                "description": "JWT Token para autenticación"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api/support-cases/types/:typeId/subtypes/batch",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api",
                "support-cases",
                "types",
                ":typeId",
                "subtypes",
                "batch"
              ],
              "variable": [
                {
                  "key": "typeId",
                  "value": "8f8b88cc-5b12-42bb-92dd-a99f36f4d259",
                  "description": "ID de support cases"
                }
              ]
            },
            "description": "Operación para realizar crear tipos subtipos lote de caso de soporte en el módulo Support Cases.",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"customerId\": \"8f8b88cc-5b12-42bb-92dd-a99f36f4d259\",\n  \"title\": \"Intermitencia en el enlace residencial\",\n  \"description\": \"El módem pierde sincronismo cada 15 minutos en horas de la tarde\",\n  \"priority\": \"HIGH\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "Actualizar tipos subtipos de caso de soporte",
          "request": {
            "method": "PUT",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{token}}",
                "type": "text",
                "description": "JWT Token para autenticación"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api/support-cases/types/:typeId/subtypes/:id",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api",
                "support-cases",
                "types",
                ":typeId",
                "subtypes",
                ":id"
              ],
              "variable": [
                {
                  "key": "typeId",
                  "value": "8f8b88cc-5b12-42bb-92dd-a99f36f4d259",
                  "description": "ID de support cases"
                },
                {
                  "key": "id",
                  "value": "8f8b88cc-5b12-42bb-92dd-a99f36f4d259",
                  "description": "ID de support cases"
                }
              ]
            },
            "description": "Operación para realizar actualizar tipos subtipos de caso de soporte en el módulo Support Cases.",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"customerId\": \"8f8b88cc-5b12-42bb-92dd-a99f36f4d259\",\n  \"title\": \"Intermitencia en el enlace residencial\",\n  \"description\": \"El módem pierde sincronismo cada 15 minutos en horas de la tarde\",\n  \"priority\": \"HIGH\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "Eliminar tipos subtipos de caso de soporte",
          "request": {
            "method": "DELETE",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{token}}",
                "type": "text",
                "description": "JWT Token para autenticación"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api/support-cases/types/:typeId/subtypes/:id",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api",
                "support-cases",
                "types",
                ":typeId",
                "subtypes",
                ":id"
              ],
              "variable": [
                {
                  "key": "typeId",
                  "value": "8f8b88cc-5b12-42bb-92dd-a99f36f4d259",
                  "description": "ID de support cases"
                },
                {
                  "key": "id",
                  "value": "8f8b88cc-5b12-42bb-92dd-a99f36f4d259",
                  "description": "ID de support cases"
                }
              ]
            },
            "description": "Operación para realizar eliminar tipos subtipos de caso de soporte en el módulo Support Cases."
          },
          "response": []
        },
        {
          "name": "Obtener tipos etapas de caso de soporte",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{token}}",
                "type": "text",
                "description": "JWT Token para autenticación"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api/support-cases/types/:typeId/stages",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api",
                "support-cases",
                "types",
                ":typeId",
                "stages"
              ],
              "variable": [
                {
                  "key": "typeId",
                  "value": "8f8b88cc-5b12-42bb-92dd-a99f36f4d259",
                  "description": "ID de support cases"
                }
              ]
            },
            "description": "Operación para realizar obtener tipos etapas de caso de soporte en el módulo Support Cases."
          },
          "response": []
        },
        {
          "name": "Crear tipos etapas de caso de soporte",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{token}}",
                "type": "text",
                "description": "JWT Token para autenticación"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api/support-cases/types/:typeId/stages",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api",
                "support-cases",
                "types",
                ":typeId",
                "stages"
              ],
              "variable": [
                {
                  "key": "typeId",
                  "value": "8f8b88cc-5b12-42bb-92dd-a99f36f4d259",
                  "description": "ID de support cases"
                }
              ]
            },
            "description": "Operación para realizar crear tipos etapas de caso de soporte en el módulo Support Cases.",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"customerId\": \"8f8b88cc-5b12-42bb-92dd-a99f36f4d259\",\n  \"title\": \"Intermitencia en el enlace residencial\",\n  \"description\": \"El módem pierde sincronismo cada 15 minutos en horas de la tarde\",\n  \"priority\": \"HIGH\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "Actualizar tipos etapas de caso de soporte",
          "request": {
            "method": "PUT",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{token}}",
                "type": "text",
                "description": "JWT Token para autenticación"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api/support-cases/types/:typeId/stages/:id",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api",
                "support-cases",
                "types",
                ":typeId",
                "stages",
                ":id"
              ],
              "variable": [
                {
                  "key": "typeId",
                  "value": "8f8b88cc-5b12-42bb-92dd-a99f36f4d259",
                  "description": "ID de support cases"
                },
                {
                  "key": "id",
                  "value": "8f8b88cc-5b12-42bb-92dd-a99f36f4d259",
                  "description": "ID de support cases"
                }
              ]
            },
            "description": "Operación para realizar actualizar tipos etapas de caso de soporte en el módulo Support Cases.",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"customerId\": \"8f8b88cc-5b12-42bb-92dd-a99f36f4d259\",\n  \"title\": \"Intermitencia en el enlace residencial\",\n  \"description\": \"El módem pierde sincronismo cada 15 minutos en horas de la tarde\",\n  \"priority\": \"HIGH\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "Eliminar tipos etapas de caso de soporte",
          "request": {
            "method": "DELETE",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{token}}",
                "type": "text",
                "description": "JWT Token para autenticación"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api/support-cases/types/:typeId/stages/:id",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api",
                "support-cases",
                "types",
                ":typeId",
                "stages",
                ":id"
              ],
              "variable": [
                {
                  "key": "typeId",
                  "value": "8f8b88cc-5b12-42bb-92dd-a99f36f4d259",
                  "description": "ID de support cases"
                },
                {
                  "key": "id",
                  "value": "8f8b88cc-5b12-42bb-92dd-a99f36f4d259",
                  "description": "ID de support cases"
                }
              ]
            },
            "description": "Operación para realizar eliminar tipos etapas de caso de soporte en el módulo Support Cases."
          },
          "response": []
        },
        {
          "name": "Crear tipos etapas plantilla de caso de soporte",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{token}}",
                "type": "text",
                "description": "JWT Token para autenticación"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api/support-cases/types/:typeId/stages/template",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api",
                "support-cases",
                "types",
                ":typeId",
                "stages",
                "template"
              ],
              "variable": [
                {
                  "key": "typeId",
                  "value": "8f8b88cc-5b12-42bb-92dd-a99f36f4d259",
                  "description": "ID de support cases"
                }
              ]
            },
            "description": "Operación para realizar crear tipos etapas plantilla de caso de soporte en el módulo Support Cases.",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"customerId\": \"8f8b88cc-5b12-42bb-92dd-a99f36f4d259\",\n  \"title\": \"Intermitencia en el enlace residencial\",\n  \"description\": \"El módem pierde sincronismo cada 15 minutos en horas de la tarde\",\n  \"priority\": \"HIGH\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "Listar casos de soporte",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{token}}",
                "type": "text",
                "description": "JWT Token para autenticación"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api/support-cases",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api",
                "support-cases"
              ],
              "variable": []
            },
            "description": "Operación para realizar listar casos de soporte en el módulo Support Cases."
          },
          "response": []
        },
        {
          "name": "Crear caso de soporte",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{token}}",
                "type": "text",
                "description": "JWT Token para autenticación"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api/support-cases",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api",
                "support-cases"
              ],
              "variable": []
            },
            "description": "Operación para realizar crear caso de soporte en el módulo Support Cases.",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"customerId\": \"8f8b88cc-5b12-42bb-92dd-a99f36f4d259\",\n  \"title\": \"Intermitencia en el enlace residencial\",\n  \"description\": \"El módem pierde sincronismo cada 15 minutos en horas de la tarde\",\n  \"priority\": \"HIGH\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "Obtener caso de soporte por ID",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{token}}",
                "type": "text",
                "description": "JWT Token para autenticación"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api/support-cases/:id",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api",
                "support-cases",
                ":id"
              ],
              "variable": [
                {
                  "key": "id",
                  "value": "8f8b88cc-5b12-42bb-92dd-a99f36f4d259",
                  "description": "ID de support cases"
                }
              ]
            },
            "description": "Operación para realizar obtener caso de soporte por id en el módulo Support Cases."
          },
          "response": []
        },
        {
          "name": "Actualizar caso de soporte",
          "request": {
            "method": "PUT",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{token}}",
                "type": "text",
                "description": "JWT Token para autenticación"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api/support-cases/:id",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api",
                "support-cases",
                ":id"
              ],
              "variable": [
                {
                  "key": "id",
                  "value": "8f8b88cc-5b12-42bb-92dd-a99f36f4d259",
                  "description": "ID de support cases"
                }
              ]
            },
            "description": "Operación para realizar actualizar caso de soporte en el módulo Support Cases.",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"customerId\": \"8f8b88cc-5b12-42bb-92dd-a99f36f4d259\",\n  \"title\": \"Intermitencia en el enlace residencial\",\n  \"description\": \"El módem pierde sincronismo cada 15 minutos en horas de la tarde\",\n  \"priority\": \"HIGH\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "Eliminar caso de soporte",
          "request": {
            "method": "DELETE",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{token}}",
                "type": "text",
                "description": "JWT Token para autenticación"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api/support-cases/:id",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api",
                "support-cases",
                ":id"
              ],
              "variable": [
                {
                  "key": "id",
                  "value": "8f8b88cc-5b12-42bb-92dd-a99f36f4d259",
                  "description": "ID de support cases"
                }
              ]
            },
            "description": "Operación para realizar eliminar caso de soporte en el módulo Support Cases."
          },
          "response": []
        }
      ]
    },
    {
      "name": "Surveys",
      "item": [
        {
          "name": "Listar encuestas",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{token}}",
                "type": "text",
                "description": "JWT Token para autenticación"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api/surveys",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api",
                "surveys"
              ],
              "variable": []
            },
            "description": "Operación para realizar listar encuestas en el módulo Surveys."
          },
          "response": []
        },
        {
          "name": "Obtener encuesta por ID",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{token}}",
                "type": "text",
                "description": "JWT Token para autenticación"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api/surveys/:id",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api",
                "surveys",
                ":id"
              ],
              "variable": [
                {
                  "key": "id",
                  "value": "8f8b88cc-5b12-42bb-92dd-a99f36f4d259",
                  "description": "ID de surveys"
                }
              ]
            },
            "description": "Operación para realizar obtener encuesta por id en el módulo Surveys."
          },
          "response": []
        },
        {
          "name": "Crear encuesta",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{token}}",
                "type": "text",
                "description": "JWT Token para autenticación"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api/surveys",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api",
                "surveys"
              ],
              "variable": []
            },
            "description": "Operación para realizar crear encuesta en el módulo Surveys.",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"title\": \"Satisfacción de Enlace\",\n  \"description\": \"Encuesta post-instalación de servicio de internet\",\n  \"questions\": [\n    {\n      \"text\": \"¿Cómo califica la velocidad?\",\n      \"type\": \"rating\",\n      \"required\": true\n    },\n    {\n      \"text\": \"Comentarios adicionales\",\n      \"type\": \"text\",\n      \"required\": false\n    }\n  ]\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "Actualizar encuesta",
          "request": {
            "method": "PATCH",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{token}}",
                "type": "text",
                "description": "JWT Token para autenticación"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api/surveys/:id",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api",
                "surveys",
                ":id"
              ],
              "variable": [
                {
                  "key": "id",
                  "value": "8f8b88cc-5b12-42bb-92dd-a99f36f4d259",
                  "description": "ID de surveys"
                }
              ]
            },
            "description": "Operación para realizar actualizar encuesta en el módulo Surveys.",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"title\": \"Satisfacción de Enlace\",\n  \"description\": \"Encuesta post-instalación de servicio de internet\",\n  \"questions\": [\n    {\n      \"text\": \"¿Cómo califica la velocidad?\",\n      \"type\": \"rating\",\n      \"required\": true\n    },\n    {\n      \"text\": \"Comentarios adicionales\",\n      \"type\": \"text\",\n      \"required\": false\n    }\n  ]\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "Eliminar encuesta",
          "request": {
            "method": "DELETE",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{token}}",
                "type": "text",
                "description": "JWT Token para autenticación"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api/surveys/:id",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api",
                "surveys",
                ":id"
              ],
              "variable": [
                {
                  "key": "id",
                  "value": "8f8b88cc-5b12-42bb-92dd-a99f36f4d259",
                  "description": "ID de surveys"
                }
              ]
            },
            "description": "Operación para realizar eliminar encuesta en el módulo Surveys."
          },
          "response": []
        },
        {
          "name": "Crear questions de encuesta",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{token}}",
                "type": "text",
                "description": "JWT Token para autenticación"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api/surveys/:id/questions",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api",
                "surveys",
                ":id",
                "questions"
              ],
              "variable": [
                {
                  "key": "id",
                  "value": "8f8b88cc-5b12-42bb-92dd-a99f36f4d259",
                  "description": "ID de surveys"
                }
              ]
            },
            "description": "Operación para realizar crear questions de encuesta en el módulo Surveys.",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"title\": \"Satisfacción de Enlace\",\n  \"description\": \"Encuesta post-instalación de servicio de internet\",\n  \"questions\": [\n    {\n      \"text\": \"¿Cómo califica la velocidad?\",\n      \"type\": \"rating\",\n      \"required\": true\n    },\n    {\n      \"text\": \"Comentarios adicionales\",\n      \"type\": \"text\",\n      \"required\": false\n    }\n  ]\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "Actualizar questions de encuesta",
          "request": {
            "method": "PATCH",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{token}}",
                "type": "text",
                "description": "JWT Token para autenticación"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api/surveys/:id/questions/:questionId",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api",
                "surveys",
                ":id",
                "questions",
                ":questionId"
              ],
              "variable": [
                {
                  "key": "id",
                  "value": "8f8b88cc-5b12-42bb-92dd-a99f36f4d259",
                  "description": "ID de surveys"
                },
                {
                  "key": "questionId",
                  "value": "8f8b88cc-5b12-42bb-92dd-a99f36f4d259",
                  "description": "ID de surveys"
                }
              ]
            },
            "description": "Operación para realizar actualizar questions de encuesta en el módulo Surveys.",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"title\": \"Satisfacción de Enlace\",\n  \"description\": \"Encuesta post-instalación de servicio de internet\",\n  \"questions\": [\n    {\n      \"text\": \"¿Cómo califica la velocidad?\",\n      \"type\": \"rating\",\n      \"required\": true\n    },\n    {\n      \"text\": \"Comentarios adicionales\",\n      \"type\": \"text\",\n      \"required\": false\n    }\n  ]\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "Eliminar questions de encuesta",
          "request": {
            "method": "DELETE",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{token}}",
                "type": "text",
                "description": "JWT Token para autenticación"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api/surveys/:id/questions/:questionId",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api",
                "surveys",
                ":id",
                "questions",
                ":questionId"
              ],
              "variable": [
                {
                  "key": "id",
                  "value": "8f8b88cc-5b12-42bb-92dd-a99f36f4d259",
                  "description": "ID de surveys"
                },
                {
                  "key": "questionId",
                  "value": "8f8b88cc-5b12-42bb-92dd-a99f36f4d259",
                  "description": "ID de surveys"
                }
              ]
            },
            "description": "Operación para realizar eliminar questions de encuesta en el módulo Surveys."
          },
          "response": []
        },
        {
          "name": "Crear questions options de encuesta",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{token}}",
                "type": "text",
                "description": "JWT Token para autenticación"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api/surveys/:id/questions/:questionId/options",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api",
                "surveys",
                ":id",
                "questions",
                ":questionId",
                "options"
              ],
              "variable": [
                {
                  "key": "id",
                  "value": "8f8b88cc-5b12-42bb-92dd-a99f36f4d259",
                  "description": "ID de surveys"
                },
                {
                  "key": "questionId",
                  "value": "8f8b88cc-5b12-42bb-92dd-a99f36f4d259",
                  "description": "ID de surveys"
                }
              ]
            },
            "description": "Operación para realizar crear questions options de encuesta en el módulo Surveys.",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"title\": \"Satisfacción de Enlace\",\n  \"description\": \"Encuesta post-instalación de servicio de internet\",\n  \"questions\": [\n    {\n      \"text\": \"¿Cómo califica la velocidad?\",\n      \"type\": \"rating\",\n      \"required\": true\n    },\n    {\n      \"text\": \"Comentarios adicionales\",\n      \"type\": \"text\",\n      \"required\": false\n    }\n  ]\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "Actualizar questions options de encuesta",
          "request": {
            "method": "PATCH",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{token}}",
                "type": "text",
                "description": "JWT Token para autenticación"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api/surveys/:id/questions/:questionId/options/:optionId",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api",
                "surveys",
                ":id",
                "questions",
                ":questionId",
                "options",
                ":optionId"
              ],
              "variable": [
                {
                  "key": "id",
                  "value": "8f8b88cc-5b12-42bb-92dd-a99f36f4d259",
                  "description": "ID de surveys"
                },
                {
                  "key": "questionId",
                  "value": "8f8b88cc-5b12-42bb-92dd-a99f36f4d259",
                  "description": "ID de surveys"
                },
                {
                  "key": "optionId",
                  "value": "8f8b88cc-5b12-42bb-92dd-a99f36f4d259",
                  "description": "ID de surveys"
                }
              ]
            },
            "description": "Operación para realizar actualizar questions options de encuesta en el módulo Surveys.",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"title\": \"Satisfacción de Enlace\",\n  \"description\": \"Encuesta post-instalación de servicio de internet\",\n  \"questions\": [\n    {\n      \"text\": \"¿Cómo califica la velocidad?\",\n      \"type\": \"rating\",\n      \"required\": true\n    },\n    {\n      \"text\": \"Comentarios adicionales\",\n      \"type\": \"text\",\n      \"required\": false\n    }\n  ]\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "Eliminar questions options de encuesta",
          "request": {
            "method": "DELETE",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{token}}",
                "type": "text",
                "description": "JWT Token para autenticación"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api/surveys/:id/questions/:questionId/options/:optionId",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api",
                "surveys",
                ":id",
                "questions",
                ":questionId",
                "options",
                ":optionId"
              ],
              "variable": [
                {
                  "key": "id",
                  "value": "8f8b88cc-5b12-42bb-92dd-a99f36f4d259",
                  "description": "ID de surveys"
                },
                {
                  "key": "questionId",
                  "value": "8f8b88cc-5b12-42bb-92dd-a99f36f4d259",
                  "description": "ID de surveys"
                },
                {
                  "key": "optionId",
                  "value": "8f8b88cc-5b12-42bb-92dd-a99f36f4d259",
                  "description": "ID de surveys"
                }
              ]
            },
            "description": "Operación para realizar eliminar questions options de encuesta en el módulo Surveys."
          },
          "response": []
        },
        {
          "name": "Crear responses de encuesta",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{token}}",
                "type": "text",
                "description": "JWT Token para autenticación"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api/surveys/:id/responses",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api",
                "surveys",
                ":id",
                "responses"
              ],
              "variable": [
                {
                  "key": "id",
                  "value": "8f8b88cc-5b12-42bb-92dd-a99f36f4d259",
                  "description": "ID de surveys"
                }
              ]
            },
            "description": "Operación para realizar crear responses de encuesta en el módulo Surveys.",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"title\": \"Satisfacción de Enlace\",\n  \"description\": \"Encuesta post-instalación de servicio de internet\",\n  \"questions\": [\n    {\n      \"text\": \"¿Cómo califica la velocidad?\",\n      \"type\": \"rating\",\n      \"required\": true\n    },\n    {\n      \"text\": \"Comentarios adicionales\",\n      \"type\": \"text\",\n      \"required\": false\n    }\n  ]\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "Obtener responses de encuesta",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{token}}",
                "type": "text",
                "description": "JWT Token para autenticación"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api/surveys/:id/responses",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api",
                "surveys",
                ":id",
                "responses"
              ],
              "variable": [
                {
                  "key": "id",
                  "value": "8f8b88cc-5b12-42bb-92dd-a99f36f4d259",
                  "description": "ID de surveys"
                }
              ]
            },
            "description": "Operación para realizar obtener responses de encuesta en el módulo Surveys."
          },
          "response": []
        }
      ]
    },
    {
      "name": "Delivery",
      "item": [
        {
          "name": "Listar warehouses de entregas",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{token}}",
                "type": "text",
                "description": "JWT Token para autenticación"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api/delivery/warehouses",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api",
                "delivery",
                "warehouses"
              ],
              "variable": []
            },
            "description": "Operación para realizar listar warehouses de entregas en el módulo Delivery."
          },
          "response": []
        },
        {
          "name": "Obtener warehouses de entrega",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{token}}",
                "type": "text",
                "description": "JWT Token para autenticación"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api/delivery/warehouses/:id",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api",
                "delivery",
                "warehouses",
                ":id"
              ],
              "variable": [
                {
                  "key": "id",
                  "value": "8f8b88cc-5b12-42bb-92dd-a99f36f4d259",
                  "description": "ID de delivery"
                }
              ]
            },
            "description": "Operación para realizar obtener warehouses de entrega en el módulo Delivery."
          },
          "response": []
        },
        {
          "name": "Crear warehouses de entrega",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{token}}",
                "type": "text",
                "description": "JWT Token para autenticación"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api/delivery/warehouses",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api",
                "delivery",
                "warehouses"
              ],
              "variable": []
            },
            "description": "Operación para realizar crear warehouses de entrega en el módulo Delivery.",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"checkoutId\": \"8f8b88cc-5b12-42bb-92dd-a99f36f4d259\",\n  \"address\": \"Urbanización Las Mercedes, Calle Orinoco, Torre Dylema, Piso 4\",\n  \"city\": \"Caracas\",\n  \"notes\": \"Entregar al agente de seguridad de turno\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "Actualizar warehouses de entrega",
          "request": {
            "method": "PUT",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{token}}",
                "type": "text",
                "description": "JWT Token para autenticación"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api/delivery/warehouses/:id",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api",
                "delivery",
                "warehouses",
                ":id"
              ],
              "variable": [
                {
                  "key": "id",
                  "value": "8f8b88cc-5b12-42bb-92dd-a99f36f4d259",
                  "description": "ID de delivery"
                }
              ]
            },
            "description": "Operación para realizar actualizar warehouses de entrega en el módulo Delivery.",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"checkoutId\": \"8f8b88cc-5b12-42bb-92dd-a99f36f4d259\",\n  \"address\": \"Urbanización Las Mercedes, Calle Orinoco, Torre Dylema, Piso 4\",\n  \"city\": \"Caracas\",\n  \"notes\": \"Entregar al agente de seguridad de turno\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "Eliminar warehouses de entrega",
          "request": {
            "method": "DELETE",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{token}}",
                "type": "text",
                "description": "JWT Token para autenticación"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api/delivery/warehouses/:id",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api",
                "delivery",
                "warehouses",
                ":id"
              ],
              "variable": [
                {
                  "key": "id",
                  "value": "8f8b88cc-5b12-42bb-92dd-a99f36f4d259",
                  "description": "ID de delivery"
                }
              ]
            },
            "description": "Operación para realizar eliminar warehouses de entrega en el módulo Delivery."
          },
          "response": []
        },
        {
          "name": "Listar config de entregas",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{token}}",
                "type": "text",
                "description": "JWT Token para autenticación"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api/delivery/config",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api",
                "delivery",
                "config"
              ],
              "variable": []
            },
            "description": "Operación para realizar listar config de entregas en el módulo Delivery."
          },
          "response": []
        },
        {
          "name": "Crear config de entrega",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{token}}",
                "type": "text",
                "description": "JWT Token para autenticación"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api/delivery/config",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api",
                "delivery",
                "config"
              ],
              "variable": []
            },
            "description": "Operación para realizar crear config de entrega en el módulo Delivery.",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"checkoutId\": \"8f8b88cc-5b12-42bb-92dd-a99f36f4d259\",\n  \"address\": \"Urbanización Las Mercedes, Calle Orinoco, Torre Dylema, Piso 4\",\n  \"city\": \"Caracas\",\n  \"notes\": \"Entregar al agente de seguridad de turno\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "Listar zones de entregas",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{token}}",
                "type": "text",
                "description": "JWT Token para autenticación"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api/delivery/zones",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api",
                "delivery",
                "zones"
              ],
              "variable": []
            },
            "description": "Operación para realizar listar zones de entregas en el módulo Delivery."
          },
          "response": []
        },
        {
          "name": "Crear zones de entrega",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{token}}",
                "type": "text",
                "description": "JWT Token para autenticación"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api/delivery/zones",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api",
                "delivery",
                "zones"
              ],
              "variable": []
            },
            "description": "Operación para realizar crear zones de entrega en el módulo Delivery.",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"checkoutId\": \"8f8b88cc-5b12-42bb-92dd-a99f36f4d259\",\n  \"address\": \"Urbanización Las Mercedes, Calle Orinoco, Torre Dylema, Piso 4\",\n  \"city\": \"Caracas\",\n  \"notes\": \"Entregar al agente de seguridad de turno\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "Actualizar zones de entrega",
          "request": {
            "method": "PUT",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{token}}",
                "type": "text",
                "description": "JWT Token para autenticación"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api/delivery/zones/:id",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api",
                "delivery",
                "zones",
                ":id"
              ],
              "variable": [
                {
                  "key": "id",
                  "value": "8f8b88cc-5b12-42bb-92dd-a99f36f4d259",
                  "description": "ID de delivery"
                }
              ]
            },
            "description": "Operación para realizar actualizar zones de entrega en el módulo Delivery.",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"checkoutId\": \"8f8b88cc-5b12-42bb-92dd-a99f36f4d259\",\n  \"address\": \"Urbanización Las Mercedes, Calle Orinoco, Torre Dylema, Piso 4\",\n  \"city\": \"Caracas\",\n  \"notes\": \"Entregar al agente de seguridad de turno\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "Eliminar zones de entrega",
          "request": {
            "method": "DELETE",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{token}}",
                "type": "text",
                "description": "JWT Token para autenticación"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api/delivery/zones/:id",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api",
                "delivery",
                "zones",
                ":id"
              ],
              "variable": [
                {
                  "key": "id",
                  "value": "8f8b88cc-5b12-42bb-92dd-a99f36f4d259",
                  "description": "ID de delivery"
                }
              ]
            },
            "description": "Operación para realizar eliminar zones de entrega en el módulo Delivery."
          },
          "response": []
        },
        {
          "name": "Listar drivers de entregas",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{token}}",
                "type": "text",
                "description": "JWT Token para autenticación"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api/delivery/drivers",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api",
                "delivery",
                "drivers"
              ],
              "variable": []
            },
            "description": "Operación para realizar listar drivers de entregas en el módulo Delivery."
          },
          "response": []
        },
        {
          "name": "Crear drivers de entrega",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{token}}",
                "type": "text",
                "description": "JWT Token para autenticación"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api/delivery/drivers",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api",
                "delivery",
                "drivers"
              ],
              "variable": []
            },
            "description": "Operación para realizar crear drivers de entrega en el módulo Delivery.",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"checkoutId\": \"8f8b88cc-5b12-42bb-92dd-a99f36f4d259\",\n  \"address\": \"Urbanización Las Mercedes, Calle Orinoco, Torre Dylema, Piso 4\",\n  \"city\": \"Caracas\",\n  \"notes\": \"Entregar al agente de seguridad de turno\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "Actualizar drivers de entrega",
          "request": {
            "method": "PUT",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{token}}",
                "type": "text",
                "description": "JWT Token para autenticación"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api/delivery/drivers/:id",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api",
                "delivery",
                "drivers",
                ":id"
              ],
              "variable": [
                {
                  "key": "id",
                  "value": "8f8b88cc-5b12-42bb-92dd-a99f36f4d259",
                  "description": "ID de delivery"
                }
              ]
            },
            "description": "Operación para realizar actualizar drivers de entrega en el módulo Delivery.",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"checkoutId\": \"8f8b88cc-5b12-42bb-92dd-a99f36f4d259\",\n  \"address\": \"Urbanización Las Mercedes, Calle Orinoco, Torre Dylema, Piso 4\",\n  \"city\": \"Caracas\",\n  \"notes\": \"Entregar al agente de seguridad de turno\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "Eliminar drivers de entrega",
          "request": {
            "method": "DELETE",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{token}}",
                "type": "text",
                "description": "JWT Token para autenticación"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api/delivery/drivers/:id",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api",
                "delivery",
                "drivers",
                ":id"
              ],
              "variable": [
                {
                  "key": "id",
                  "value": "8f8b88cc-5b12-42bb-92dd-a99f36f4d259",
                  "description": "ID de delivery"
                }
              ]
            },
            "description": "Operación para realizar eliminar drivers de entrega en el módulo Delivery."
          },
          "response": []
        },
        {
          "name": "Crear check location de entrega",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{token}}",
                "type": "text",
                "description": "JWT Token para autenticación"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api/delivery/check-location",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api",
                "delivery",
                "check-location"
              ],
              "variable": []
            },
            "description": "Operación para realizar crear check location de entrega en el módulo Delivery.",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"checkoutId\": \"8f8b88cc-5b12-42bb-92dd-a99f36f4d259\",\n  \"address\": \"Urbanización Las Mercedes, Calle Orinoco, Torre Dylema, Piso 4\",\n  \"city\": \"Caracas\",\n  \"notes\": \"Entregar al agente de seguridad de turno\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "Crear check address de entrega",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{token}}",
                "type": "text",
                "description": "JWT Token para autenticación"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api/delivery/check-address",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api",
                "delivery",
                "check-address"
              ],
              "variable": []
            },
            "description": "Operación para realizar crear check address de entrega en el módulo Delivery.",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"checkoutId\": \"8f8b88cc-5b12-42bb-92dd-a99f36f4d259\",\n  \"address\": \"Urbanización Las Mercedes, Calle Orinoco, Torre Dylema, Piso 4\",\n  \"city\": \"Caracas\",\n  \"notes\": \"Entregar al agente de seguridad de turno\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        }
      ]
    },
    {
      "name": "Email Configs",
      "item": [
        {
          "name": "Listar configuraciones de email",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{token}}",
                "type": "text",
                "description": "JWT Token para autenticación"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api/email-configs",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api",
                "email-configs"
              ],
              "variable": []
            },
            "description": "Operación para realizar listar configuraciones de email en el módulo Email Configs."
          },
          "response": []
        },
        {
          "name": "Obtener event de configuración de email",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{token}}",
                "type": "text",
                "description": "JWT Token para autenticación"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api/email-configs/event/:event",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api",
                "email-configs",
                "event",
                ":event"
              ],
              "variable": [
                {
                  "key": "event",
                  "value": "8f8b88cc-5b12-42bb-92dd-a99f36f4d259",
                  "description": "ID de email configs"
                }
              ]
            },
            "description": "Operación para realizar obtener event de configuración de email en el módulo Email Configs."
          },
          "response": []
        },
        {
          "name": "Crear configuración de email",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{token}}",
                "type": "text",
                "description": "JWT Token para autenticación"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api/email-configs",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api",
                "email-configs"
              ],
              "variable": []
            },
            "description": "Operación para realizar crear configuración de email en el módulo Email Configs.",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"provider\": \"smtp\",\n  \"host\": \"smtp.mailgun.org\",\n  \"port\": 587,\n  \"username\": \"postmaster@dylema.dev\",\n  \"password\": \"smtp_secret_password_here\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "Obtener check domain de configuración de email",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{token}}",
                "type": "text",
                "description": "JWT Token para autenticación"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api/email-configs/check-domain/:domain",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api",
                "email-configs",
                "check-domain",
                ":domain"
              ],
              "variable": [
                {
                  "key": "domain",
                  "value": "8f8b88cc-5b12-42bb-92dd-a99f36f4d259",
                  "description": "ID de email configs"
                }
              ]
            },
            "description": "Operación para realizar obtener check domain de configuración de email en el módulo Email Configs."
          },
          "response": []
        },
        {
          "name": "Listar config de configuraciones de email",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{token}}",
                "type": "text",
                "description": "JWT Token para autenticación"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api/email-configs/config",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api",
                "email-configs",
                "config"
              ],
              "variable": []
            },
            "description": "Operación para realizar listar config de configuraciones de email en el módulo Email Configs."
          },
          "response": []
        }
      ]
    },
    {
      "name": "Campaigns",
      "item": [
        {
          "name": "Listar campañas",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{token}}",
                "type": "text",
                "description": "JWT Token para autenticación"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api/campaigns",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api",
                "campaigns"
              ],
              "variable": []
            },
            "description": "Operación para realizar listar campañas en el módulo Campaigns."
          },
          "response": []
        },
        {
          "name": "Obtener campaña por ID",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{token}}",
                "type": "text",
                "description": "JWT Token para autenticación"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api/campaigns/:id",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api",
                "campaigns",
                ":id"
              ],
              "variable": [
                {
                  "key": "id",
                  "value": "8f8b88cc-5b12-42bb-92dd-a99f36f4d259",
                  "description": "ID de campaigns"
                }
              ]
            },
            "description": "Operación para realizar obtener campaña por id en el módulo Campaigns."
          },
          "response": []
        },
        {
          "name": "Crear campaña",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{token}}",
                "type": "text",
                "description": "JWT Token para autenticación"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api/campaigns",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api",
                "campaigns"
              ],
              "variable": []
            },
            "description": "Operación para realizar crear campaña en el módulo Campaigns.",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"name\": \"Campaña de Renivelación de Saldos\",\n  \"description\": \"Recordatorio de deudas pendientes a clientes\",\n  \"campaignTemplateId\": \"b1a6cde2-98ee-44cc-a9fe-e91122334455\",\n  \"scheduledAt\": \"2026-05-25T14:30:00Z\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "Actualizar campaña",
          "request": {
            "method": "PATCH",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{token}}",
                "type": "text",
                "description": "JWT Token para autenticación"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api/campaigns/:id",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api",
                "campaigns",
                ":id"
              ],
              "variable": [
                {
                  "key": "id",
                  "value": "8f8b88cc-5b12-42bb-92dd-a99f36f4d259",
                  "description": "ID de campaigns"
                }
              ]
            },
            "description": "Operación para realizar actualizar campaña en el módulo Campaigns.",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"name\": \"Campaña de Renivelación de Saldos\",\n  \"description\": \"Recordatorio de deudas pendientes a clientes\",\n  \"campaignTemplateId\": \"b1a6cde2-98ee-44cc-a9fe-e91122334455\",\n  \"scheduledAt\": \"2026-05-25T14:30:00Z\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "Eliminar campaña",
          "request": {
            "method": "DELETE",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{token}}",
                "type": "text",
                "description": "JWT Token para autenticación"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api/campaigns/:id",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api",
                "campaigns",
                ":id"
              ],
              "variable": [
                {
                  "key": "id",
                  "value": "8f8b88cc-5b12-42bb-92dd-a99f36f4d259",
                  "description": "ID de campaigns"
                }
              ]
            },
            "description": "Operación para realizar eliminar campaña en el módulo Campaigns."
          },
          "response": []
        },
        {
          "name": "Crear resolve recipients de campaña",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{token}}",
                "type": "text",
                "description": "JWT Token para autenticación"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api/campaigns/:id/resolve-recipients",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api",
                "campaigns",
                ":id",
                "resolve-recipients"
              ],
              "variable": [
                {
                  "key": "id",
                  "value": "8f8b88cc-5b12-42bb-92dd-a99f36f4d259",
                  "description": "ID de campaigns"
                }
              ]
            },
            "description": "Operación para realizar crear resolve recipients de campaña en el módulo Campaigns.",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"name\": \"Campaña de Renivelación de Saldos\",\n  \"description\": \"Recordatorio de deudas pendientes a clientes\",\n  \"campaignTemplateId\": \"b1a6cde2-98ee-44cc-a9fe-e91122334455\",\n  \"scheduledAt\": \"2026-05-25T14:30:00Z\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "Crear execute de campaña",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{token}}",
                "type": "text",
                "description": "JWT Token para autenticación"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api/campaigns/:id/execute",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api",
                "campaigns",
                ":id",
                "execute"
              ],
              "variable": [
                {
                  "key": "id",
                  "value": "8f8b88cc-5b12-42bb-92dd-a99f36f4d259",
                  "description": "ID de campaigns"
                }
              ]
            },
            "description": "Operación para realizar crear execute de campaña en el módulo Campaigns.",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"name\": \"Campaña de Renivelación de Saldos\",\n  \"description\": \"Recordatorio de deudas pendientes a clientes\",\n  \"campaignTemplateId\": \"b1a6cde2-98ee-44cc-a9fe-e91122334455\",\n  \"scheduledAt\": \"2026-05-25T14:30:00Z\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "Crear pause de campaña",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{token}}",
                "type": "text",
                "description": "JWT Token para autenticación"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api/campaigns/:id/pause",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api",
                "campaigns",
                ":id",
                "pause"
              ],
              "variable": [
                {
                  "key": "id",
                  "value": "8f8b88cc-5b12-42bb-92dd-a99f36f4d259",
                  "description": "ID de campaigns"
                }
              ]
            },
            "description": "Operación para realizar crear pause de campaña en el módulo Campaigns.",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"name\": \"Campaña de Renivelación de Saldos\",\n  \"description\": \"Recordatorio de deudas pendientes a clientes\",\n  \"campaignTemplateId\": \"b1a6cde2-98ee-44cc-a9fe-e91122334455\",\n  \"scheduledAt\": \"2026-05-25T14:30:00Z\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "Crear resume de campaña",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{token}}",
                "type": "text",
                "description": "JWT Token para autenticación"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api/campaigns/:id/resume",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api",
                "campaigns",
                ":id",
                "resume"
              ],
              "variable": [
                {
                  "key": "id",
                  "value": "8f8b88cc-5b12-42bb-92dd-a99f36f4d259",
                  "description": "ID de campaigns"
                }
              ]
            },
            "description": "Operación para realizar crear resume de campaña en el módulo Campaigns.",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"name\": \"Campaña de Renivelación de Saldos\",\n  \"description\": \"Recordatorio de deudas pendientes a clientes\",\n  \"campaignTemplateId\": \"b1a6cde2-98ee-44cc-a9fe-e91122334455\",\n  \"scheduledAt\": \"2026-05-25T14:30:00Z\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        }
      ]
    },
    {
      "name": "Campaign Templates",
      "item": [
        {
          "name": "Listar plantillas de campaña",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{token}}",
                "type": "text",
                "description": "JWT Token para autenticación"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api/campaign-templates",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api",
                "campaign-templates"
              ],
              "variable": []
            },
            "description": "Operación para realizar listar plantillas de campaña en el módulo Campaign Templates."
          },
          "response": []
        },
        {
          "name": "Obtener plantilla de campaña por ID",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{token}}",
                "type": "text",
                "description": "JWT Token para autenticación"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api/campaign-templates/:id",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api",
                "campaign-templates",
                ":id"
              ],
              "variable": [
                {
                  "key": "id",
                  "value": "8f8b88cc-5b12-42bb-92dd-a99f36f4d259",
                  "description": "ID de campaign templates"
                }
              ]
            },
            "description": "Operación para realizar obtener plantilla de campaña por id en el módulo Campaign Templates."
          },
          "response": []
        },
        {
          "name": "Crear plantilla de campaña",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{token}}",
                "type": "text",
                "description": "JWT Token para autenticación"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api/campaign-templates",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api",
                "campaign-templates"
              ],
              "variable": []
            },
            "description": "Operación para realizar crear plantilla de campaña en el módulo Campaign Templates.",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"name\": \"Plantilla Notificación SMS Vencimiento\",\n  \"content\": \"Estimado cliente {firstName}, le recordamos su pago pendiente de {total} USD.\",\n  \"channel\": \"SMS\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "Actualizar plantilla de campaña",
          "request": {
            "method": "PATCH",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{token}}",
                "type": "text",
                "description": "JWT Token para autenticación"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api/campaign-templates/:id",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api",
                "campaign-templates",
                ":id"
              ],
              "variable": [
                {
                  "key": "id",
                  "value": "8f8b88cc-5b12-42bb-92dd-a99f36f4d259",
                  "description": "ID de campaign templates"
                }
              ]
            },
            "description": "Operación para realizar actualizar plantilla de campaña en el módulo Campaign Templates.",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"name\": \"Plantilla Notificación SMS Vencimiento\",\n  \"content\": \"Estimado cliente {firstName}, le recordamos su pago pendiente de {total} USD.\",\n  \"channel\": \"SMS\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "Eliminar plantilla de campaña",
          "request": {
            "method": "DELETE",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{token}}",
                "type": "text",
                "description": "JWT Token para autenticación"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api/campaign-templates/:id",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api",
                "campaign-templates",
                ":id"
              ],
              "variable": [
                {
                  "key": "id",
                  "value": "8f8b88cc-5b12-42bb-92dd-a99f36f4d259",
                  "description": "ID de campaign templates"
                }
              ]
            },
            "description": "Operación para realizar eliminar plantilla de campaña en el módulo Campaign Templates."
          },
          "response": []
        }
      ]
    },
    {
      "name": "Webhooks",
      "item": [
        {
          "name": "Reenviar emails en webhook",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{token}}",
                "type": "text",
                "description": "JWT Token para autenticación"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api/webhooks/emails/resend",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api",
                "webhooks",
                "emails",
                "resend"
              ],
              "variable": []
            },
            "description": "Operación para realizar reenviar emails en webhook en el módulo Webhooks.",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"name\": \"Notificador de Pagos Recibidos\",\n  \"url\": \"https://mi-sistema.com/webhooks/pagos\",\n  \"events\": [\n    \"payment.approved\",\n    \"payment.rejected\"\n  ]\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "Listar config de webhooks",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{token}}",
                "type": "text",
                "description": "JWT Token para autenticación"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api/webhooks/config",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api",
                "webhooks",
                "config"
              ],
              "variable": []
            },
            "description": "Operación para realizar listar config de webhooks en el módulo Webhooks."
          },
          "response": []
        },
        {
          "name": "Crear elevenlabs callbacks de webhook",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{token}}",
                "type": "text",
                "description": "JWT Token para autenticación"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api/webhooks/elevenlabs/callbacks",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api",
                "webhooks",
                "elevenlabs",
                "callbacks"
              ],
              "variable": []
            },
            "description": "Operación para realizar crear elevenlabs callbacks de webhook en el módulo Webhooks.",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"name\": \"Notificador de Pagos Recibidos\",\n  \"url\": \"https://mi-sistema.com/webhooks/pagos\",\n  \"events\": [\n    \"payment.approved\",\n    \"payment.rejected\"\n  ]\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        }
      ]
    },
    {
      "name": "Driver",
      "item": [
        {
          "name": "Actualizar status online de conductor",
          "request": {
            "method": "PATCH",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{token}}",
                "type": "text",
                "description": "JWT Token para autenticación"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api/driver/status/online",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api",
                "driver",
                "status",
                "online"
              ],
              "variable": []
            },
            "description": "Operación para realizar actualizar status online de conductor en el módulo Driver.",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"name\": \"Carlos Rodríguez\",\n  \"phone\": \"+584141112233\",\n  \"licensePlate\": \"AE-123-XX\",\n  \"vehicle\": \"Chevrolet Spark 2012\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "Actualizar status busy de conductor",
          "request": {
            "method": "PATCH",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{token}}",
                "type": "text",
                "description": "JWT Token para autenticación"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api/driver/status/busy",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api",
                "driver",
                "status",
                "busy"
              ],
              "variable": []
            },
            "description": "Operación para realizar actualizar status busy de conductor en el módulo Driver.",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"name\": \"Carlos Rodríguez\",\n  \"phone\": \"+584141112233\",\n  \"licensePlate\": \"AE-123-XX\",\n  \"vehicle\": \"Chevrolet Spark 2012\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "Actualizar location de conductor",
          "request": {
            "method": "PATCH",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{token}}",
                "type": "text",
                "description": "JWT Token para autenticación"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api/driver/location",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api",
                "driver",
                "location"
              ],
              "variable": []
            },
            "description": "Operación para realizar actualizar location de conductor en el módulo Driver.",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"name\": \"Carlos Rodríguez\",\n  \"phone\": \"+584141112233\",\n  \"licensePlate\": \"AE-123-XX\",\n  \"vehicle\": \"Chevrolet Spark 2012\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "Listar orders de conductores",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{token}}",
                "type": "text",
                "description": "JWT Token para autenticación"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api/driver/orders",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api",
                "driver",
                "orders"
              ],
              "variable": []
            },
            "description": "Operación para realizar listar orders de conductores en el módulo Driver."
          },
          "response": []
        },
        {
          "name": "Actualizar orders accept de conductor",
          "request": {
            "method": "PATCH",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{token}}",
                "type": "text",
                "description": "JWT Token para autenticación"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api/driver/orders/:id/accept",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api",
                "driver",
                "orders",
                ":id",
                "accept"
              ],
              "variable": [
                {
                  "key": "id",
                  "value": "8f8b88cc-5b12-42bb-92dd-a99f36f4d259",
                  "description": "ID de driver"
                }
              ]
            },
            "description": "Operación para realizar actualizar orders accept de conductor en el módulo Driver.",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"name\": \"Carlos Rodríguez\",\n  \"phone\": \"+584141112233\",\n  \"licensePlate\": \"AE-123-XX\",\n  \"vehicle\": \"Chevrolet Spark 2012\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "Actualizar orders ship de conductor",
          "request": {
            "method": "PATCH",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{token}}",
                "type": "text",
                "description": "JWT Token para autenticación"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api/driver/orders/:id/ship",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api",
                "driver",
                "orders",
                ":id",
                "ship"
              ],
              "variable": [
                {
                  "key": "id",
                  "value": "8f8b88cc-5b12-42bb-92dd-a99f36f4d259",
                  "description": "ID de driver"
                }
              ]
            },
            "description": "Operación para realizar actualizar orders ship de conductor en el módulo Driver.",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"name\": \"Carlos Rodríguez\",\n  \"phone\": \"+584141112233\",\n  \"licensePlate\": \"AE-123-XX\",\n  \"vehicle\": \"Chevrolet Spark 2012\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "Actualizar orders deliver de conductor",
          "request": {
            "method": "PATCH",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{token}}",
                "type": "text",
                "description": "JWT Token para autenticación"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api/driver/orders/:id/deliver",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api",
                "driver",
                "orders",
                ":id",
                "deliver"
              ],
              "variable": [
                {
                  "key": "id",
                  "value": "8f8b88cc-5b12-42bb-92dd-a99f36f4d259",
                  "description": "ID de driver"
                }
              ]
            },
            "description": "Operación para realizar actualizar orders deliver de conductor en el módulo Driver.",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"name\": \"Carlos Rodríguez\",\n  \"phone\": \"+584141112233\",\n  \"licensePlate\": \"AE-123-XX\",\n  \"vehicle\": \"Chevrolet Spark 2012\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "Listar stats de conductores",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{token}}",
                "type": "text",
                "description": "JWT Token para autenticación"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api/driver/stats",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api",
                "driver",
                "stats"
              ],
              "variable": []
            },
            "description": "Operación para realizar listar stats de conductores en el módulo Driver."
          },
          "response": []
        },
        {
          "name": "Actualizar orders status de conductor",
          "request": {
            "method": "PATCH",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{token}}",
                "type": "text",
                "description": "JWT Token para autenticación"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api/driver/orders/:id/status",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api",
                "driver",
                "orders",
                ":id",
                "status"
              ],
              "variable": [
                {
                  "key": "id",
                  "value": "8f8b88cc-5b12-42bb-92dd-a99f36f4d259",
                  "description": "ID de driver"
                }
              ]
            },
            "description": "Operación para realizar actualizar orders status de conductor en el módulo Driver.",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"name\": \"Carlos Rodríguez\",\n  \"phone\": \"+584141112233\",\n  \"licensePlate\": \"AE-123-XX\",\n  \"vehicle\": \"Chevrolet Spark 2012\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        }
      ]
    },
    {
      "name": "Queues",
      "item": [
        {
          "name": "Listar potential agents de colas",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{token}}",
                "type": "text",
                "description": "JWT Token para autenticación"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api/queues/potential-agents",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api",
                "queues",
                "potential-agents"
              ],
              "variable": []
            },
            "description": "Operación para realizar listar potential agents de colas en el módulo Queues."
          },
          "response": []
        },
        {
          "name": "Listar colas",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{token}}",
                "type": "text",
                "description": "JWT Token para autenticación"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api/queues",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api",
                "queues"
              ],
              "variable": []
            },
            "description": "Operación para realizar listar colas en el módulo Queues."
          },
          "response": []
        },
        {
          "name": "Obtener cola por ID",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{token}}",
                "type": "text",
                "description": "JWT Token para autenticación"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api/queues/:id",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api",
                "queues",
                ":id"
              ],
              "variable": [
                {
                  "key": "id",
                  "value": "8f8b88cc-5b12-42bb-92dd-a99f36f4d259",
                  "description": "ID de queues"
                }
              ]
            },
            "description": "Operación para realizar obtener cola por id en el módulo Queues."
          },
          "response": []
        },
        {
          "name": "Crear cola",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{token}}",
                "type": "text",
                "description": "JWT Token para autenticación"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api/queues",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api",
                "queues"
              ],
              "variable": []
            },
            "description": "Operación para realizar crear cola en el módulo Queues.",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"name\": \"Cola Ventas Fibra\",\n  \"strategy\": \"least-recent\",\n  \"timeout\": 30\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "Actualizar cola",
          "request": {
            "method": "PUT",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{token}}",
                "type": "text",
                "description": "JWT Token para autenticación"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api/queues/:id",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api",
                "queues",
                ":id"
              ],
              "variable": [
                {
                  "key": "id",
                  "value": "8f8b88cc-5b12-42bb-92dd-a99f36f4d259",
                  "description": "ID de queues"
                }
              ]
            },
            "description": "Operación para realizar actualizar cola en el módulo Queues.",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"name\": \"Cola Ventas Fibra\",\n  \"strategy\": \"least-recent\",\n  \"timeout\": 30\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "Eliminar cola",
          "request": {
            "method": "DELETE",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{token}}",
                "type": "text",
                "description": "JWT Token para autenticación"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api/queues/:id",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api",
                "queues",
                ":id"
              ],
              "variable": [
                {
                  "key": "id",
                  "value": "8f8b88cc-5b12-42bb-92dd-a99f36f4d259",
                  "description": "ID de queues"
                }
              ]
            },
            "description": "Operación para realizar eliminar cola en el módulo Queues."
          },
          "response": []
        },
        {
          "name": "Crear members de cola",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{token}}",
                "type": "text",
                "description": "JWT Token para autenticación"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api/queues/:id/members",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api",
                "queues",
                ":id",
                "members"
              ],
              "variable": [
                {
                  "key": "id",
                  "value": "8f8b88cc-5b12-42bb-92dd-a99f36f4d259",
                  "description": "ID de queues"
                }
              ]
            },
            "description": "Operación para realizar crear members de cola en el módulo Queues.",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"name\": \"Cola Ventas Fibra\",\n  \"strategy\": \"least-recent\",\n  \"timeout\": 30\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "Eliminar members de cola",
          "request": {
            "method": "DELETE",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{token}}",
                "type": "text",
                "description": "JWT Token para autenticación"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api/queues/:id/members/:uniqueid",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api",
                "queues",
                ":id",
                "members",
                ":uniqueid"
              ],
              "variable": [
                {
                  "key": "id",
                  "value": "8f8b88cc-5b12-42bb-92dd-a99f36f4d259",
                  "description": "ID de queues"
                },
                {
                  "key": "uniqueid",
                  "value": "8f8b88cc-5b12-42bb-92dd-a99f36f4d259",
                  "description": "ID de queues"
                }
              ]
            },
            "description": "Operación para realizar eliminar members de cola en el módulo Queues."
          },
          "response": []
        }
      ]
    },
    {
      "name": "Asterisk Servers",
      "item": [
        {
          "name": "Listar servidores Asterisk",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{token}}",
                "type": "text",
                "description": "JWT Token para autenticación"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api/asterisk-servers",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api",
                "asterisk-servers"
              ],
              "variable": []
            },
            "description": "Operación para realizar listar servidores asterisk en el módulo Asterisk Servers."
          },
          "response": []
        },
        {
          "name": "Obtener servidor Asterisk por ID",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{token}}",
                "type": "text",
                "description": "JWT Token para autenticación"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api/asterisk-servers/:id",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api",
                "asterisk-servers",
                ":id"
              ],
              "variable": [
                {
                  "key": "id",
                  "value": "8f8b88cc-5b12-42bb-92dd-a99f36f4d259",
                  "description": "ID de asterisk servers"
                }
              ]
            },
            "description": "Operación para realizar obtener servidor asterisk por id en el módulo Asterisk Servers."
          },
          "response": []
        },
        {
          "name": "Crear servidor Asterisk",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{token}}",
                "type": "text",
                "description": "JWT Token para autenticación"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api/asterisk-servers",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api",
                "asterisk-servers"
              ],
              "variable": []
            },
            "description": "Operación para realizar crear servidor asterisk en el módulo Asterisk Servers.",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"name\": \"PBX Principal Caracas\",\n  \"host\": \"pbx.dylema.dev\",\n  \"port\": 5060\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "Actualizar servidor Asterisk",
          "request": {
            "method": "PATCH",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{token}}",
                "type": "text",
                "description": "JWT Token para autenticación"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api/asterisk-servers/:id",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api",
                "asterisk-servers",
                ":id"
              ],
              "variable": [
                {
                  "key": "id",
                  "value": "8f8b88cc-5b12-42bb-92dd-a99f36f4d259",
                  "description": "ID de asterisk servers"
                }
              ]
            },
            "description": "Operación para realizar actualizar servidor asterisk en el módulo Asterisk Servers.",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"name\": \"PBX Principal Caracas\",\n  \"host\": \"pbx.dylema.dev\",\n  \"port\": 5060\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "Eliminar servidor Asterisk",
          "request": {
            "method": "DELETE",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{token}}",
                "type": "text",
                "description": "JWT Token para autenticación"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api/asterisk-servers/:id",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api",
                "asterisk-servers",
                ":id"
              ],
              "variable": [
                {
                  "key": "id",
                  "value": "8f8b88cc-5b12-42bb-92dd-a99f36f4d259",
                  "description": "ID de asterisk servers"
                }
              ]
            },
            "description": "Operación para realizar eliminar servidor asterisk en el módulo Asterisk Servers."
          },
          "response": []
        }
      ]
    },
    {
      "name": "User Statuses",
      "item": [
        {
          "name": "Listar estados de usuario",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{token}}",
                "type": "text",
                "description": "JWT Token para autenticación"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api/user-statuses",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api",
                "user-statuses"
              ],
              "variable": []
            },
            "description": "Operación para realizar listar estados de usuario en el módulo User Statuses."
          },
          "response": []
        },
        {
          "name": "Obtener estado de usuario por ID",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{token}}",
                "type": "text",
                "description": "JWT Token para autenticación"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api/user-statuses/:id",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api",
                "user-statuses",
                ":id"
              ],
              "variable": [
                {
                  "key": "id",
                  "value": "8f8b88cc-5b12-42bb-92dd-a99f36f4d259",
                  "description": "ID de user statuses"
                }
              ]
            },
            "description": "Operación para realizar obtener estado de usuario por id en el módulo User Statuses."
          },
          "response": []
        },
        {
          "name": "Crear estado de usuario",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{token}}",
                "type": "text",
                "description": "JWT Token para autenticación"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api/user-statuses",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api",
                "user-statuses"
              ],
              "variable": []
            },
            "description": "Operación para realizar crear estado de usuario en el módulo User Statuses.",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"name\": \"En Almuerzo\",\n  \"color\": \"#FFA500\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "Actualizar estado de usuario",
          "request": {
            "method": "PATCH",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{token}}",
                "type": "text",
                "description": "JWT Token para autenticación"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api/user-statuses/:id",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api",
                "user-statuses",
                ":id"
              ],
              "variable": [
                {
                  "key": "id",
                  "value": "8f8b88cc-5b12-42bb-92dd-a99f36f4d259",
                  "description": "ID de user statuses"
                }
              ]
            },
            "description": "Operación para realizar actualizar estado de usuario en el módulo User Statuses.",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"name\": \"En Almuerzo\",\n  \"color\": \"#FFA500\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "Eliminar estado de usuario",
          "request": {
            "method": "DELETE",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{token}}",
                "type": "text",
                "description": "JWT Token para autenticación"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api/user-statuses/:id",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api",
                "user-statuses",
                ":id"
              ],
              "variable": [
                {
                  "key": "id",
                  "value": "8f8b88cc-5b12-42bb-92dd-a99f36f4d259",
                  "description": "ID de user statuses"
                }
              ]
            },
            "description": "Operación para realizar eliminar estado de usuario en el módulo User Statuses."
          },
          "response": []
        },
        {
          "name": "Crear set de estado de usuario",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{token}}",
                "type": "text",
                "description": "JWT Token para autenticación"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api/user-statuses/set",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api",
                "user-statuses",
                "set"
              ],
              "variable": []
            },
            "description": "Operación para realizar crear set de estado de usuario en el módulo User Statuses.",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"name\": \"En Almuerzo\",\n  \"color\": \"#FFA500\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        }
      ]
    },
    {
      "name": "Storage",
      "item": [
        {
          "name": "Subir archivo de almacenamiento",
          "request": {
            "method": "PUT",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{token}}",
                "type": "text",
                "description": "JWT Token para autenticación"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api/storage/local-upload",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api",
                "storage",
                "local-upload"
              ],
              "variable": []
            },
            "description": "Operación para realizar subir archivo de almacenamiento en el módulo Storage.",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"key\": \"contratos/contrato_123.pdf\",\n  \"bucket\": \"dylema-customer-contracts\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        }
      ]
    },
    {
      "name": "Agent",
      "item": [
        {
          "name": "Obtener webhook de agente",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{token}}",
                "type": "text",
                "description": "JWT Token para autenticación"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api/agent/webhook/:channelId",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api",
                "agent",
                "webhook",
                ":channelId"
              ],
              "variable": [
                {
                  "key": "channelId",
                  "value": "8f8b88cc-5b12-42bb-92dd-a99f36f4d259",
                  "description": "ID de agent"
                }
              ]
            },
            "description": "Operación para realizar obtener webhook de agente en el módulo Agent."
          },
          "response": []
        },
        {
          "name": "Crear webhook de agente",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{token}}",
                "type": "text",
                "description": "JWT Token para autenticación"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api/agent/webhook/:channelId",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api",
                "agent",
                "webhook",
                ":channelId"
              ],
              "variable": [
                {
                  "key": "channelId",
                  "value": "8f8b88cc-5b12-42bb-92dd-a99f36f4d259",
                  "description": "ID de agent"
                }
              ]
            },
            "description": "Operación para realizar crear webhook de agente en el módulo Agent.",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"userId\": \"c3b8a6cd-9430-4eeb-b639-68ea9f135b44\",\n  \"queueId\": \"d9b8e6ca-94cd-4eeb-a8ff-69ea11223344\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "Listar channels de agentes",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{token}}",
                "type": "text",
                "description": "JWT Token para autenticación"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api/agent/channels",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api",
                "agent",
                "channels"
              ],
              "variable": []
            },
            "description": "Operación para realizar listar channels de agentes en el módulo Agent."
          },
          "response": []
        },
        {
          "name": "Obtener channels de agente",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{token}}",
                "type": "text",
                "description": "JWT Token para autenticación"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api/agent/channels/:id",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api",
                "agent",
                "channels",
                ":id"
              ],
              "variable": [
                {
                  "key": "id",
                  "value": "8f8b88cc-5b12-42bb-92dd-a99f36f4d259",
                  "description": "ID de agent"
                }
              ]
            },
            "description": "Operación para realizar obtener channels de agente en el módulo Agent."
          },
          "response": []
        },
        {
          "name": "Crear channels de agente",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{token}}",
                "type": "text",
                "description": "JWT Token para autenticación"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api/agent/channels",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api",
                "agent",
                "channels"
              ],
              "variable": []
            },
            "description": "Operación para realizar crear channels de agente en el módulo Agent.",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"userId\": \"c3b8a6cd-9430-4eeb-b639-68ea9f135b44\",\n  \"queueId\": \"d9b8e6ca-94cd-4eeb-a8ff-69ea11223344\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "Actualizar channels de agente",
          "request": {
            "method": "PUT",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{token}}",
                "type": "text",
                "description": "JWT Token para autenticación"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api/agent/channels/:id",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api",
                "agent",
                "channels",
                ":id"
              ],
              "variable": [
                {
                  "key": "id",
                  "value": "8f8b88cc-5b12-42bb-92dd-a99f36f4d259",
                  "description": "ID de agent"
                }
              ]
            },
            "description": "Operación para realizar actualizar channels de agente en el módulo Agent.",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"userId\": \"c3b8a6cd-9430-4eeb-b639-68ea9f135b44\",\n  \"queueId\": \"d9b8e6ca-94cd-4eeb-a8ff-69ea11223344\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "Eliminar channels de agente",
          "request": {
            "method": "DELETE",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{token}}",
                "type": "text",
                "description": "JWT Token para autenticación"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api/agent/channels/:id",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api",
                "agent",
                "channels",
                ":id"
              ],
              "variable": [
                {
                  "key": "id",
                  "value": "8f8b88cc-5b12-42bb-92dd-a99f36f4d259",
                  "description": "ID de agent"
                }
              ]
            },
            "description": "Operación para realizar eliminar channels de agente en el módulo Agent."
          },
          "response": []
        },
        {
          "name": "Obtener conversations de agente",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{token}}",
                "type": "text",
                "description": "JWT Token para autenticación"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api/agent/conversations/:id",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api",
                "agent",
                "conversations",
                ":id"
              ],
              "variable": [
                {
                  "key": "id",
                  "value": "8f8b88cc-5b12-42bb-92dd-a99f36f4d259",
                  "description": "ID de agent"
                }
              ]
            },
            "description": "Operación para realizar obtener conversations de agente en el módulo Agent."
          },
          "response": []
        },
        {
          "name": "Listar conversations de agentes",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{token}}",
                "type": "text",
                "description": "JWT Token para autenticación"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api/agent/conversations",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api",
                "agent",
                "conversations"
              ],
              "variable": []
            },
            "description": "Operación para realizar listar conversations de agentes en el módulo Agent."
          },
          "response": []
        },
        {
          "name": "Obtener conversations de agente",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{token}}",
                "type": "text",
                "description": "JWT Token para autenticación"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api/agent/conversations/:id",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api",
                "agent",
                "conversations",
                ":id"
              ],
              "variable": [
                {
                  "key": "id",
                  "value": "8f8b88cc-5b12-42bb-92dd-a99f36f4d259",
                  "description": "ID de agent"
                }
              ]
            },
            "description": "Operación para realizar obtener conversations de agente en el módulo Agent."
          },
          "response": []
        },
        {
          "name": "Obtener conversations messages de agente",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{token}}",
                "type": "text",
                "description": "JWT Token para autenticación"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api/agent/conversations/:id/messages",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api",
                "agent",
                "conversations",
                ":id",
                "messages"
              ],
              "variable": [
                {
                  "key": "id",
                  "value": "8f8b88cc-5b12-42bb-92dd-a99f36f4d259",
                  "description": "ID de agent"
                }
              ]
            },
            "description": "Operación para realizar obtener conversations messages de agente en el módulo Agent."
          },
          "response": []
        },
        {
          "name": "Actualizar conversations resolve de agente",
          "request": {
            "method": "PATCH",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{token}}",
                "type": "text",
                "description": "JWT Token para autenticación"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api/agent/conversations/:id/resolve",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api",
                "agent",
                "conversations",
                ":id",
                "resolve"
              ],
              "variable": [
                {
                  "key": "id",
                  "value": "8f8b88cc-5b12-42bb-92dd-a99f36f4d259",
                  "description": "ID de agent"
                }
              ]
            },
            "description": "Operación para realizar actualizar conversations resolve de agente en el módulo Agent.",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"userId\": \"c3b8a6cd-9430-4eeb-b639-68ea9f135b44\",\n  \"queueId\": \"d9b8e6ca-94cd-4eeb-a8ff-69ea11223344\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        }
      ]
    },
    {
      "name": "Payment Methods",
      "item": [
        {
          "name": "Listar métodos de pago",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{token}}",
                "type": "text",
                "description": "JWT Token para autenticación"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api/payment-methods",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api",
                "payment-methods"
              ],
              "variable": []
            },
            "description": "Operación para realizar listar métodos de pago en el módulo Payment Methods."
          },
          "response": []
        },
        {
          "name": "Obtener método de pago por ID",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{token}}",
                "type": "text",
                "description": "JWT Token para autenticación"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api/payment-methods/:id",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api",
                "payment-methods",
                ":id"
              ],
              "variable": [
                {
                  "key": "id",
                  "value": "8f8b88cc-5b12-42bb-92dd-a99f36f4d259",
                  "description": "ID de payment methods"
                }
              ]
            },
            "description": "Operación para realizar obtener método de pago por id en el módulo Payment Methods."
          },
          "response": []
        },
        {
          "name": "Crear método de pago",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{token}}",
                "type": "text",
                "description": "JWT Token para autenticación"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api/payment-methods",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api",
                "payment-methods"
              ],
              "variable": []
            },
            "description": "Operación para realizar crear método de pago en el módulo Payment Methods.",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"name\": \"Pago Móvil Mercantil\",\n  \"provider\": \"pago-movil\",\n  \"config\": {\n    \"phone\": \"+584121234567\",\n    \"rif\": \"J-12345678-0\"\n  }\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "Actualizar método de pago",
          "request": {
            "method": "PUT",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{token}}",
                "type": "text",
                "description": "JWT Token para autenticación"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api/payment-methods/:id",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api",
                "payment-methods",
                ":id"
              ],
              "variable": [
                {
                  "key": "id",
                  "value": "8f8b88cc-5b12-42bb-92dd-a99f36f4d259",
                  "description": "ID de payment methods"
                }
              ]
            },
            "description": "Operación para realizar actualizar método de pago en el módulo Payment Methods.",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"name\": \"Pago Móvil Mercantil\",\n  \"provider\": \"pago-movil\",\n  \"config\": {\n    \"phone\": \"+584121234567\",\n    \"rif\": \"J-12345678-0\"\n  }\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "Alternar de método de pago",
          "request": {
            "method": "PATCH",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{token}}",
                "type": "text",
                "description": "JWT Token para autenticación"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api/payment-methods/:id/toggle",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api",
                "payment-methods",
                ":id",
                "toggle"
              ],
              "variable": [
                {
                  "key": "id",
                  "value": "8f8b88cc-5b12-42bb-92dd-a99f36f4d259",
                  "description": "ID de payment methods"
                }
              ]
            },
            "description": "Operación para realizar alternar de método de pago en el módulo Payment Methods.",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"name\": \"Pago Móvil Mercantil\",\n  \"provider\": \"pago-movil\",\n  \"config\": {\n    \"phone\": \"+584121234567\",\n    \"rif\": \"J-12345678-0\"\n  }\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "Eliminar método de pago",
          "request": {
            "method": "DELETE",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{token}}",
                "type": "text",
                "description": "JWT Token para autenticación"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api/payment-methods/:id",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api",
                "payment-methods",
                ":id"
              ],
              "variable": [
                {
                  "key": "id",
                  "value": "8f8b88cc-5b12-42bb-92dd-a99f36f4d259",
                  "description": "ID de payment methods"
                }
              ]
            },
            "description": "Operación para realizar eliminar método de pago en el módulo Payment Methods."
          },
          "response": []
        }
      ]
    },
    {
      "name": "Custom Fields",
      "item": [
        {
          "name": "Listar definitions de campos personalizados",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{token}}",
                "type": "text",
                "description": "JWT Token para autenticación"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api/custom-fields/definitions",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api",
                "custom-fields",
                "definitions"
              ],
              "variable": []
            },
            "description": "Operación para realizar listar definitions de campos personalizados en el módulo Custom Fields."
          },
          "response": []
        },
        {
          "name": "Crear definitions de campo personalizado",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{token}}",
                "type": "text",
                "description": "JWT Token para autenticación"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api/custom-fields/definitions",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api",
                "custom-fields",
                "definitions"
              ],
              "variable": []
            },
            "description": "Operación para realizar crear definitions de campo personalizado en el módulo Custom Fields.",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"name\": \"Nivel de Fibra (dBm)\",\n  \"type\": \"number\",\n  \"entity\": \"customer\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "Actualizar definitions de campo personalizado",
          "request": {
            "method": "PATCH",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{token}}",
                "type": "text",
                "description": "JWT Token para autenticación"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api/custom-fields/definitions/:id",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api",
                "custom-fields",
                "definitions",
                ":id"
              ],
              "variable": [
                {
                  "key": "id",
                  "value": "8f8b88cc-5b12-42bb-92dd-a99f36f4d259",
                  "description": "ID de custom fields"
                }
              ]
            },
            "description": "Operación para realizar actualizar definitions de campo personalizado en el módulo Custom Fields.",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"name\": \"Nivel de Fibra (dBm)\",\n  \"type\": \"number\",\n  \"entity\": \"customer\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "Eliminar definitions de campo personalizado",
          "request": {
            "method": "DELETE",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{token}}",
                "type": "text",
                "description": "JWT Token para autenticación"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api/custom-fields/definitions/:id",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api",
                "custom-fields",
                "definitions",
                ":id"
              ],
              "variable": [
                {
                  "key": "id",
                  "value": "8f8b88cc-5b12-42bb-92dd-a99f36f4d259",
                  "description": "ID de custom fields"
                }
              ]
            },
            "description": "Operación para realizar eliminar definitions de campo personalizado en el módulo Custom Fields."
          },
          "response": []
        },
        {
          "name": "Obtener values de campo personalizado",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{token}}",
                "type": "text",
                "description": "JWT Token para autenticación"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api/custom-fields/values/:entityId",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api",
                "custom-fields",
                "values",
                ":entityId"
              ],
              "variable": [
                {
                  "key": "entityId",
                  "value": "8f8b88cc-5b12-42bb-92dd-a99f36f4d259",
                  "description": "ID de custom fields"
                }
              ]
            },
            "description": "Operación para realizar obtener values de campo personalizado en el módulo Custom Fields."
          },
          "response": []
        },
        {
          "name": "Crear values de campo personalizado",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{token}}",
                "type": "text",
                "description": "JWT Token para autenticación"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api/custom-fields/values/:entityId",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api",
                "custom-fields",
                "values",
                ":entityId"
              ],
              "variable": [
                {
                  "key": "entityId",
                  "value": "8f8b88cc-5b12-42bb-92dd-a99f36f4d259",
                  "description": "ID de custom fields"
                }
              ]
            },
            "description": "Operación para realizar crear values de campo personalizado en el módulo Custom Fields.",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"name\": \"Nivel de Fibra (dBm)\",\n  \"type\": \"number\",\n  \"entity\": \"customer\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        }
      ]
    },
    {
      "name": "Tasks",
      "item": [
        {
          "name": "Listar projects de tareas",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{token}}",
                "type": "text",
                "description": "JWT Token para autenticación"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api/tasks/projects",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api",
                "tasks",
                "projects"
              ],
              "variable": []
            },
            "description": "Operación para realizar listar projects de tareas en el módulo Tasks."
          },
          "response": []
        },
        {
          "name": "Obtener projects de tarea",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{token}}",
                "type": "text",
                "description": "JWT Token para autenticación"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api/tasks/projects/:id",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api",
                "tasks",
                "projects",
                ":id"
              ],
              "variable": [
                {
                  "key": "id",
                  "value": "8f8b88cc-5b12-42bb-92dd-a99f36f4d259",
                  "description": "ID de tasks"
                }
              ]
            },
            "description": "Operación para realizar obtener projects de tarea en el módulo Tasks."
          },
          "response": []
        },
        {
          "name": "Crear projects de tarea",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{token}}",
                "type": "text",
                "description": "JWT Token para autenticación"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api/tasks/projects",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api",
                "tasks",
                "projects"
              ],
              "variable": []
            },
            "description": "Operación para realizar crear projects de tarea en el módulo Tasks.",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"title\": \"Visita técnica por módem dañado\",\n  \"description\": \"Realizar cambio de ONT y validar niveles de potencia óptica\",\n  \"customerId\": \"8f8b88cc-5b12-42bb-92dd-a99f36f4d259\",\n  \"dueDate\": \"2026-05-20T16:00:00Z\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "Actualizar projects de tarea",
          "request": {
            "method": "PATCH",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{token}}",
                "type": "text",
                "description": "JWT Token para autenticación"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api/tasks/projects/:id",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api",
                "tasks",
                "projects",
                ":id"
              ],
              "variable": [
                {
                  "key": "id",
                  "value": "8f8b88cc-5b12-42bb-92dd-a99f36f4d259",
                  "description": "ID de tasks"
                }
              ]
            },
            "description": "Operación para realizar actualizar projects de tarea en el módulo Tasks.",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"title\": \"Visita técnica por módem dañado\",\n  \"description\": \"Realizar cambio de ONT y validar niveles de potencia óptica\",\n  \"customerId\": \"8f8b88cc-5b12-42bb-92dd-a99f36f4d259\",\n  \"dueDate\": \"2026-05-20T16:00:00Z\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "Listar tareas",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{token}}",
                "type": "text",
                "description": "JWT Token para autenticación"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api/tasks",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api",
                "tasks"
              ],
              "variable": []
            },
            "description": "Operación para realizar listar tareas en el módulo Tasks."
          },
          "response": []
        },
        {
          "name": "Crear tarea",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{token}}",
                "type": "text",
                "description": "JWT Token para autenticación"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api/tasks",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api",
                "tasks"
              ],
              "variable": []
            },
            "description": "Operación para realizar crear tarea en el módulo Tasks.",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"title\": \"Visita técnica por módem dañado\",\n  \"description\": \"Realizar cambio de ONT y validar niveles de potencia óptica\",\n  \"customerId\": \"8f8b88cc-5b12-42bb-92dd-a99f36f4d259\",\n  \"dueDate\": \"2026-05-20T16:00:00Z\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "Actualizar tarea",
          "request": {
            "method": "PATCH",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{token}}",
                "type": "text",
                "description": "JWT Token para autenticación"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api/tasks/:id",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api",
                "tasks",
                ":id"
              ],
              "variable": [
                {
                  "key": "id",
                  "value": "8f8b88cc-5b12-42bb-92dd-a99f36f4d259",
                  "description": "ID de tasks"
                }
              ]
            },
            "description": "Operación para realizar actualizar tarea en el módulo Tasks.",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"title\": \"Visita técnica por módem dañado\",\n  \"description\": \"Realizar cambio de ONT y validar niveles de potencia óptica\",\n  \"customerId\": \"8f8b88cc-5b12-42bb-92dd-a99f36f4d259\",\n  \"dueDate\": \"2026-05-20T16:00:00Z\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "Crear move de tarea",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{token}}",
                "type": "text",
                "description": "JWT Token para autenticación"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api/tasks/:id/move",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api",
                "tasks",
                ":id",
                "move"
              ],
              "variable": [
                {
                  "key": "id",
                  "value": "8f8b88cc-5b12-42bb-92dd-a99f36f4d259",
                  "description": "ID de tasks"
                }
              ]
            },
            "description": "Operación para realizar crear move de tarea en el módulo Tasks.",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"title\": \"Visita técnica por módem dañado\",\n  \"description\": \"Realizar cambio de ONT y validar niveles de potencia óptica\",\n  \"customerId\": \"8f8b88cc-5b12-42bb-92dd-a99f36f4d259\",\n  \"dueDate\": \"2026-05-20T16:00:00Z\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "Eliminar tarea",
          "request": {
            "method": "DELETE",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{token}}",
                "type": "text",
                "description": "JWT Token para autenticación"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api/tasks/:id",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api",
                "tasks",
                ":id"
              ],
              "variable": [
                {
                  "key": "id",
                  "value": "8f8b88cc-5b12-42bb-92dd-a99f36f4d259",
                  "description": "ID de tasks"
                }
              ]
            },
            "description": "Operación para realizar eliminar tarea en el módulo Tasks."
          },
          "response": []
        }
      ]
    },
    {
      "name": "Analytics",
      "item": [
        {
          "name": "Listar datalakes mapped de analíticas",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{token}}",
                "type": "text",
                "description": "JWT Token para autenticación"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api/analytics/datalakes/mapped",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api",
                "analytics",
                "datalakes",
                "mapped"
              ],
              "variable": []
            },
            "description": "Operación para realizar listar datalakes mapped de analíticas en el módulo Analytics."
          },
          "response": []
        },
        {
          "name": "Listar datalakes de analíticas",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{token}}",
                "type": "text",
                "description": "JWT Token para autenticación"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api/analytics/datalakes",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api",
                "analytics",
                "datalakes"
              ],
              "variable": []
            },
            "description": "Operación para realizar listar datalakes de analíticas en el módulo Analytics."
          },
          "response": []
        },
        {
          "name": "Crear datalakes de analítica",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{token}}",
                "type": "text",
                "description": "JWT Token para autenticación"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api/analytics/datalakes",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api",
                "analytics",
                "datalakes"
              ],
              "variable": []
            },
            "description": "Operación para realizar crear datalakes de analítica en el módulo Analytics.",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"metric\": \"sales_total_daily\",\n  \"value\": 4500\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "Obtener datalakes de analítica",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{token}}",
                "type": "text",
                "description": "JWT Token para autenticación"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api/analytics/datalakes/:id",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api",
                "analytics",
                "datalakes",
                ":id"
              ],
              "variable": [
                {
                  "key": "id",
                  "value": "8f8b88cc-5b12-42bb-92dd-a99f36f4d259",
                  "description": "ID de analytics"
                }
              ]
            },
            "description": "Operación para realizar obtener datalakes de analítica en el módulo Analytics."
          },
          "response": []
        },
        {
          "name": "Actualizar datalakes de analítica",
          "request": {
            "method": "PUT",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{token}}",
                "type": "text",
                "description": "JWT Token para autenticación"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api/analytics/datalakes/:id",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api",
                "analytics",
                "datalakes",
                ":id"
              ],
              "variable": [
                {
                  "key": "id",
                  "value": "8f8b88cc-5b12-42bb-92dd-a99f36f4d259",
                  "description": "ID de analytics"
                }
              ]
            },
            "description": "Operación para realizar actualizar datalakes de analítica en el módulo Analytics.",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"metric\": \"sales_total_daily\",\n  \"value\": 4500\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "Eliminar datalakes de analítica",
          "request": {
            "method": "DELETE",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{token}}",
                "type": "text",
                "description": "JWT Token para autenticación"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api/analytics/datalakes/:id",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api",
                "analytics",
                "datalakes",
                ":id"
              ],
              "variable": [
                {
                  "key": "id",
                  "value": "8f8b88cc-5b12-42bb-92dd-a99f36f4d259",
                  "description": "ID de analytics"
                }
              ]
            },
            "description": "Operación para realizar eliminar datalakes de analítica en el módulo Analytics."
          },
          "response": []
        },
        {
          "name": "Listar data sources de analíticas",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{token}}",
                "type": "text",
                "description": "JWT Token para autenticación"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api/analytics/data-sources",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api",
                "analytics",
                "data-sources"
              ],
              "variable": []
            },
            "description": "Operación para realizar listar data sources de analíticas en el módulo Analytics."
          },
          "response": []
        },
        {
          "name": "Crear data sources de analítica",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{token}}",
                "type": "text",
                "description": "JWT Token para autenticación"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api/analytics/data-sources",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api",
                "analytics",
                "data-sources"
              ],
              "variable": []
            },
            "description": "Operación para realizar crear data sources de analítica en el módulo Analytics.",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"metric\": \"sales_total_daily\",\n  \"value\": 4500\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "Obtener data sources de analítica",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{token}}",
                "type": "text",
                "description": "JWT Token para autenticación"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api/analytics/data-sources/:id",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api",
                "analytics",
                "data-sources",
                ":id"
              ],
              "variable": [
                {
                  "key": "id",
                  "value": "8f8b88cc-5b12-42bb-92dd-a99f36f4d259",
                  "description": "ID de analytics"
                }
              ]
            },
            "description": "Operación para realizar obtener data sources de analítica en el módulo Analytics."
          },
          "response": []
        },
        {
          "name": "Actualizar data sources de analítica",
          "request": {
            "method": "PUT",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{token}}",
                "type": "text",
                "description": "JWT Token para autenticación"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api/analytics/data-sources/:id",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api",
                "analytics",
                "data-sources",
                ":id"
              ],
              "variable": [
                {
                  "key": "id",
                  "value": "8f8b88cc-5b12-42bb-92dd-a99f36f4d259",
                  "description": "ID de analytics"
                }
              ]
            },
            "description": "Operación para realizar actualizar data sources de analítica en el módulo Analytics.",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"metric\": \"sales_total_daily\",\n  \"value\": 4500\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "Eliminar data sources de analítica",
          "request": {
            "method": "DELETE",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{token}}",
                "type": "text",
                "description": "JWT Token para autenticación"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api/analytics/data-sources/:id",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api",
                "analytics",
                "data-sources",
                ":id"
              ],
              "variable": [
                {
                  "key": "id",
                  "value": "8f8b88cc-5b12-42bb-92dd-a99f36f4d259",
                  "description": "ID de analytics"
                }
              ]
            },
            "description": "Operación para realizar eliminar data sources de analítica en el módulo Analytics."
          },
          "response": []
        },
        {
          "name": "Crear datalakes mapping preview de analítica",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{token}}",
                "type": "text",
                "description": "JWT Token para autenticación"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api/analytics/datalakes/:id/mapping-preview",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api",
                "analytics",
                "datalakes",
                ":id",
                "mapping-preview"
              ],
              "variable": [
                {
                  "key": "id",
                  "value": "8f8b88cc-5b12-42bb-92dd-a99f36f4d259",
                  "description": "ID de analytics"
                }
              ]
            },
            "description": "Operación para realizar crear datalakes mapping preview de analítica en el módulo Analytics.",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"metric\": \"sales_total_daily\",\n  \"value\": 4500\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "Crear datalakes mapping test de analítica",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{token}}",
                "type": "text",
                "description": "JWT Token para autenticación"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api/analytics/datalakes/:id/mapping-test",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api",
                "analytics",
                "datalakes",
                ":id",
                "mapping-test"
              ],
              "variable": [
                {
                  "key": "id",
                  "value": "8f8b88cc-5b12-42bb-92dd-a99f36f4d259",
                  "description": "ID de analytics"
                }
              ]
            },
            "description": "Operación para realizar crear datalakes mapping test de analítica en el módulo Analytics.",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"metric\": \"sales_total_daily\",\n  \"value\": 4500\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "Consultar en analítica",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{token}}",
                "type": "text",
                "description": "JWT Token para autenticación"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api/analytics/query",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api",
                "analytics",
                "query"
              ],
              "variable": []
            },
            "description": "Operación para realizar consultar en analítica en el módulo Analytics.",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"metric\": \"sales_total_daily\",\n  \"value\": 4500\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "Listar configs de analíticas",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{token}}",
                "type": "text",
                "description": "JWT Token para autenticación"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api/analytics/configs",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api",
                "analytics",
                "configs"
              ],
              "variable": []
            },
            "description": "Operación para realizar listar configs de analíticas en el módulo Analytics."
          },
          "response": []
        },
        {
          "name": "Obtener configs de analítica",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{token}}",
                "type": "text",
                "description": "JWT Token para autenticación"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api/analytics/configs/:id",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api",
                "analytics",
                "configs",
                ":id"
              ],
              "variable": [
                {
                  "key": "id",
                  "value": "8f8b88cc-5b12-42bb-92dd-a99f36f4d259",
                  "description": "ID de analytics"
                }
              ]
            },
            "description": "Operación para realizar obtener configs de analítica en el módulo Analytics."
          },
          "response": []
        },
        {
          "name": "Crear configs de analítica",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{token}}",
                "type": "text",
                "description": "JWT Token para autenticación"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api/analytics/configs",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api",
                "analytics",
                "configs"
              ],
              "variable": []
            },
            "description": "Operación para realizar crear configs de analítica en el módulo Analytics.",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"metric\": \"sales_total_daily\",\n  \"value\": 4500\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "Actualizar configs de analítica",
          "request": {
            "method": "PUT",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{token}}",
                "type": "text",
                "description": "JWT Token para autenticación"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api/analytics/configs/:id",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api",
                "analytics",
                "configs",
                ":id"
              ],
              "variable": [
                {
                  "key": "id",
                  "value": "8f8b88cc-5b12-42bb-92dd-a99f36f4d259",
                  "description": "ID de analytics"
                }
              ]
            },
            "description": "Operación para realizar actualizar configs de analítica en el módulo Analytics.",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"metric\": \"sales_total_daily\",\n  \"value\": 4500\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "Eliminar configs de analítica",
          "request": {
            "method": "DELETE",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{token}}",
                "type": "text",
                "description": "JWT Token para autenticación"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api/analytics/configs/:id",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api",
                "analytics",
                "configs",
                ":id"
              ],
              "variable": [
                {
                  "key": "id",
                  "value": "8f8b88cc-5b12-42bb-92dd-a99f36f4d259",
                  "description": "ID de analytics"
                }
              ]
            },
            "description": "Operación para realizar eliminar configs de analítica en el módulo Analytics."
          },
          "response": []
        },
        {
          "name": "Crear configs execute de analítica",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{token}}",
                "type": "text",
                "description": "JWT Token para autenticación"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api/analytics/configs/:id/execute",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api",
                "analytics",
                "configs",
                ":id",
                "execute"
              ],
              "variable": [
                {
                  "key": "id",
                  "value": "8f8b88cc-5b12-42bb-92dd-a99f36f4d259",
                  "description": "ID de analytics"
                }
              ]
            },
            "description": "Operación para realizar crear configs execute de analítica en el módulo Analytics.",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"metric\": \"sales_total_daily\",\n  \"value\": 4500\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "Obtener configs widgets de analítica",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{token}}",
                "type": "text",
                "description": "JWT Token para autenticación"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api/analytics/configs/:id/widgets",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api",
                "analytics",
                "configs",
                ":id",
                "widgets"
              ],
              "variable": [
                {
                  "key": "id",
                  "value": "8f8b88cc-5b12-42bb-92dd-a99f36f4d259",
                  "description": "ID de analytics"
                }
              ]
            },
            "description": "Operación para realizar obtener configs widgets de analítica en el módulo Analytics."
          },
          "response": []
        },
        {
          "name": "Crear configs widgets de analítica",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{token}}",
                "type": "text",
                "description": "JWT Token para autenticación"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api/analytics/configs/:id/widgets",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api",
                "analytics",
                "configs",
                ":id",
                "widgets"
              ],
              "variable": [
                {
                  "key": "id",
                  "value": "8f8b88cc-5b12-42bb-92dd-a99f36f4d259",
                  "description": "ID de analytics"
                }
              ]
            },
            "description": "Operación para realizar crear configs widgets de analítica en el módulo Analytics.",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"metric\": \"sales_total_daily\",\n  \"value\": 4500\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "Actualizar configs widgets de analítica",
          "request": {
            "method": "PUT",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{token}}",
                "type": "text",
                "description": "JWT Token para autenticación"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api/analytics/configs/widgets/:widgetId",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api",
                "analytics",
                "configs",
                "widgets",
                ":widgetId"
              ],
              "variable": [
                {
                  "key": "widgetId",
                  "value": "8f8b88cc-5b12-42bb-92dd-a99f36f4d259",
                  "description": "ID de analytics"
                }
              ]
            },
            "description": "Operación para realizar actualizar configs widgets de analítica en el módulo Analytics.",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"metric\": \"sales_total_daily\",\n  \"value\": 4500\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "Eliminar configs widgets de analítica",
          "request": {
            "method": "DELETE",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{token}}",
                "type": "text",
                "description": "JWT Token para autenticación"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api/analytics/configs/widgets/:widgetId",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api",
                "analytics",
                "configs",
                "widgets",
                ":widgetId"
              ],
              "variable": [
                {
                  "key": "widgetId",
                  "value": "8f8b88cc-5b12-42bb-92dd-a99f36f4d259",
                  "description": "ID de analytics"
                }
              ]
            },
            "description": "Operación para realizar eliminar configs widgets de analítica en el módulo Analytics."
          },
          "response": []
        }
      ]
    },
    {
      "name": "Dashboards",
      "item": [
        {
          "name": "Listar definitions de tableros de control",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{token}}",
                "type": "text",
                "description": "JWT Token para autenticación"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api/dashboards/definitions",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api",
                "dashboards",
                "definitions"
              ],
              "variable": []
            },
            "description": "Operación para realizar listar definitions de tableros de control en el módulo Dashboards."
          },
          "response": []
        },
        {
          "name": "Obtener definitions de tablero de control",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{token}}",
                "type": "text",
                "description": "JWT Token para autenticación"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api/dashboards/definitions/:id",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api",
                "dashboards",
                "definitions",
                ":id"
              ],
              "variable": [
                {
                  "key": "id",
                  "value": "8f8b88cc-5b12-42bb-92dd-a99f36f4d259",
                  "description": "ID de dashboards"
                }
              ]
            },
            "description": "Operación para realizar obtener definitions de tablero de control en el módulo Dashboards."
          },
          "response": []
        },
        {
          "name": "Crear definitions de tablero de control",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{token}}",
                "type": "text",
                "description": "JWT Token para autenticación"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api/dashboards/definitions",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api",
                "dashboards",
                "definitions"
              ],
              "variable": []
            },
            "description": "Operación para realizar crear definitions de tablero de control en el módulo Dashboards.",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"name\": \"Monitoreo Técnico\",\n  \"layout\": {\n    \"rows\": 3,\n    \"cols\": 4\n  }\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "Actualizar definitions de tablero de control",
          "request": {
            "method": "PUT",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{token}}",
                "type": "text",
                "description": "JWT Token para autenticación"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api/dashboards/definitions/:id",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api",
                "dashboards",
                "definitions",
                ":id"
              ],
              "variable": [
                {
                  "key": "id",
                  "value": "8f8b88cc-5b12-42bb-92dd-a99f36f4d259",
                  "description": "ID de dashboards"
                }
              ]
            },
            "description": "Operación para realizar actualizar definitions de tablero de control en el módulo Dashboards.",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"name\": \"Monitoreo Técnico\",\n  \"layout\": {\n    \"rows\": 3,\n    \"cols\": 4\n  }\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "Eliminar definitions de tablero de control",
          "request": {
            "method": "DELETE",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{token}}",
                "type": "text",
                "description": "JWT Token para autenticación"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api/dashboards/definitions/:id",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api",
                "dashboards",
                "definitions",
                ":id"
              ],
              "variable": [
                {
                  "key": "id",
                  "value": "8f8b88cc-5b12-42bb-92dd-a99f36f4d259",
                  "description": "ID de dashboards"
                }
              ]
            },
            "description": "Operación para realizar eliminar definitions de tablero de control en el módulo Dashboards."
          },
          "response": []
        },
        {
          "name": "Listar list de tableros de control",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{token}}",
                "type": "text",
                "description": "JWT Token para autenticación"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api/dashboards/list",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api",
                "dashboards",
                "list"
              ],
              "variable": []
            },
            "description": "Operación para realizar listar list de tableros de control en el módulo Dashboards."
          },
          "response": []
        },
        {
          "name": "Listar tableros de control",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{token}}",
                "type": "text",
                "description": "JWT Token para autenticación"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api/dashboards",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api",
                "dashboards"
              ],
              "variable": []
            },
            "description": "Operación para realizar listar tableros de control en el módulo Dashboards."
          },
          "response": []
        },
        {
          "name": "Crear tablero de control",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{token}}",
                "type": "text",
                "description": "JWT Token para autenticación"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api/dashboards",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api",
                "dashboards"
              ],
              "variable": []
            },
            "description": "Operación para realizar crear tablero de control en el módulo Dashboards.",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"name\": \"Monitoreo Técnico\",\n  \"layout\": {\n    \"rows\": 3,\n    \"cols\": 4\n  }\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "Actualizar order de tablero de control",
          "request": {
            "method": "PUT",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{token}}",
                "type": "text",
                "description": "JWT Token para autenticación"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api/dashboards/order",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api",
                "dashboards",
                "order"
              ],
              "variable": []
            },
            "description": "Operación para realizar actualizar order de tablero de control en el módulo Dashboards.",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"name\": \"Monitoreo Técnico\",\n  \"layout\": {\n    \"rows\": 3,\n    \"cols\": 4\n  }\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "Actualizar tablero de control",
          "request": {
            "method": "PUT",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{token}}",
                "type": "text",
                "description": "JWT Token para autenticación"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api/dashboards/:id",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api",
                "dashboards",
                ":id"
              ],
              "variable": [
                {
                  "key": "id",
                  "value": "8f8b88cc-5b12-42bb-92dd-a99f36f4d259",
                  "description": "ID de dashboards"
                }
              ]
            },
            "description": "Operación para realizar actualizar tablero de control en el módulo Dashboards.",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"name\": \"Monitoreo Técnico\",\n  \"layout\": {\n    \"rows\": 3,\n    \"cols\": 4\n  }\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "Eliminar tablero de control",
          "request": {
            "method": "DELETE",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{token}}",
                "type": "text",
                "description": "JWT Token para autenticación"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api/dashboards/:id",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api",
                "dashboards",
                ":id"
              ],
              "variable": [
                {
                  "key": "id",
                  "value": "8f8b88cc-5b12-42bb-92dd-a99f36f4d259",
                  "description": "ID de dashboards"
                }
              ]
            },
            "description": "Operación para realizar eliminar tablero de control en el módulo Dashboards."
          },
          "response": []
        },
        {
          "name": "Crear configs de tablero de control",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{token}}",
                "type": "text",
                "description": "JWT Token para autenticación"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api/dashboards/:id/configs",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api",
                "dashboards",
                ":id",
                "configs"
              ],
              "variable": [
                {
                  "key": "id",
                  "value": "8f8b88cc-5b12-42bb-92dd-a99f36f4d259",
                  "description": "ID de dashboards"
                }
              ]
            },
            "description": "Operación para realizar crear configs de tablero de control en el módulo Dashboards.",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"name\": \"Monitoreo Técnico\",\n  \"layout\": {\n    \"rows\": 3,\n    \"cols\": 4\n  }\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "Actualizar configs order de tablero de control",
          "request": {
            "method": "PUT",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{token}}",
                "type": "text",
                "description": "JWT Token para autenticación"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api/dashboards/:id/configs/order",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api",
                "dashboards",
                ":id",
                "configs",
                "order"
              ],
              "variable": [
                {
                  "key": "id",
                  "value": "8f8b88cc-5b12-42bb-92dd-a99f36f4d259",
                  "description": "ID de dashboards"
                }
              ]
            },
            "description": "Operación para realizar actualizar configs order de tablero de control en el módulo Dashboards.",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"name\": \"Monitoreo Técnico\",\n  \"layout\": {\n    \"rows\": 3,\n    \"cols\": 4\n  }\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "Eliminar configs de tablero de control",
          "request": {
            "method": "DELETE",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{token}}",
                "type": "text",
                "description": "JWT Token para autenticación"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api/dashboards/:id/configs/:configId",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api",
                "dashboards",
                ":id",
                "configs",
                ":configId"
              ],
              "variable": [
                {
                  "key": "id",
                  "value": "8f8b88cc-5b12-42bb-92dd-a99f36f4d259",
                  "description": "ID de dashboards"
                },
                {
                  "key": "configId",
                  "value": "8f8b88cc-5b12-42bb-92dd-a99f36f4d259",
                  "description": "ID de dashboards"
                }
              ]
            },
            "description": "Operación para realizar eliminar configs de tablero de control en el módulo Dashboards."
          },
          "response": []
        },
        {
          "name": "Obtener results de tablero de control",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{token}}",
                "type": "text",
                "description": "JWT Token para autenticación"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api/dashboards/results/:merchantAnalyticConfigId",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api",
                "dashboards",
                "results",
                ":merchantAnalyticConfigId"
              ],
              "variable": [
                {
                  "key": "merchantAnalyticConfigId",
                  "value": "8f8b88cc-5b12-42bb-92dd-a99f36f4d259",
                  "description": "ID de dashboards"
                }
              ]
            },
            "description": "Operación para realizar obtener results de tablero de control en el módulo Dashboards."
          },
          "response": []
        }
      ]
    },
    {
      "name": "Attachments",
      "item": [
        {
          "name": "Obtener entity de archivo adjunto",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{token}}",
                "type": "text",
                "description": "JWT Token para autenticación"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api/attachments/entity/:type/:id",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api",
                "attachments",
                "entity",
                ":type",
                ":id"
              ],
              "variable": [
                {
                  "key": "type",
                  "value": "8f8b88cc-5b12-42bb-92dd-a99f36f4d259",
                  "description": "ID de attachments"
                },
                {
                  "key": "id",
                  "value": "8f8b88cc-5b12-42bb-92dd-a99f36f4d259",
                  "description": "ID de attachments"
                }
              ]
            },
            "description": "Operación para realizar obtener entity de archivo adjunto en el módulo Attachments."
          },
          "response": []
        },
        {
          "name": "Crear archivo adjunto",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{token}}",
                "type": "text",
                "description": "JWT Token para autenticación"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api/attachments",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api",
                "attachments"
              ],
              "variable": []
            },
            "description": "Operación para realizar crear archivo adjunto en el módulo Attachments.",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"filename\": \"cedula_identidad.pdf\",\n  \"url\": \"https://storage.dylema.dev/uploads/cedula_identidad.pdf\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "Obtener download de archivo adjunto",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{token}}",
                "type": "text",
                "description": "JWT Token para autenticación"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api/attachments/:id/download",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api",
                "attachments",
                ":id",
                "download"
              ],
              "variable": [
                {
                  "key": "id",
                  "value": "8f8b88cc-5b12-42bb-92dd-a99f36f4d259",
                  "description": "ID de attachments"
                }
              ]
            },
            "description": "Operación para realizar obtener download de archivo adjunto en el módulo Attachments."
          },
          "response": []
        },
        {
          "name": "Eliminar archivo adjunto",
          "request": {
            "method": "DELETE",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{token}}",
                "type": "text",
                "description": "JWT Token para autenticación"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api/attachments/:id",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api",
                "attachments",
                ":id"
              ],
              "variable": [
                {
                  "key": "id",
                  "value": "8f8b88cc-5b12-42bb-92dd-a99f36f4d259",
                  "description": "ID de attachments"
                }
              ]
            },
            "description": "Operación para realizar eliminar archivo adjunto en el módulo Attachments."
          },
          "response": []
        }
      ]
    },
    {
      "name": "Automation",
      "item": [
        {
          "name": "Crear webhook de automatización",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{token}}",
                "type": "text",
                "description": "JWT Token para autenticación"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api/automation/webhook/:id",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api",
                "automation",
                "webhook",
                ":id"
              ],
              "variable": [
                {
                  "key": "id",
                  "value": "8f8b88cc-5b12-42bb-92dd-a99f36f4d259",
                  "description": "ID de automation"
                }
              ]
            },
            "description": "Operación para realizar crear webhook de automatización en el módulo Automation.",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"name\": \"Notificador de Vencimiento de Factura\",\n  \"trigger\": \"invoice.unpaid\",\n  \"actions\": [\n    {\n      \"type\": \"email\",\n      \"templateId\": \"notif-venc\"\n    },\n    {\n      \"type\": \"sms\",\n      \"templateId\": \"notif-sms\"\n    }\n  ]\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "Listar auth configs de automatizaciones",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{token}}",
                "type": "text",
                "description": "JWT Token para autenticación"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api/automation/auth-configs",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api",
                "automation",
                "auth-configs"
              ],
              "variable": []
            },
            "description": "Operación para realizar listar auth configs de automatizaciones en el módulo Automation."
          },
          "response": []
        },
        {
          "name": "Crear auth configs de automatización",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{token}}",
                "type": "text",
                "description": "JWT Token para autenticación"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api/automation/auth-configs",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api",
                "automation",
                "auth-configs"
              ],
              "variable": []
            },
            "description": "Operación para realizar crear auth configs de automatización en el módulo Automation.",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"name\": \"Notificador de Vencimiento de Factura\",\n  \"trigger\": \"invoice.unpaid\",\n  \"actions\": [\n    {\n      \"type\": \"email\",\n      \"templateId\": \"notif-venc\"\n    },\n    {\n      \"type\": \"sms\",\n      \"templateId\": \"notif-sms\"\n    }\n  ]\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "Obtener auth configs authorize de automatización",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{token}}",
                "type": "text",
                "description": "JWT Token para autenticación"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api/automation/auth-configs/:id/authorize",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api",
                "automation",
                "auth-configs",
                ":id",
                "authorize"
              ],
              "variable": [
                {
                  "key": "id",
                  "value": "8f8b88cc-5b12-42bb-92dd-a99f36f4d259",
                  "description": "ID de automation"
                }
              ]
            },
            "description": "Operación para realizar obtener auth configs authorize de automatización en el módulo Automation."
          },
          "response": []
        },
        {
          "name": "Crear auth configs callback de automatización",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{token}}",
                "type": "text",
                "description": "JWT Token para autenticación"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api/automation/auth-configs/callback",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api",
                "automation",
                "auth-configs",
                "callback"
              ],
              "variable": []
            },
            "description": "Operación para realizar crear auth configs callback de automatización en el módulo Automation.",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"name\": \"Notificador de Vencimiento de Factura\",\n  \"trigger\": \"invoice.unpaid\",\n  \"actions\": [\n    {\n      \"type\": \"email\",\n      \"templateId\": \"notif-venc\"\n    },\n    {\n      \"type\": \"sms\",\n      \"templateId\": \"notif-sms\"\n    }\n  ]\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "Eliminar auth configs de automatización",
          "request": {
            "method": "DELETE",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{token}}",
                "type": "text",
                "description": "JWT Token para autenticación"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api/automation/auth-configs/:id",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api",
                "automation",
                "auth-configs",
                ":id"
              ],
              "variable": [
                {
                  "key": "id",
                  "value": "8f8b88cc-5b12-42bb-92dd-a99f36f4d259",
                  "description": "ID de automation"
                }
              ]
            },
            "description": "Operación para realizar eliminar auth configs de automatización en el módulo Automation."
          },
          "response": []
        },
        {
          "name": "Actualizar auth configs de automatización",
          "request": {
            "method": "PUT",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{token}}",
                "type": "text",
                "description": "JWT Token para autenticación"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api/automation/auth-configs/:id",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api",
                "automation",
                "auth-configs",
                ":id"
              ],
              "variable": [
                {
                  "key": "id",
                  "value": "8f8b88cc-5b12-42bb-92dd-a99f36f4d259",
                  "description": "ID de automation"
                }
              ]
            },
            "description": "Operación para realizar actualizar auth configs de automatización en el módulo Automation.",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"name\": \"Notificador de Vencimiento de Factura\",\n  \"trigger\": \"invoice.unpaid\",\n  \"actions\": [\n    {\n      \"type\": \"email\",\n      \"templateId\": \"notif-venc\"\n    },\n    {\n      \"type\": \"sms\",\n      \"templateId\": \"notif-sms\"\n    }\n  ]\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "Listar automatizaciones",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{token}}",
                "type": "text",
                "description": "JWT Token para autenticación"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api/automation",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api",
                "automation"
              ],
              "variable": []
            },
            "description": "Operación para realizar listar automatizaciones en el módulo Automation."
          },
          "response": []
        },
        {
          "name": "Listar runs de automatizaciones",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{token}}",
                "type": "text",
                "description": "JWT Token para autenticación"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api/automation/runs",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api",
                "automation",
                "runs"
              ],
              "variable": []
            },
            "description": "Operación para realizar listar runs de automatizaciones en el módulo Automation."
          },
          "response": []
        },
        {
          "name": "Obtener runs de automatización",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{token}}",
                "type": "text",
                "description": "JWT Token para autenticación"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api/automation/runs/:id",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api",
                "automation",
                "runs",
                ":id"
              ],
              "variable": [
                {
                  "key": "id",
                  "value": "8f8b88cc-5b12-42bb-92dd-a99f36f4d259",
                  "description": "ID de automation"
                }
              ]
            },
            "description": "Operación para realizar obtener runs de automatización en el módulo Automation."
          },
          "response": []
        },
        {
          "name": "Obtener runs results de automatización",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{token}}",
                "type": "text",
                "description": "JWT Token para autenticación"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api/automation/runs/:id/results",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api",
                "automation",
                "runs",
                ":id",
                "results"
              ],
              "variable": [
                {
                  "key": "id",
                  "value": "8f8b88cc-5b12-42bb-92dd-a99f36f4d259",
                  "description": "ID de automation"
                }
              ]
            },
            "description": "Operación para realizar obtener runs results de automatización en el módulo Automation."
          },
          "response": []
        },
        {
          "name": "Obtener automatización por ID",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{token}}",
                "type": "text",
                "description": "JWT Token para autenticación"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api/automation/:id",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api",
                "automation",
                ":id"
              ],
              "variable": [
                {
                  "key": "id",
                  "value": "8f8b88cc-5b12-42bb-92dd-a99f36f4d259",
                  "description": "ID de automation"
                }
              ]
            },
            "description": "Operación para realizar obtener automatización por id en el módulo Automation."
          },
          "response": []
        },
        {
          "name": "Crear automatización",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{token}}",
                "type": "text",
                "description": "JWT Token para autenticación"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api/automation",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api",
                "automation"
              ],
              "variable": []
            },
            "description": "Operación para realizar crear automatización en el módulo Automation.",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"name\": \"Notificador de Vencimiento de Factura\",\n  \"trigger\": \"invoice.unpaid\",\n  \"actions\": [\n    {\n      \"type\": \"email\",\n      \"templateId\": \"notif-venc\"\n    },\n    {\n      \"type\": \"sms\",\n      \"templateId\": \"notif-sms\"\n    }\n  ]\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "Actualizar automatización",
          "request": {
            "method": "PUT",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{token}}",
                "type": "text",
                "description": "JWT Token para autenticación"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api/automation/:id",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api",
                "automation",
                ":id"
              ],
              "variable": [
                {
                  "key": "id",
                  "value": "8f8b88cc-5b12-42bb-92dd-a99f36f4d259",
                  "description": "ID de automation"
                }
              ]
            },
            "description": "Operación para realizar actualizar automatización en el módulo Automation.",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"name\": \"Notificador de Vencimiento de Factura\",\n  \"trigger\": \"invoice.unpaid\",\n  \"actions\": [\n    {\n      \"type\": \"email\",\n      \"templateId\": \"notif-venc\"\n    },\n    {\n      \"type\": \"sms\",\n      \"templateId\": \"notif-sms\"\n    }\n  ]\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "Eliminar automatización",
          "request": {
            "method": "DELETE",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{token}}",
                "type": "text",
                "description": "JWT Token para autenticación"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api/automation/:id",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api",
                "automation",
                ":id"
              ],
              "variable": [
                {
                  "key": "id",
                  "value": "8f8b88cc-5b12-42bb-92dd-a99f36f4d259",
                  "description": "ID de automation"
                }
              ]
            },
            "description": "Operación para realizar eliminar automatización en el módulo Automation."
          },
          "response": []
        },
        {
          "name": "Actualizar pasos de automatización",
          "request": {
            "method": "PUT",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{token}}",
                "type": "text",
                "description": "JWT Token para autenticación"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api/automation/:id/steps",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api",
                "automation",
                ":id",
                "steps"
              ],
              "variable": [
                {
                  "key": "id",
                  "value": "8f8b88cc-5b12-42bb-92dd-a99f36f4d259",
                  "description": "ID de automation"
                }
              ]
            },
            "description": "Operación para realizar actualizar pasos de automatización en el módulo Automation.",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"name\": \"Notificador de Vencimiento de Factura\",\n  \"trigger\": \"invoice.unpaid\",\n  \"actions\": [\n    {\n      \"type\": \"email\",\n      \"templateId\": \"notif-venc\"\n    },\n    {\n      \"type\": \"sms\",\n      \"templateId\": \"notif-sms\"\n    }\n  ]\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "Crear trigger de automatización",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{token}}",
                "type": "text",
                "description": "JWT Token para autenticación"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api/automation/:id/trigger",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api",
                "automation",
                ":id",
                "trigger"
              ],
              "variable": [
                {
                  "key": "id",
                  "value": "8f8b88cc-5b12-42bb-92dd-a99f36f4d259",
                  "description": "ID de automation"
                }
              ]
            },
            "description": "Operación para realizar crear trigger de automatización en el módulo Automation.",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"name\": \"Notificador de Vencimiento de Factura\",\n  \"trigger\": \"invoice.unpaid\",\n  \"actions\": [\n    {\n      \"type\": \"email\",\n      \"templateId\": \"notif-venc\"\n    },\n    {\n      \"type\": \"sms\",\n      \"templateId\": \"notif-sms\"\n    }\n  ]\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "Crear test request de automatización",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{token}}",
                "type": "text",
                "description": "JWT Token para autenticación"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api/automation/test-request",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api",
                "automation",
                "test-request"
              ],
              "variable": []
            },
            "description": "Operación para realizar crear test request de automatización en el módulo Automation.",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"name\": \"Notificador de Vencimiento de Factura\",\n  \"trigger\": \"invoice.unpaid\",\n  \"actions\": [\n    {\n      \"type\": \"email\",\n      \"templateId\": \"notif-venc\"\n    },\n    {\n      \"type\": \"sms\",\n      \"templateId\": \"notif-sms\"\n    }\n  ]\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        }
      ]
    }
  ]
}