{
  "item": [
    {
      "id": "1d796fe2-c25e-4bfe-9ba4-0a696c370ad4",
      "name": "Authentication",
      "description": {
        "content": "Register, log in, refresh sessions, reset passwords, configure TOTP MFA, and initiate Google/Microsoft SSO. All endpoints in this group are **public** (no Bearer token required) unless otherwise noted. Tokens expire after 15 minutes; use `POST /auth/refresh` to rotate. See the [Authentication guide](https://api.hubrix.ai/authentication).",
        "type": "text/plain"
      },
      "item": [],
      "event": []
    },
    {
      "id": "92d817bb-2258-478d-b4c1-d9cfd0c9d18a",
      "name": "Users & Profile",
      "description": {
        "content": "Read and update the authenticated user's own profile, avatar, locale, notification preferences, and MFA settings. All endpoints operate on the currently authenticated user — you cannot access another user's profile via these routes. Admin-scoped user management lives under the Admin tag.",
        "type": "text/plain"
      },
      "item": [],
      "event": []
    },
    {
      "id": "3d7abfb0-90a0-4da1-a1f8-b042e50daec1",
      "name": "Workspace & Tenancy",
      "description": {
        "content": "Manage companies, team memberships, and invitations. An **invitation** is a one-time token e-mailed to a new team member. Accepting it creates their account and a `membership` row linking them to the company. API keys (format `hbx_…`) are also managed here.",
        "type": "text/plain"
      },
      "item": [],
      "event": []
    },
    {
      "id": "5d0dfa47-40cc-4469-be84-5aae5bee071a",
      "name": "Smart Chat",
      "description": {
        "content": "Multi-model streaming chat with optional web search and document retrieval (RAG). Chat is the highest-throughput surface on the API. Responses stream as Server-Sent Events: each `data:` event carries a partial token chunk; a final `data: [DONE]` signals the end of the stream. Session context is persisted in `chat_sessions` and `chat_messages`. **Credit cost:** 1 credit per message (varies by model tier). See [04. AI Pipeline](https://docs.hubrix.ai/engineering/architecture/04-ai-pipeline).",
        "type": "text/plain"
      },
      "item": [],
      "event": []
    },
    {
      "id": "230c249a-7ecf-4c6a-86f1-65d2de95a076",
      "name": "Translate Studio",
      "description": {
        "content": "Document translation with glossary support. Accepts text or uploaded documents (PDF, DOCX, TXT). Translations are performed by an LLM with a system prompt that enforces terminology from the active glossary. **Credit cost:** 5 credits per 1,000 words translated.",
        "type": "text/plain"
      },
      "item": [],
      "event": []
    },
    {
      "id": "65d35255-c70c-4c3c-a794-8b75a429b187",
      "name": "Documents",
      "description": {
        "content": "Upload, list, search, and delete documents in the company knowledge base. Uploaded files are chunked into 512-token segments with 50-token overlap, embedded via `text-embedding-3-small`, and stored in pgvector. The `GET /documents/search` endpoint performs cosine-similarity retrieval and is the programmatic entry point for RAG. **Max file size:** 50 MB. Supported formats: PDF, DOCX, CSV, TXT, PPTX. See [04. AI Pipeline](https://docs.hubrix.ai/engineering/architecture/04-ai-pipeline).",
        "type": "text/plain"
      },
      "item": [],
      "event": []
    },
    {
      "id": "0b0d13dd-d1a2-4214-9452-007f9609e94c",
      "name": "Custom Agents",
      "description": {
        "content": "Build, version, share, and invoke AI agents. An agent has a system prompt, an optional knowledge base (RAG), and access to configurable tools (web search, code execution). Each published agent gets a stable `agent_id` that integrators can call via `POST /agents/{id}/run`. Versioning is immutable: each edit creates a new `agent_version`. **Credit cost:** varies by model and tool use.",
        "type": "text/plain"
      },
      "item": [],
      "event": []
    },
    {
      "id": "9ddaf4c3-bc87-4220-88ec-b109422b5097",
      "name": "Workflows",
      "description": {
        "content": "Visual workflow automation. A workflow is a DAG of up to 50 nodes with 10 step types: `llm`, `condition`, `transform`, `web_search`, `rag_query`, `http_request`, `agent_call`, `email_send`, `delay`, `set_variable`. Workflows run in the ARQ background worker; results are polled via `GET /workflows/runs/{run_id}`. Scheduled workflows use cron expressions. **Credit cost:** per LLM step; web_search = 2 credits. See [04. AI Pipeline](https://docs.hubrix.ai/engineering/architecture/04-ai-pipeline).",
        "type": "text/plain"
      },
      "item": [],
      "event": []
    },
    {
      "id": "b3735b6a-ad3e-4c56-a42d-6837953de0aa",
      "name": "Deep Research",
      "description": {
        "content": "Multi-source deep research pipeline: web search (Serper) → URL fetch → relevance ranking → Anthropic synthesis. Returns a structured markdown report with citations. Standard depth uses 1 search pass (≤60 s); Deep uses 2 passes with angle variants (≤180 s). Progress streams via SSE. **Credit cost:** 40 credits (standard) · 120 credits (deep). See [04. AI Pipeline](https://docs.hubrix.ai/engineering/architecture/04-ai-pipeline).",
        "type": "text/plain"
      },
      "item": [],
      "event": []
    },
    {
      "id": "2ac4a1ef-a459-4e8a-ab72-2ef9f596eaba",
      "name": "Bulk Processing",
      "description": {
        "content": "Process CSV rows at scale with LLM operations: translate, classify, extract, summarise, transform, sentiment analysis. Upload a CSV → define the operation → poll for progress → download results. Uses `asyncio.Semaphore(10)` for concurrency control. Rows that fail are marked individually; the job continues. **Credit cost:** per-row, depends on operation and model.",
        "type": "text/plain"
      },
      "item": [],
      "event": []
    },
    {
      "id": "72254009-010e-40b1-bc9a-feb8c6792aa7",
      "name": "Team Workspace",
      "description": {
        "content": "Collaborative workspace: shared items, comments, @mentions, real-time notifications, and activity feeds. Workspace items are typed containers (research, chat, workflow) that can be shared with team members. Comments support @mentions which trigger email notifications.",
        "type": "text/plain"
      },
      "item": [],
      "event": []
    },
    {
      "id": "37a1a665-91f6-40fb-b001-aa02c83df176",
      "name": "Data Connectors",
      "description": {
        "content": "Connect Google Drive and OneDrive to automatically synchronise files into the Hubrix knowledge base. OAuth uses incremental scopes separate from SSO. Sync is periodic (configurable, default 60 min) using the provider's incremental change API. Files are Fernet-encrypted at rest. See [06. Connectors & Sync](https://docs.hubrix.ai/engineering/architecture/06-connectors-and-sync).",
        "type": "text/plain"
      },
      "item": [],
      "event": []
    },
    {
      "id": "f26ad0c1-af5c-4353-bfd5-6b0725babfc6",
      "name": "Dashboard",
      "description": {
        "content": "Aggregated metrics endpoint for the main dashboard view. Returns usage stats, recent activity, credit balance, and quick-access items in a single request to minimise round-trips on app load.",
        "type": "text/plain"
      },
      "item": [],
      "event": []
    },
    {
      "id": "950b5507-a8cc-4fe2-a1af-84f54c9cfb2d",
      "name": "Billing",
      "description": {
        "content": "Manage plans, credits, top-ups, and invoices. Plan changes go through Stripe Checkout; credit top-ups are available à-la-carte. The credit ledger uses `SELECT FOR UPDATE` to prevent double-spending under concurrent requests. Stripe webhooks (received at `/billing/webhook`) drive subscription state. See [03. Credits & Billing](https://docs.hubrix.ai/engineering/architecture/03-credits-and-billing).",
        "type": "text/plain"
      },
      "item": [],
      "event": []
    },
    {
      "id": "ad7772f6-4735-4334-8633-23d8555e546f",
      "name": "Admin",
      "description": {
        "content": "Platform-level administration. Requires `is_superadmin=true`. Endpoints cover user lifecycle management, company oversight, audit log access, credit grants, plan overrides, connector health, and system health. **Not intended for integrators.** Internal use only.",
        "type": "text/plain"
      },
      "item": [],
      "event": []
    },
    {
      "id": "3b0f3626-7f27-4b17-bb66-59b9da4d4d43",
      "name": "Health",
      "description": {
        "content": "Liveness and readiness checks. Public. Used by load balancers and uptime monitors.",
        "type": "text/plain"
      },
      "item": [],
      "event": []
    },
    {
      "id": "9cb29251-ef55-43e0-af33-44291b2ad809",
      "name": "Models",
      "description": {
        "content": "List available AI models with display names and provider information. Used to populate model-selector UIs. Public endpoint.",
        "type": "text/plain"
      },
      "item": [],
      "event": []
    },
    {
      "id": "47626ed9-7bdc-4541-97c3-93c26c204a00",
      "name": "health",
      "description": {
        "content": "",
        "type": "text/plain"
      },
      "item": [
        {
          "id": "d0d65cac-c315-46fa-a6dd-3508fc877008",
          "name": "Health Check",
          "request": {
            "name": "Health Check",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "health"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": null
          },
          "response": [
            {
              "id": "f47ebac7-450d-4d38-b3f7-32db62ee072b",
              "name": "Successful Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "health"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"status\": \"string\",\n  \"version\": \"string\",\n  \"environment\": \"string\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ],
      "event": []
    },
    {
      "id": "1e2fbd71-ab4e-42ac-89d6-2456aeda653f",
      "name": "models",
      "description": {
        "content": "",
        "type": "text/plain"
      },
      "item": [
        {
          "id": "f3140b15-5862-409b-b4d1-28beba52c9a0",
          "name": "List Models",
          "request": {
            "name": "List Models",
            "description": {
              "content": "List all non-blocked AI models with display names.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "v1",
                "models"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "727575ec-5f3d-4feb-996d-ff022efb3b4c",
              "name": "Successful Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "models"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "[\n  {\n    \"model_id\": \"string\",\n    \"provider\": \"string\",\n    \"display_name\": \"string\"\n  },\n  {\n    \"model_id\": \"string\",\n    \"provider\": \"string\",\n    \"display_name\": \"string\"\n  }\n]",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ],
      "event": []
    },
    {
      "id": "6ae664c5-b707-4bfa-94e3-074501d7a79d",
      "name": "admin",
      "description": {
        "content": "",
        "type": "text/plain"
      },
      "item": [
        {
          "id": "64cd1cde-1f78-40a3-b3b2-bb6ebb8dfc2c",
          "name": "Get Overview",
          "request": {
            "name": "Get Overview",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "admin",
                "overview"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "65c1e021-b743-4ca8-850e-7e207d2e5f21",
              "name": "Successful Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "admin",
                    "overview"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "9380d588-94d1-4096-9c56-bf352fded004",
          "name": "List Users",
          "request": {
            "name": "List Users",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "admin",
                "users"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "key": "q",
                  "value": "string"
                },
                {
                  "disabled": false,
                  "key": "role",
                  "value": "string"
                },
                {
                  "disabled": false,
                  "key": "status",
                  "value": "string"
                },
                {
                  "disabled": false,
                  "key": "sort",
                  "value": "created_at"
                },
                {
                  "disabled": false,
                  "key": "page",
                  "value": "1"
                },
                {
                  "disabled": false,
                  "key": "per_page",
                  "value": "20"
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "9868d2a3-6429-4455-9305-f67de24b2ffc",
              "name": "Successful Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "admin",
                    "users"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "q",
                      "value": "string"
                    },
                    {
                      "key": "role",
                      "value": "string"
                    },
                    {
                      "key": "status",
                      "value": "string"
                    },
                    {
                      "key": "sort",
                      "value": "created_at"
                    },
                    {
                      "key": "page",
                      "value": "1"
                    },
                    {
                      "key": "per_page",
                      "value": "20"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "33c01b37-ce90-4262-88f1-5e9436aacb92",
              "name": "Validation Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "admin",
                    "users"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "q",
                      "value": "string"
                    },
                    {
                      "key": "role",
                      "value": "string"
                    },
                    {
                      "key": "status",
                      "value": "string"
                    },
                    {
                      "key": "sort",
                      "value": "created_at"
                    },
                    {
                      "key": "page",
                      "value": "1"
                    },
                    {
                      "key": "per_page",
                      "value": "20"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"detail\": [\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    },\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "629caf3e-31a5-4656-98a1-4c634932ac03",
          "name": "Get User",
          "request": {
            "name": "Get User",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "admin",
                "users",
                ":user_id"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "4ed77e04-4710-a425-9e79-a7600f49dd70",
                  "key": "user_id",
                  "description": "(Required) "
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "33548221-7e52-4338-af01-42221da6fb4f",
              "name": "Successful Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "admin",
                    "users",
                    ":user_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "4ed77e04-4710-a425-9e79-a7600f49dd70",
                      "key": "user_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "375af61a-740e-40cc-a389-69e7a76de643",
              "name": "Validation Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "admin",
                    "users",
                    ":user_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "4ed77e04-4710-a425-9e79-a7600f49dd70",
                      "key": "user_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"detail\": [\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    },\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "56b6c3bf-12e9-48d6-9515-b7a6bd93ba3e",
          "name": "Patch User",
          "request": {
            "name": "Patch User",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "admin",
                "users",
                ":user_id"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "4ed77e04-4710-a425-9e79-a7600f49dd70",
                  "key": "user_id",
                  "description": "(Required) "
                }
              ]
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "PATCH",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"full_name\": \"string\",\n  \"locale\": \"string\",\n  \"role\": \"string\",\n  \"must_change_password\": false\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "f424f7da-e792-4458-8c02-27b5aeb8b457",
              "name": "Successful Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "admin",
                    "users",
                    ":user_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "4ed77e04-4710-a425-9e79-a7600f49dd70",
                      "key": "user_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"full_name\": \"string\",\n  \"locale\": \"string\",\n  \"role\": \"string\",\n  \"must_change_password\": false\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "be729bbb-bc04-4a9c-aee2-02c2d8f85a8d",
              "name": "Validation Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "admin",
                    "users",
                    ":user_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "4ed77e04-4710-a425-9e79-a7600f49dd70",
                      "key": "user_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"full_name\": \"string\",\n  \"locale\": \"string\",\n  \"role\": \"string\",\n  \"must_change_password\": false\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"detail\": [\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    },\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "6283e770-7ffb-4e9f-bddc-0008cc2aaf8d",
          "name": "Delete User",
          "request": {
            "name": "Delete User",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "admin",
                "users",
                ":user_id"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "4ed77e04-4710-a425-9e79-a7600f49dd70",
                  "key": "user_id",
                  "description": "(Required) "
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "DELETE",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "766cd231-997b-44ac-9a65-28c090bdfbc6",
              "name": "Successful Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "admin",
                    "users",
                    ":user_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "4ed77e04-4710-a425-9e79-a7600f49dd70",
                      "key": "user_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "method": "DELETE",
                "body": {}
              },
              "status": "No Content",
              "code": 204,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "665c5eda-b835-4334-993c-7e6784f44a57",
              "name": "Validation Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "admin",
                    "users",
                    ":user_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "4ed77e04-4710-a425-9e79-a7600f49dd70",
                      "key": "user_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"detail\": [\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    },\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "83d06eda-d095-49e9-8520-5dbee219a9d9",
          "name": "Suspend User",
          "request": {
            "name": "Suspend User",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "admin",
                "users",
                ":user_id",
                "suspend"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "4ed77e04-4710-a425-9e79-a7600f49dd70",
                  "key": "user_id",
                  "description": "(Required) "
                }
              ]
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"reason\": \"string\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "47278718-827f-4a29-8e4a-923240cadd2b",
              "name": "Successful Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "admin",
                    "users",
                    ":user_id",
                    "suspend"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "4ed77e04-4710-a425-9e79-a7600f49dd70",
                      "key": "user_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"reason\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "adefc93b-dcee-45b5-98a2-f82077cf4c08",
              "name": "Validation Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "admin",
                    "users",
                    ":user_id",
                    "suspend"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "4ed77e04-4710-a425-9e79-a7600f49dd70",
                      "key": "user_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"reason\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"detail\": [\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    },\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "2cb77cdb-2f28-4562-b087-6d9aa12fde5a",
          "name": "Unsuspend User",
          "request": {
            "name": "Unsuspend User",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "admin",
                "users",
                ":user_id",
                "unsuspend"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "4ed77e04-4710-a425-9e79-a7600f49dd70",
                  "key": "user_id",
                  "description": "(Required) "
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "6c2ac005-54b6-4ea1-9883-826f138a0d28",
              "name": "Successful Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "admin",
                    "users",
                    ":user_id",
                    "unsuspend"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "4ed77e04-4710-a425-9e79-a7600f49dd70",
                      "key": "user_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "12f7d770-06bf-43bd-8829-6e9eb7504a6b",
              "name": "Validation Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "admin",
                    "users",
                    ":user_id",
                    "unsuspend"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "4ed77e04-4710-a425-9e79-a7600f49dd70",
                      "key": "user_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {}
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"detail\": [\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    },\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "572c4412-5987-4d00-bdbd-79774e9eaf92",
          "name": "Reset Password",
          "request": {
            "name": "Reset Password",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "admin",
                "users",
                ":user_id",
                "reset-password"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "4ed77e04-4710-a425-9e79-a7600f49dd70",
                  "key": "user_id",
                  "description": "(Required) "
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "278e4113-b8f9-41ff-b527-476fe07b728d",
              "name": "Successful Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "admin",
                    "users",
                    ":user_id",
                    "reset-password"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "4ed77e04-4710-a425-9e79-a7600f49dd70",
                      "key": "user_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "960b0964-e234-4c42-8864-ee35691d290c",
              "name": "Validation Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "admin",
                    "users",
                    ":user_id",
                    "reset-password"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "4ed77e04-4710-a425-9e79-a7600f49dd70",
                      "key": "user_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {}
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"detail\": [\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    },\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "bbf35073-80e9-4432-9594-6d4c4ab619a6",
          "name": "Force Logout",
          "request": {
            "name": "Force Logout",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "admin",
                "users",
                ":user_id",
                "force-logout"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "4ed77e04-4710-a425-9e79-a7600f49dd70",
                  "key": "user_id",
                  "description": "(Required) "
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "96af8772-5c74-4176-b7c2-c2066a89d48b",
              "name": "Successful Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "admin",
                    "users",
                    ":user_id",
                    "force-logout"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "4ed77e04-4710-a425-9e79-a7600f49dd70",
                      "key": "user_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "8fbb0efa-1073-40ff-971f-8a912af5cfeb",
              "name": "Validation Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "admin",
                    "users",
                    ":user_id",
                    "force-logout"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "4ed77e04-4710-a425-9e79-a7600f49dd70",
                      "key": "user_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {}
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"detail\": [\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    },\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "cd22647f-b85f-432c-8761-d93c1ac6ea01",
          "name": "Disable Mfa",
          "request": {
            "name": "Disable Mfa",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "admin",
                "users",
                ":user_id",
                "disable-mfa"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "4ed77e04-4710-a425-9e79-a7600f49dd70",
                  "key": "user_id",
                  "description": "(Required) "
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "a9c3ab69-5839-4bde-abd5-7bc9c7584e3c",
              "name": "Successful Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "admin",
                    "users",
                    ":user_id",
                    "disable-mfa"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "4ed77e04-4710-a425-9e79-a7600f49dd70",
                      "key": "user_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "3c60260e-250c-4902-b39c-3ab03266f82c",
              "name": "Validation Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "admin",
                    "users",
                    ":user_id",
                    "disable-mfa"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "4ed77e04-4710-a425-9e79-a7600f49dd70",
                      "key": "user_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {}
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"detail\": [\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    },\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "f3cc6ed4-ead5-48d5-8840-5d9677b02b3e",
          "name": "Invite User",
          "request": {
            "name": "Invite User",
            "description": {
              "content": "Legacy invite endpoint — kept for backwards compatibility.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "v1",
                "admin",
                "users",
                "invite"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"email\": \"YfSiR1@IeGBjVBPkdQznxYIHCGEo.iu\",\n  \"role\": \"member\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "7c15ddfb-7488-4a31-b2f2-23ddd3a711bd",
              "name": "Successful Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "admin",
                    "users",
                    "invite"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"email\": \"YfSiR1@IeGBjVBPkdQznxYIHCGEo.iu\",\n  \"role\": \"member\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Created",
              "code": 201,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "b16ed6db-fab0-451e-9589-b3ef0a9f68c8",
              "name": "Validation Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "admin",
                    "users",
                    "invite"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"email\": \"YfSiR1@IeGBjVBPkdQznxYIHCGEo.iu\",\n  \"role\": \"member\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"detail\": [\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    },\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "8dc94672-8b4d-4395-ac7a-43a5775d4bfc",
          "name": "User Sessions",
          "request": {
            "name": "User Sessions",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "admin",
                "users",
                ":user_id",
                "sessions"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "4ed77e04-4710-a425-9e79-a7600f49dd70",
                  "key": "user_id",
                  "description": "(Required) "
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "a0450ef8-b9b0-4776-9264-a90da09cd60e",
              "name": "Successful Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "admin",
                    "users",
                    ":user_id",
                    "sessions"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "4ed77e04-4710-a425-9e79-a7600f49dd70",
                      "key": "user_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "42464904-18c6-4f99-b09c-f9e5dd670d2d",
              "name": "Validation Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "admin",
                    "users",
                    ":user_id",
                    "sessions"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "4ed77e04-4710-a425-9e79-a7600f49dd70",
                      "key": "user_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"detail\": [\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    },\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "dab48d1e-1980-42b5-ba2d-c3b02d83a9b9",
          "name": "User Usage",
          "request": {
            "name": "User Usage",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "admin",
                "users",
                ":user_id",
                "usage"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "4ed77e04-4710-a425-9e79-a7600f49dd70",
                  "key": "user_id",
                  "description": "(Required) "
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "773c486a-6515-47b4-a16c-be441a2c0474",
              "name": "Successful Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "admin",
                    "users",
                    ":user_id",
                    "usage"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "4ed77e04-4710-a425-9e79-a7600f49dd70",
                      "key": "user_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "58e5c859-9793-4d63-aa91-22a1c8d8a915",
              "name": "Validation Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "admin",
                    "users",
                    ":user_id",
                    "usage"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "4ed77e04-4710-a425-9e79-a7600f49dd70",
                      "key": "user_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"detail\": [\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    },\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "ef7484be-1518-4e47-a163-fab66670c077",
          "name": "Create Invitation",
          "request": {
            "name": "Create Invitation",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "admin",
                "invitations"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"email\": \"TT6fsPdEhraEWUu@KMWZKpGGgefw.mz\",\n  \"role\": \"member\",\n  \"personal_note\": \"string\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "3879967d-e004-4449-b939-4f46f2d11fde",
              "name": "Successful Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "admin",
                    "invitations"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"email\": \"TT6fsPdEhraEWUu@KMWZKpGGgefw.mz\",\n  \"role\": \"member\",\n  \"personal_note\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Created",
              "code": 201,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "7589c633-97b0-4184-9386-4951e67b5e0a",
              "name": "Validation Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "admin",
                    "invitations"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"email\": \"TT6fsPdEhraEWUu@KMWZKpGGgefw.mz\",\n  \"role\": \"member\",\n  \"personal_note\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"detail\": [\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    },\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "1dd60d00-260e-436d-904e-601bdb5ed8cc",
          "name": "List Invitations",
          "request": {
            "name": "List Invitations",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "admin",
                "invitations"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "key": "status",
                  "value": "string"
                },
                {
                  "disabled": false,
                  "key": "page",
                  "value": "1"
                },
                {
                  "disabled": false,
                  "key": "per_page",
                  "value": "20"
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "aa2d77c3-324c-4804-a22e-5d249e120922",
              "name": "Successful Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "admin",
                    "invitations"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "status",
                      "value": "string"
                    },
                    {
                      "key": "page",
                      "value": "1"
                    },
                    {
                      "key": "per_page",
                      "value": "20"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "ce2c0837-0834-47f9-b358-bd1d3f230533",
              "name": "Validation Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "admin",
                    "invitations"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "status",
                      "value": "string"
                    },
                    {
                      "key": "page",
                      "value": "1"
                    },
                    {
                      "key": "per_page",
                      "value": "20"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"detail\": [\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    },\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "1d1c0d88-d631-4ee6-b9f6-b66abc0fc6da",
          "name": "Resend Invitation",
          "request": {
            "name": "Resend Invitation",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "admin",
                "invitations",
                ":invitation_id",
                "resend"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "e5f9555b-ab7f-f430-f397-6c3e60e94e78",
                  "key": "invitation_id",
                  "description": "(Required) "
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "66fc7860-4487-4bde-b650-5d4a3d85cfd2",
              "name": "Successful Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "admin",
                    "invitations",
                    ":invitation_id",
                    "resend"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "e5f9555b-ab7f-f430-f397-6c3e60e94e78",
                      "key": "invitation_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "7132546d-98f6-4e0c-bf52-5989fcadf3a7",
              "name": "Validation Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "admin",
                    "invitations",
                    ":invitation_id",
                    "resend"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "e5f9555b-ab7f-f430-f397-6c3e60e94e78",
                      "key": "invitation_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {}
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"detail\": [\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    },\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "8169aeb9-e633-431d-86d3-a338d860477e",
          "name": "Revoke Invitation",
          "request": {
            "name": "Revoke Invitation",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "admin",
                "invitations",
                ":invitation_id",
                "revoke"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "e5f9555b-ab7f-f430-f397-6c3e60e94e78",
                  "key": "invitation_id",
                  "description": "(Required) "
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "48682a13-a5f9-44e9-82bc-c2f7e517afb4",
              "name": "Successful Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "admin",
                    "invitations",
                    ":invitation_id",
                    "revoke"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "e5f9555b-ab7f-f430-f397-6c3e60e94e78",
                      "key": "invitation_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "67bee93f-ec0c-4ee3-8f57-ed9117c4da21",
              "name": "Validation Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "admin",
                    "invitations",
                    ":invitation_id",
                    "revoke"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "e5f9555b-ab7f-f430-f397-6c3e60e94e78",
                      "key": "invitation_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {}
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"detail\": [\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    },\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "a831ad5b-f84b-44b7-ad1b-cc562c0d6a44",
          "name": "Bulk Invite",
          "request": {
            "name": "Bulk Invite",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "admin",
                "invitations",
                "bulk"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"emails\": [\n    \"lQU9yd@DIcLsGkJvkgqJdEHbPTCxjQnMvjRcOs.drd\",\n    \"fxz4@KHSlaoDADkEOlOANxLLUCrCX.bqzu\"\n  ],\n  \"role\": \"member\",\n  \"personal_note\": \"string\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "bf8afcdb-a658-4aae-8d4d-72e0924495ad",
              "name": "Successful Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "admin",
                    "invitations",
                    "bulk"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"emails\": [\n    \"J7zpmOaj0yVXUmo@MRnKObTwp.wewx\",\n    \"GK9@nxvqjV.tg\"\n  ],\n  \"role\": \"member\",\n  \"personal_note\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Created",
              "code": 201,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "4723d851-3a09-4798-ac53-1faf89eaf576",
              "name": "Validation Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "admin",
                    "invitations",
                    "bulk"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"emails\": [\n    \"J7zpmOaj0yVXUmo@MRnKObTwp.wewx\",\n    \"GK9@nxvqjV.tg\"\n  ],\n  \"role\": \"member\",\n  \"personal_note\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"detail\": [\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    },\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "d91a925f-8d3c-4e7d-8f4a-c0edd78c7061",
          "name": "List Companies",
          "request": {
            "name": "List Companies",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "admin",
                "companies"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "key": "q",
                  "value": "string"
                },
                {
                  "disabled": false,
                  "key": "page",
                  "value": "1"
                },
                {
                  "disabled": false,
                  "key": "per_page",
                  "value": "20"
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "ed0a5762-3930-47d4-b834-73f867006656",
              "name": "Successful Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "admin",
                    "companies"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "q",
                      "value": "string"
                    },
                    {
                      "key": "page",
                      "value": "1"
                    },
                    {
                      "key": "per_page",
                      "value": "20"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "faa0be22-7538-405c-94af-6057a16be1b8",
              "name": "Validation Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "admin",
                    "companies"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "q",
                      "value": "string"
                    },
                    {
                      "key": "page",
                      "value": "1"
                    },
                    {
                      "key": "per_page",
                      "value": "20"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"detail\": [\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    },\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "9049a416-9058-4ec1-90c3-bb5d15664ea7",
          "name": "Get Company",
          "request": {
            "name": "Get Company",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "admin",
                "companies",
                ":company_id"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "83dad4fc-8d5f-c485-53bc-38c882ea0b64",
                  "key": "company_id",
                  "description": "(Required) "
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "ce612b16-a352-4f3f-b7c8-16270cff62e7",
              "name": "Successful Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "admin",
                    "companies",
                    ":company_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "83dad4fc-8d5f-c485-53bc-38c882ea0b64",
                      "key": "company_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "6f359294-4937-47ef-a747-54f1b6477aec",
              "name": "Validation Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "admin",
                    "companies",
                    ":company_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "83dad4fc-8d5f-c485-53bc-38c882ea0b64",
                      "key": "company_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"detail\": [\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    },\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "b6f1598c-8265-430c-81f8-79fc0bc82c5e",
          "name": "Patch Company",
          "request": {
            "name": "Patch Company",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "admin",
                "companies",
                ":company_id"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "83dad4fc-8d5f-c485-53bc-38c882ea0b64",
                  "key": "company_id",
                  "description": "(Required) "
                }
              ]
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "PATCH",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"name\": \"string\",\n  \"plan\": \"string\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "a452f288-9c71-4cb4-a323-47f28724bca6",
              "name": "Successful Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "admin",
                    "companies",
                    ":company_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "83dad4fc-8d5f-c485-53bc-38c882ea0b64",
                      "key": "company_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"string\",\n  \"plan\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "88fd19a9-d5ce-4414-8ec1-8dd25b5a6e2a",
              "name": "Validation Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "admin",
                    "companies",
                    ":company_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "83dad4fc-8d5f-c485-53bc-38c882ea0b64",
                      "key": "company_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"string\",\n  \"plan\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"detail\": [\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    },\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "1e5df26b-c9e3-4c5f-8672-ee4ec1fede8c",
          "name": "Grant Credits",
          "request": {
            "name": "Grant Credits",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "admin",
                "companies",
                ":company_id",
                "credits",
                "grant"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "83dad4fc-8d5f-c485-53bc-38c882ea0b64",
                  "key": "company_id",
                  "description": "(Required) "
                }
              ]
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"amount_eur\": 6871.6749716387285,\n  \"note\": \"\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "4cf077b4-7cba-487b-ad9d-abea9360d3cc",
              "name": "Successful Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "admin",
                    "companies",
                    ":company_id",
                    "credits",
                    "grant"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "83dad4fc-8d5f-c485-53bc-38c882ea0b64",
                      "key": "company_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"amount_eur\": 6871.6749716387285,\n  \"note\": \"\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "6f5832ba-0ab9-4db0-b057-d843b009f179",
              "name": "Validation Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "admin",
                    "companies",
                    ":company_id",
                    "credits",
                    "grant"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "83dad4fc-8d5f-c485-53bc-38c882ea0b64",
                      "key": "company_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"amount_eur\": 6871.6749716387285,\n  \"note\": \"\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"detail\": [\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    },\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "c7f5b63b-138d-4628-8c70-3fdda92d48b4",
          "name": "Revoke Credits",
          "request": {
            "name": "Revoke Credits",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "admin",
                "companies",
                ":company_id",
                "credits",
                "revoke"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "83dad4fc-8d5f-c485-53bc-38c882ea0b64",
                  "key": "company_id",
                  "description": "(Required) "
                }
              ]
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"amount_eur\": 6871.6749716387285,\n  \"note\": \"\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "2d29873a-ef99-4191-bec0-d9f059eb601f",
              "name": "Successful Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "admin",
                    "companies",
                    ":company_id",
                    "credits",
                    "revoke"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "83dad4fc-8d5f-c485-53bc-38c882ea0b64",
                      "key": "company_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"amount_eur\": 6871.6749716387285,\n  \"note\": \"\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "5c711777-1c87-49ed-b799-d43f6f83316b",
              "name": "Validation Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "admin",
                    "companies",
                    ":company_id",
                    "credits",
                    "revoke"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "83dad4fc-8d5f-c485-53bc-38c882ea0b64",
                      "key": "company_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"amount_eur\": 6871.6749716387285,\n  \"note\": \"\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"detail\": [\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    },\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "309d0cb6-c5a3-4d46-b685-364cbd766c7c",
          "name": "Company Audit",
          "request": {
            "name": "Company Audit",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "admin",
                "companies",
                ":company_id",
                "audit"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "key": "page",
                  "value": "1"
                },
                {
                  "disabled": false,
                  "key": "per_page",
                  "value": "50"
                }
              ],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "83dad4fc-8d5f-c485-53bc-38c882ea0b64",
                  "key": "company_id",
                  "description": "(Required) "
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "2c4d6513-0a84-4e26-ad49-e500fb752b70",
              "name": "Successful Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "admin",
                    "companies",
                    ":company_id",
                    "audit"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "page",
                      "value": "1"
                    },
                    {
                      "key": "per_page",
                      "value": "50"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "83dad4fc-8d5f-c485-53bc-38c882ea0b64",
                      "key": "company_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "19b16dba-04d6-492a-9060-dd943eb96aed",
              "name": "Validation Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "admin",
                    "companies",
                    ":company_id",
                    "audit"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "page",
                      "value": "1"
                    },
                    {
                      "key": "per_page",
                      "value": "50"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "83dad4fc-8d5f-c485-53bc-38c882ea0b64",
                      "key": "company_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"detail\": [\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    },\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "d1dae932-3606-465c-aa46-c36853b6daaa",
          "name": "Billing Summary",
          "request": {
            "name": "Billing Summary",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "admin",
                "billing",
                "summary"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "b4be882c-c76a-4810-bb31-4a230fa7dfb1",
              "name": "Successful Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "admin",
                    "billing",
                    "summary"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "778e65a6-b358-4cd6-98d6-afb7104b8b43",
          "name": "Billing Overview",
          "request": {
            "name": "Billing Overview",
            "description": {
              "content": "Platform-wide billing metrics. Superadmin only.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "v1",
                "admin",
                "billing",
                "overview"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "ea5e99c5-42df-424f-a661-ddc9a7e731f5",
              "name": "Successful Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "admin",
                    "billing",
                    "overview"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "44bbb983-82f7-4aa2-85a2-bc810212c3e0",
          "name": "Billing Customers",
          "request": {
            "name": "Billing Customers",
            "description": {
              "content": "Paginated list of all companies with plan info. Superadmin only.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "v1",
                "admin",
                "billing",
                "customers"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "key": "page",
                  "value": "1"
                },
                {
                  "disabled": false,
                  "key": "per_page",
                  "value": "25"
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "1042ac84-d5b6-4b2d-80ed-02c82218d14e",
              "name": "Successful Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "admin",
                    "billing",
                    "customers"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "page",
                      "value": "1"
                    },
                    {
                      "key": "per_page",
                      "value": "25"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "edffb328-cacc-4a75-ad2e-c8de9fee02da",
              "name": "Validation Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "admin",
                    "billing",
                    "customers"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "page",
                      "value": "1"
                    },
                    {
                      "key": "per_page",
                      "value": "25"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"detail\": [\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    },\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "f39ae6f6-0c29-40be-8013-0d91c064ec80",
          "name": "List Invoices",
          "request": {
            "name": "List Invoices",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "admin",
                "billing",
                "invoices"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "key": "page",
                  "value": "1"
                },
                {
                  "disabled": false,
                  "key": "per_page",
                  "value": "20"
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "6266cb13-09c7-40f0-8c87-e9bf1a4385c8",
              "name": "Successful Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "admin",
                    "billing",
                    "invoices"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "page",
                      "value": "1"
                    },
                    {
                      "key": "per_page",
                      "value": "20"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "757901b6-8b38-4425-95ab-36a45768b954",
              "name": "Validation Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "admin",
                    "billing",
                    "invoices"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "page",
                      "value": "1"
                    },
                    {
                      "key": "per_page",
                      "value": "20"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"detail\": [\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    },\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "3a2e61a6-4473-4661-bc6a-7625bea83b51",
          "name": "List Transactions",
          "request": {
            "name": "List Transactions",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "admin",
                "billing",
                "transactions"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "key": "page",
                  "value": "1"
                },
                {
                  "disabled": false,
                  "key": "per_page",
                  "value": "50"
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "071f8735-7973-4ed6-88db-c73bd3f2bb57",
              "name": "Successful Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "admin",
                    "billing",
                    "transactions"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "page",
                      "value": "1"
                    },
                    {
                      "key": "per_page",
                      "value": "50"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "a95d90f1-361e-43a3-95fe-cfae5b1dcc48",
              "name": "Validation Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "admin",
                    "billing",
                    "transactions"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "page",
                      "value": "1"
                    },
                    {
                      "key": "per_page",
                      "value": "50"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"detail\": [\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    },\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "a0d37221-dcd5-44a0-8253-ab585a37cbba",
          "name": "Change Plan",
          "request": {
            "name": "Change Plan",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "admin",
                "billing",
                "plan",
                "change"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"new_plan\": \"string\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "dd9323d9-87e6-47ad-b6d3-5c18a0965e0e",
              "name": "Successful Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "admin",
                    "billing",
                    "plan",
                    "change"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"new_plan\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "f728eeef-7bfb-4924-8ab3-9f17a7b1a9bb",
              "name": "Validation Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "admin",
                    "billing",
                    "plan",
                    "change"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"new_plan\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"detail\": [\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    },\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "9f14a032-ee8f-4f31-9c1d-40eab6c69e08",
          "name": "Topup Checkout",
          "request": {
            "name": "Topup Checkout",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "admin",
                "billing",
                "topup",
                "checkout"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"amount_eur\": 5476.851578043893\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "4659c805-3fc2-4a5b-b61c-02e6bb46321e",
              "name": "Successful Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "admin",
                    "billing",
                    "topup",
                    "checkout"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"amount_eur\": 5476.851578043893\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "bb325653-9028-464f-8a91-ccfb27ae1e02",
              "name": "Validation Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "admin",
                    "billing",
                    "topup",
                    "checkout"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"amount_eur\": 5476.851578043893\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"detail\": [\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    },\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "14b446ad-2db0-4f71-a911-0f3b1b1a814a",
          "name": "Payment Methods",
          "request": {
            "name": "Payment Methods",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "admin",
                "billing",
                "payment-methods"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "febe23b2-9da9-4568-8a23-fc0bdb27b1a7",
              "name": "Successful Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "admin",
                    "billing",
                    "payment-methods"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "0daf3d22-1323-4617-95ed-744554aa8315",
          "name": "Get Usage",
          "request": {
            "name": "Get Usage",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "admin",
                "usage"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "key": "group_by",
                  "value": "model"
                },
                {
                  "disabled": false,
                  "key": "days",
                  "value": "30"
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "19c2bba9-6e58-4046-8c0e-9f1333077af9",
              "name": "Successful Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "admin",
                    "usage"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "group_by",
                      "value": "model"
                    },
                    {
                      "key": "days",
                      "value": "30"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "bdb298b9-cd90-4103-b0f4-b809af341145",
              "name": "Validation Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "admin",
                    "usage"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "group_by",
                      "value": "model"
                    },
                    {
                      "key": "days",
                      "value": "30"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"detail\": [\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    },\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "be4d20ac-1676-407f-aa91-30137c0910cb",
          "name": "Export Usage",
          "request": {
            "name": "Export Usage",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "admin",
                "usage",
                "export"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "key": "group_by",
                  "value": "model"
                },
                {
                  "disabled": false,
                  "key": "days",
                  "value": "30"
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "64c1d1e4-60c6-4620-8c6e-de27ac91f9dd",
              "name": "Successful Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "admin",
                    "usage",
                    "export"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "group_by",
                      "value": "model"
                    },
                    {
                      "key": "days",
                      "value": "30"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "a3309b47-475c-4ae0-b393-4ce51fe27138",
              "name": "Validation Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "admin",
                    "usage",
                    "export"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "group_by",
                      "value": "model"
                    },
                    {
                      "key": "days",
                      "value": "30"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"detail\": [\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    },\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "ffc797d7-f2e8-47ea-a6fb-0c5c331ba244",
          "name": "List Models",
          "request": {
            "name": "List Models",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "admin",
                "models"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "0f6e5653-ba23-458a-9d33-0112c66b2c93",
              "name": "Successful Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "admin",
                    "models"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "72567221-4ccf-4225-ba6c-1f99d19d1bc5",
          "name": "Create Model",
          "request": {
            "name": "Create Model",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "admin",
                "models"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"model_id\": \"string\",\n  \"provider\": \"string\",\n  \"cost_per_million\": 9488.989778868692,\n  \"markup_factor\": 1.5,\n  \"charge_per_million\": 6172.7536633624095\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "42693c76-d5aa-43b9-985e-bd21da61b63c",
              "name": "Successful Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "admin",
                    "models"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"model_id\": \"string\",\n  \"provider\": \"string\",\n  \"cost_per_million\": 9488.989778868692,\n  \"markup_factor\": 1.5,\n  \"charge_per_million\": 6172.7536633624095\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Created",
              "code": 201,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "4ce6dc4e-19ae-4396-ab24-7a2153106de8",
              "name": "Validation Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "admin",
                    "models"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"model_id\": \"string\",\n  \"provider\": \"string\",\n  \"cost_per_million\": 9488.989778868692,\n  \"markup_factor\": 1.5,\n  \"charge_per_million\": 6172.7536633624095\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"detail\": [\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    },\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "93301af8-3f67-4fcd-87d9-9e132f26e6d4",
          "name": "Patch Model",
          "request": {
            "name": "Patch Model",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "admin",
                "models",
                ":model_id"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "string",
                  "key": "model_id",
                  "description": "(Required) "
                }
              ]
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "PATCH",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"markup_factor\": 2067.609634040972,\n  \"charge_per_million\": 4530.531969517162,\n  \"blocked\": false\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "999289cc-e093-49f9-b9cb-ccd30e5820dc",
              "name": "Successful Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "admin",
                    "models",
                    ":model_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "model_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"markup_factor\": 2067.609634040972,\n  \"charge_per_million\": 4530.531969517162,\n  \"blocked\": false\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "e331b128-ba4f-4148-94d8-81e8ca59e6a5",
              "name": "Validation Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "admin",
                    "models",
                    ":model_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "model_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"markup_factor\": 2067.609634040972,\n  \"charge_per_million\": 4530.531969517162,\n  \"blocked\": false\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"detail\": [\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    },\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "57957727-d6d7-4731-9d90-ae0d86a8e10b",
          "name": "List Api Keys",
          "request": {
            "name": "List Api Keys",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "admin",
                "api-keys"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "6ccb72ea-964e-4dae-8c1f-c69a6013fa1a",
              "name": "Successful Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "admin",
                    "api-keys"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "3357177d-1864-4934-b1db-ac00639eb1d1",
          "name": "Create Api Key",
          "request": {
            "name": "Create Api Key",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "admin",
                "api-keys"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"name\": \"string\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "ed8646c8-330b-4b25-82e6-8dbd7d4306c6",
              "name": "Successful Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "admin",
                    "api-keys"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Created",
              "code": 201,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "d58941c3-7d89-4764-8425-d6f0675cc874",
              "name": "Validation Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "admin",
                    "api-keys"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"detail\": [\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    },\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "409121fb-267d-4416-97df-422df4f49612",
          "name": "Delete Api Key",
          "request": {
            "name": "Delete Api Key",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "admin",
                "api-keys",
                ":key_id"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "1561a341-f6c7-14b6-2127-6926616160fc",
                  "key": "key_id",
                  "description": "(Required) "
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "DELETE",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "353167d7-46bd-4583-b51a-96800d0ba8c1",
              "name": "Successful Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "admin",
                    "api-keys",
                    ":key_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "1561a341-f6c7-14b6-2127-6926616160fc",
                      "key": "key_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "method": "DELETE",
                "body": {}
              },
              "status": "No Content",
              "code": 204,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "0c180f84-31ce-4dc7-9146-8cc5374bfc25",
              "name": "Validation Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "admin",
                    "api-keys",
                    ":key_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "1561a341-f6c7-14b6-2127-6926616160fc",
                      "key": "key_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"detail\": [\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    },\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "d554dadc-8c08-4513-ae44-353224ef29ba",
          "name": "List Connectors",
          "request": {
            "name": "List Connectors",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "admin",
                "connectors"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "c51bad02-da43-4295-b3f2-c5a1051e0ce0",
              "name": "Successful Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "admin",
                    "connectors"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "08811adc-5c53-44c8-896c-1490e0cd936f",
          "name": "Test Connector",
          "request": {
            "name": "Test Connector",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "admin",
                "connectors",
                ":name",
                "test"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "string",
                  "key": "name",
                  "description": "(Required) "
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "158b669c-63e9-456f-ac05-fd24d59cab98",
              "name": "Successful Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "admin",
                    "connectors",
                    ":name",
                    "test"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "name",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "216113c5-d442-4c65-aa5d-c912fdd32d87",
              "name": "Validation Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "admin",
                    "connectors",
                    ":name",
                    "test"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "name",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {}
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"detail\": [\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    },\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "9277eebf-5169-4241-9fde-77eb226c3457",
          "name": "Update Connector",
          "request": {
            "name": "Update Connector",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "admin",
                "connectors",
                ":name"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "string",
                  "key": "name",
                  "description": "(Required) "
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "PATCH",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "0c9c0da6-baad-4f2e-b364-d5202bdf6971",
              "name": "Successful Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "admin",
                    "connectors",
                    ":name"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "name",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "6f37a843-3617-46de-b9a1-36f14f5d6cf3",
              "name": "Validation Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "admin",
                    "connectors",
                    ":name"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "name",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {}
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"detail\": [\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    },\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "1b601c3c-a5c9-4f2e-b0fa-6b87efccdc08",
          "name": "Get Policy",
          "request": {
            "name": "Get Policy",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "admin",
                "security",
                "policy"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "ff166594-8d38-4b3c-80a4-d3238dbe441d",
              "name": "Successful Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "admin",
                    "security",
                    "policy"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "2da6bbdd-00a9-400d-9930-24d90834b25e",
          "name": "Put Policy",
          "request": {
            "name": "Put Policy",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "admin",
                "security",
                "policy"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "PUT",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"require_mfa\": false,\n  \"password_min_length\": 3491,\n  \"session_timeout_minutes\": 4348,\n  \"allowed_email_domains\": [\n    \"string\",\n    \"string\"\n  ],\n  \"max_login_attempts\": 9572,\n  \"allow_open_signup\": false,\n  \"max_users\": 3906\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "0f56dc9d-7ef0-42ab-82de-3b5529dd7baf",
              "name": "Successful Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "admin",
                    "security",
                    "policy"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"require_mfa\": true,\n  \"password_min_length\": 2155,\n  \"session_timeout_minutes\": 3949,\n  \"allowed_email_domains\": [\n    \"string\",\n    \"string\"\n  ],\n  \"max_login_attempts\": 1558,\n  \"allow_open_signup\": true,\n  \"max_users\": 7859\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "2650cf50-94a0-42df-9417-d1b8142b4750",
              "name": "Validation Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "admin",
                    "security",
                    "policy"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"require_mfa\": true,\n  \"password_min_length\": 2155,\n  \"session_timeout_minutes\": 3949,\n  \"allowed_email_domains\": [\n    \"string\",\n    \"string\"\n  ],\n  \"max_login_attempts\": 1558,\n  \"allow_open_signup\": true,\n  \"max_users\": 7859\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"detail\": [\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    },\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "e4aa21a3-893b-44fd-ad27-7d06a4225bac",
          "name": "Patch Policy",
          "request": {
            "name": "Patch Policy",
            "description": {
              "content": "Alias for PUT to support both PUT and PATCH.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "v1",
                "admin",
                "security",
                "policy"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "PATCH",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"require_mfa\": false,\n  \"password_min_length\": 3491,\n  \"session_timeout_minutes\": 4348,\n  \"allowed_email_domains\": [\n    \"string\",\n    \"string\"\n  ],\n  \"max_login_attempts\": 9572,\n  \"allow_open_signup\": false,\n  \"max_users\": 3906\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "e5cda6db-2e26-42f1-b434-f5c64c0fc1dc",
              "name": "Successful Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "admin",
                    "security",
                    "policy"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"require_mfa\": true,\n  \"password_min_length\": 2155,\n  \"session_timeout_minutes\": 3949,\n  \"allowed_email_domains\": [\n    \"string\",\n    \"string\"\n  ],\n  \"max_login_attempts\": 1558,\n  \"allow_open_signup\": true,\n  \"max_users\": 7859\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "06561f6d-0f6b-4fad-89aa-75dbeeb0fa30",
              "name": "Validation Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "admin",
                    "security",
                    "policy"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"require_mfa\": true,\n  \"password_min_length\": 2155,\n  \"session_timeout_minutes\": 3949,\n  \"allowed_email_domains\": [\n    \"string\",\n    \"string\"\n  ],\n  \"max_login_attempts\": 1558,\n  \"allow_open_signup\": true,\n  \"max_users\": 7859\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"detail\": [\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    },\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "f130df5b-dfb0-444f-bc43-35930e020ef6",
          "name": "List Sessions",
          "request": {
            "name": "List Sessions",
            "description": {
              "content": "List active sessions from user_sessions table (falls back to refresh_tokens).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "v1",
                "admin",
                "security",
                "sessions"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "key": "page",
                  "value": "1"
                },
                {
                  "disabled": false,
                  "key": "per_page",
                  "value": "50"
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "9ca08385-35a6-4e6a-ac62-57bdc9f89362",
              "name": "Successful Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "admin",
                    "security",
                    "sessions"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "page",
                      "value": "1"
                    },
                    {
                      "key": "per_page",
                      "value": "50"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "965f39c7-acb8-4a4e-a014-6559d8d70c43",
              "name": "Validation Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "admin",
                    "security",
                    "sessions"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "page",
                      "value": "1"
                    },
                    {
                      "key": "per_page",
                      "value": "50"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"detail\": [\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    },\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "5de09dec-7ac6-49d7-8223-762bbb519de8",
          "name": "Revoke Session",
          "request": {
            "name": "Revoke Session",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "admin",
                "security",
                "sessions",
                ":session_id",
                "revoke"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "440ec7eb-c18a-26d5-9480-3b4622f4a770",
                  "key": "session_id",
                  "description": "(Required) "
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "c94a7333-53ae-4a95-a81b-df4576514f2e",
              "name": "Successful Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "admin",
                    "security",
                    "sessions",
                    ":session_id",
                    "revoke"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "440ec7eb-c18a-26d5-9480-3b4622f4a770",
                      "key": "session_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "method": "POST",
                "body": {}
              },
              "status": "No Content",
              "code": 204,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "fafda9a5-af05-4245-89a8-cf00bd06ff2e",
              "name": "Validation Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "admin",
                    "security",
                    "sessions",
                    ":session_id",
                    "revoke"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "440ec7eb-c18a-26d5-9480-3b4622f4a770",
                      "key": "session_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {}
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"detail\": [\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    },\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "e532ce51-09e6-431a-9d2d-db9285f902b7",
          "name": "Revoke Session Delete",
          "request": {
            "name": "Revoke Session Delete",
            "description": {
              "content": "DELETE alias for backwards compatibility.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "v1",
                "admin",
                "security",
                "sessions",
                ":session_id"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "440ec7eb-c18a-26d5-9480-3b4622f4a770",
                  "key": "session_id",
                  "description": "(Required) "
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "DELETE",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "28dc2d38-be96-4da4-8da6-814160931b36",
              "name": "Successful Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "admin",
                    "security",
                    "sessions",
                    ":session_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "440ec7eb-c18a-26d5-9480-3b4622f4a770",
                      "key": "session_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "method": "DELETE",
                "body": {}
              },
              "status": "No Content",
              "code": 204,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "16b20721-54a5-4f61-97f8-043a8ff0a465",
              "name": "Validation Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "admin",
                    "security",
                    "sessions",
                    ":session_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "440ec7eb-c18a-26d5-9480-3b4622f4a770",
                      "key": "session_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"detail\": [\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    },\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "20bf7d5e-5a4c-4ba1-a1e1-1bceb910497d",
          "name": "Login Attempts",
          "request": {
            "name": "Login Attempts",
            "description": {
              "content": "List login attempts from login_attempts table.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "v1",
                "admin",
                "security",
                "login-attempts"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "key": "page",
                  "value": "1"
                },
                {
                  "disabled": false,
                  "key": "per_page",
                  "value": "50"
                },
                {
                  "disabled": false,
                  "key": "success",
                  "value": "true"
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "fb66ee3a-0587-4980-ba97-65ecbfa5cadf",
              "name": "Successful Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "admin",
                    "security",
                    "login-attempts"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "page",
                      "value": "1"
                    },
                    {
                      "key": "per_page",
                      "value": "50"
                    },
                    {
                      "key": "success",
                      "value": "true"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "e1761c2a-b736-4e83-b342-bd93c6eaa586",
              "name": "Validation Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "admin",
                    "security",
                    "login-attempts"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "page",
                      "value": "1"
                    },
                    {
                      "key": "per_page",
                      "value": "50"
                    },
                    {
                      "key": "success",
                      "value": "true"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"detail\": [\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    },\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "4c0eac34-de7a-4502-acf2-7a518ad8b258",
          "name": "List Audit",
          "request": {
            "name": "List Audit",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "admin",
                "audit"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "key": "action",
                  "value": "string"
                },
                {
                  "disabled": false,
                  "key": "user_id",
                  "value": "string"
                },
                {
                  "disabled": false,
                  "key": "from",
                  "value": "string"
                },
                {
                  "disabled": false,
                  "key": "to",
                  "value": "string"
                },
                {
                  "disabled": false,
                  "key": "page",
                  "value": "1"
                },
                {
                  "disabled": false,
                  "key": "per_page",
                  "value": "50"
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "cb05a04f-2ef0-4be7-9bb0-30120f5d2993",
              "name": "Successful Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "admin",
                    "audit"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "action",
                      "value": "string"
                    },
                    {
                      "key": "user_id",
                      "value": "string"
                    },
                    {
                      "key": "from",
                      "value": "string"
                    },
                    {
                      "key": "to",
                      "value": "string"
                    },
                    {
                      "key": "page",
                      "value": "1"
                    },
                    {
                      "key": "per_page",
                      "value": "50"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "c1d7037d-6281-42da-94ba-e2a71a1085ac",
              "name": "Validation Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "admin",
                    "audit"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "action",
                      "value": "string"
                    },
                    {
                      "key": "user_id",
                      "value": "string"
                    },
                    {
                      "key": "from",
                      "value": "string"
                    },
                    {
                      "key": "to",
                      "value": "string"
                    },
                    {
                      "key": "page",
                      "value": "1"
                    },
                    {
                      "key": "per_page",
                      "value": "50"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"detail\": [\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    },\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "42aec1e4-8ce6-419d-820b-279ed64d9f30",
          "name": "Get Branding",
          "request": {
            "name": "Get Branding",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "admin",
                "branding"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "1526d9b0-1a3d-4f7e-a325-21440daf78ba",
              "name": "Successful Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "admin",
                    "branding"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "f1f83387-54a9-496d-8d25-e1af2d01f1ee",
          "name": "Patch Branding",
          "request": {
            "name": "Patch Branding",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "admin",
                "branding"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "PATCH",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"company_name\": \"string\",\n  \"logo_url\": \"string\",\n  \"primary_color\": \"string\",\n  \"accent_color\": \"string\",\n  \"email_footer\": \"string\",\n  \"custom_domain\": \"string\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "cdf01171-0751-4a7b-943f-fe68718bf5ae",
              "name": "Successful Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "admin",
                    "branding"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"company_name\": \"string\",\n  \"logo_url\": \"string\",\n  \"primary_color\": \"string\",\n  \"accent_color\": \"string\",\n  \"email_footer\": \"string\",\n  \"custom_domain\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "448f6037-4028-432a-9b76-92cfb85e0f3f",
              "name": "Validation Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "admin",
                    "branding"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"company_name\": \"string\",\n  \"logo_url\": \"string\",\n  \"primary_color\": \"string\",\n  \"accent_color\": \"string\",\n  \"email_footer\": \"string\",\n  \"custom_domain\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"detail\": [\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    },\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "4d06fd79-cdb0-4859-8894-ab7cf382c931",
          "name": "Upload Logo",
          "request": {
            "name": "Upload Logo",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "admin",
                "branding",
                "logo"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "multipart/form-data"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            },
            "body": {
              "mode": "formdata",
              "formdata": [
                {
                  "key": "file",
                  "type": "file",
                  "description": "(Required) "
                }
              ]
            }
          },
          "response": [
            {
              "id": "558583d2-1a12-41ec-8183-1edcd552b783",
              "name": "Successful Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "admin",
                    "branding",
                    "logo"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "formdata",
                  "formdata": [
                    {
                      "description": {
                        "content": "(Required) ",
                        "type": "text/plain"
                      },
                      "key": "file",
                      "type": "file"
                    }
                  ]
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "1d92f8d7-2968-47ad-b5ca-a99cb4f24ad1",
              "name": "Validation Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "admin",
                    "branding",
                    "logo"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "formdata",
                  "formdata": [
                    {
                      "description": {
                        "content": "(Required) ",
                        "type": "text/plain"
                      },
                      "key": "file",
                      "type": "file"
                    }
                  ]
                }
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"detail\": [\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    },\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "a9abcdd6-7ae6-4f82-b9a0-da076e593f09",
          "name": "List Exports",
          "request": {
            "name": "List Exports",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "admin",
                "data",
                "exports"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "fc826d43-117d-4a58-aaa0-ef277d5094fc",
              "name": "Successful Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "admin",
                    "data",
                    "exports"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "063fadc3-bc23-41dd-86fe-82015ad91839",
          "name": "Create Export",
          "request": {
            "name": "Create Export",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "admin",
                "data",
                "exports"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"scope\": \"all\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "cf187c33-dfd5-48dd-9c7c-6dd54626373a",
              "name": "Successful Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "admin",
                    "data",
                    "exports"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"scope\": \"all\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Created",
              "code": 201,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "a256e888-0d40-4846-b838-dc4dfe4b9c02",
              "name": "Validation Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "admin",
                    "data",
                    "exports"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"scope\": \"all\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"detail\": [\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    },\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "43b3d51e-9319-419e-a85d-bbc6e3bcd94d",
          "name": "Get Export",
          "request": {
            "name": "Get Export",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "admin",
                "data",
                "exports",
                ":export_id"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "e56acc0e-6b4f-6ca0-f02d-599c36b93efa",
                  "key": "export_id",
                  "description": "(Required) "
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "1389bb5f-68db-4578-b9ba-9435b492a67b",
              "name": "Successful Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "admin",
                    "data",
                    "exports",
                    ":export_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "e56acc0e-6b4f-6ca0-f02d-599c36b93efa",
                      "key": "export_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "f7dcc7b2-fd01-4375-8a2c-242add1f0ec0",
              "name": "Validation Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "admin",
                    "data",
                    "exports",
                    ":export_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "e56acc0e-6b4f-6ca0-f02d-599c36b93efa",
                      "key": "export_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"detail\": [\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    },\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "ddc470f0-4e50-4427-8986-25632a7e7412",
          "name": "Download Export",
          "request": {
            "name": "Download Export",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "admin",
                "data",
                "exports",
                ":export_id",
                "download"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "e56acc0e-6b4f-6ca0-f02d-599c36b93efa",
                  "key": "export_id",
                  "description": "(Required) "
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "6e813156-51ce-473e-9f49-8fb10be7e392",
              "name": "Successful Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "admin",
                    "data",
                    "exports",
                    ":export_id",
                    "download"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "e56acc0e-6b4f-6ca0-f02d-599c36b93efa",
                      "key": "export_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "e376d9d2-5e3c-4351-a8d1-ffbd2cf5a0c1",
              "name": "Validation Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "admin",
                    "data",
                    "exports",
                    ":export_id",
                    "download"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "e56acc0e-6b4f-6ca0-f02d-599c36b93efa",
                      "key": "export_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"detail\": [\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    },\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "2427977e-8ffb-4dfb-9d01-5ce50968cd6b",
          "name": "Purge Data",
          "request": {
            "name": "Purge Data",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "admin",
                "data",
                "purge"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"scope\": \"string\",\n  \"confirm\": \"string\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "8eb18d73-dbc1-4a51-9de5-ca2a78f195fc",
              "name": "Successful Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "admin",
                    "data",
                    "purge"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"scope\": \"string\",\n  \"confirm\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "7bf135aa-6706-4869-ac20-c08394298ece",
              "name": "Validation Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "admin",
                    "data",
                    "purge"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"scope\": \"string\",\n  \"confirm\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"detail\": [\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    },\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "4cb7fd2e-61f0-45e9-851b-03d1defb9161",
          "name": "System Health",
          "request": {
            "name": "System Health",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "admin",
                "system",
                "health"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "2516fb3a-1d52-43c6-81c8-ccd0854d6bd5",
              "name": "Successful Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "admin",
                    "system",
                    "health"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "d9da44c0-aec9-4d0b-994c-e5d91d1d877e",
          "name": "Get Logs",
          "request": {
            "name": "Get Logs",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "admin",
                "system",
                "logs"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "key": "level",
                  "value": "string"
                },
                {
                  "disabled": false,
                  "key": "since",
                  "value": "string"
                },
                {
                  "disabled": false,
                  "key": "limit",
                  "value": "100"
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "9213816d-030c-4777-bfb8-d8b21792d185",
              "name": "Successful Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "admin",
                    "system",
                    "logs"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "level",
                      "value": "string"
                    },
                    {
                      "key": "since",
                      "value": "string"
                    },
                    {
                      "key": "limit",
                      "value": "100"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "719a43fa-df15-4dc5-a818-54a623ce5c0b",
              "name": "Validation Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "admin",
                    "system",
                    "logs"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "level",
                      "value": "string"
                    },
                    {
                      "key": "since",
                      "value": "string"
                    },
                    {
                      "key": "limit",
                      "value": "100"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"detail\": [\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    },\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "f36f2e43-38ca-4a86-ae22-a543360d7ceb",
          "name": "Restart Service",
          "request": {
            "name": "Restart Service",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "admin",
                "system",
                "restart",
                ":service"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "string",
                  "key": "service",
                  "description": "(Required) "
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "adf89109-d379-49da-8683-9a97347e3e93",
              "name": "Successful Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "admin",
                    "system",
                    "restart",
                    ":service"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "service",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "8c7d0e82-0dc3-4226-a93e-5f0750d45c04",
              "name": "Validation Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "admin",
                    "system",
                    "restart",
                    ":service"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "service",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {}
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"detail\": [\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    },\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "62b8d3d6-61cb-490c-b643-fa1620e44ec3",
          "name": "Clear Translate Cache",
          "request": {
            "name": "Clear Translate Cache",
            "description": {
              "content": "Delete all hubrix:translate:* Redis keys. Superadmin only.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "v1",
                "admin",
                "system",
                "cache",
                "translate",
                "clear"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "59973116-f6be-454f-8292-bdde9dc55f0d",
              "name": "Successful Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "admin",
                    "system",
                    "cache",
                    "translate",
                    "clear"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "15bb3eb3-9bd4-418e-a15f-8c1b1a49f778",
          "name": "Test Email",
          "request": {
            "name": "Test Email",
            "description": {
              "content": "Send a test email via the Resend service. Superadmin only.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "v1",
                "admin",
                "email",
                "test"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"template\": \"invitation\",\n  \"to\": \"string\",\n  \"locale\": \"en\",\n  \"args\": {}\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "0b5c0950-cf99-4c85-bc08-5737d428484f",
              "name": "Successful Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "admin",
                    "email",
                    "test"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"template\": \"invitation\",\n  \"to\": \"string\",\n  \"locale\": \"en\",\n  \"args\": {}\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "cc880039-b121-4e05-be1b-4e8a7aebfda2",
              "name": "Validation Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "admin",
                    "email",
                    "test"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"template\": \"invitation\",\n  \"to\": \"string\",\n  \"locale\": \"en\",\n  \"args\": {}\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"detail\": [\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    },\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "0cb9787d-c52f-48af-8a01-dc36b994bdb7",
          "name": "Get Email Log",
          "request": {
            "name": "Get Email Log",
            "description": {
              "content": "Return the email_log rows. Superadmin only.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "v1",
                "admin",
                "email",
                "log"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "key": "limit",
                  "value": "100"
                },
                {
                  "disabled": false,
                  "key": "offset",
                  "value": "0"
                },
                {
                  "disabled": false,
                  "key": "status",
                  "value": "string"
                },
                {
                  "disabled": false,
                  "key": "q",
                  "value": "string"
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "92adbd11-a871-449b-84ff-effe70a299ec",
              "name": "Successful Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "admin",
                    "email",
                    "log"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "limit",
                      "value": "100"
                    },
                    {
                      "key": "offset",
                      "value": "0"
                    },
                    {
                      "key": "status",
                      "value": "string"
                    },
                    {
                      "key": "q",
                      "value": "string"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "32ceca12-ba5c-428f-a169-a257e20ec116",
              "name": "Validation Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "admin",
                    "email",
                    "log"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "limit",
                      "value": "100"
                    },
                    {
                      "key": "offset",
                      "value": "0"
                    },
                    {
                      "key": "status",
                      "value": "string"
                    },
                    {
                      "key": "q",
                      "value": "string"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"detail\": [\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    },\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "c55ead09-84d1-425a-95d3-5472a009afaf",
          "name": "Admin Me",
          "request": {
            "name": "Admin Me",
            "description": {
              "content": "Returns admin context — used by frontend to check admin status.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "v1",
                "admin",
                "me"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "4235d1e1-1bfe-4620-995c-1671680f1292",
              "name": "Successful Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "admin",
                    "me"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ],
      "event": []
    },
    {
      "id": "c8d76d63-9c6c-4c56-9c48-41ea9875516d",
      "name": "auth",
      "description": {
        "content": "",
        "type": "text/plain"
      },
      "item": [
        {
          "id": "7d03923a-6173-4e0f-b084-e81150467278",
          "name": "Register",
          "request": {
            "name": "Register",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "auth",
                "register"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "auth": null,
            "body": {
              "mode": "raw",
              "raw": "{\n  \"email\": \"S2K8oagBkaBZ9rd@BVNer.qa\",\n  \"password\": \"stringstring\",\n  \"invite_token\": \"string\",\n  \"recaptcha_token\": \"string\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "40b7a4a1-8faa-471b-be37-11f834d1bb2d",
              "name": "Successful Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "auth",
                    "register"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"email\": \"S2K8oagBkaBZ9rd@BVNer.qa\",\n  \"password\": \"stringstring\",\n  \"invite_token\": \"string\",\n  \"recaptcha_token\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Created",
              "code": 201,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"access_token\": \"string\",\n  \"expires_in\": 2096,\n  \"token_type\": \"bearer\",\n  \"refresh_token\": \"string\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "d0ae1bd5-1382-4354-8540-8e0caddecac5",
              "name": "Validation Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "auth",
                    "register"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"email\": \"S2K8oagBkaBZ9rd@BVNer.qa\",\n  \"password\": \"stringstring\",\n  \"invite_token\": \"string\",\n  \"recaptcha_token\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"detail\": [\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    },\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "869b0839-1be6-46dd-b4c0-1eb6f5f1f616",
          "name": "Login",
          "request": {
            "name": "Login",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "auth",
                "login"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "auth": null,
            "body": {
              "mode": "raw",
              "raw": "{\n  \"email\": \"8CElzs3N@krSZfnuvmk.wyh\",\n  \"password\": \"string\",\n  \"totp_code\": \"string\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "93bbe5ab-6e67-4809-a6ab-954255a293a0",
              "name": "Successful Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "auth",
                    "login"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"email\": \"8CElzs3N@krSZfnuvmk.wyh\",\n  \"password\": \"string\",\n  \"totp_code\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"access_token\": \"string\",\n  \"expires_in\": 2096,\n  \"token_type\": \"bearer\",\n  \"refresh_token\": \"string\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "07b58955-df13-47c7-aca7-8ec98626bba5",
              "name": "Validation Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "auth",
                    "login"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"email\": \"8CElzs3N@krSZfnuvmk.wyh\",\n  \"password\": \"string\",\n  \"totp_code\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"detail\": [\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    },\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "c669d1cb-444d-48d3-bf6d-ae552ac03793",
          "name": "Logout",
          "request": {
            "name": "Logout",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "auth",
                "logout"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "auth": null,
            "body": {
              "mode": "raw",
              "raw": "{\n  \"refresh_token\": \"string\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "80a47eab-b21f-41ef-b498-6506288649c1",
              "name": "Successful Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "auth",
                    "logout"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"refresh_token\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "No Content",
              "code": 204,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "e833b271-83ea-4938-abbe-a8bcb2d67631",
              "name": "Validation Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "auth",
                    "logout"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"refresh_token\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"detail\": [\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    },\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "9a248a97-704a-459a-aea6-e277078ba092",
          "name": "Refresh",
          "request": {
            "name": "Refresh",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "auth",
                "refresh"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "auth": null,
            "body": {
              "mode": "raw",
              "raw": "{\n  \"refresh_token\": \"string\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "88ed2638-a40c-4edf-ae61-d14d47f439de",
              "name": "Successful Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "auth",
                    "refresh"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"refresh_token\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"access_token\": \"string\",\n  \"expires_in\": 2096,\n  \"token_type\": \"bearer\",\n  \"refresh_token\": \"string\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "d8b460bd-c010-44ab-8de6-5b761b045320",
              "name": "Validation Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "auth",
                    "refresh"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"refresh_token\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"detail\": [\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    },\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "b19a0550-3349-48b9-a67f-d4b9652ae2cf",
          "name": "Me",
          "request": {
            "name": "Me",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "auth",
                "me"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "65fa9528-91e7-44ca-80a7-978300924721",
              "name": "Successful Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "auth",
                    "me"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"id\": \"06e4d39b-ecf6-a010-3c16-32ff6e548835\",\n  \"email\": \"string\",\n  \"is_active\": true,\n  \"is_verified\": false,\n  \"has_totp\": false,\n  \"company_id\": \"0d15dadc-d287-4b67-f14c-a0bbd270e255\",\n  \"created_at\": \"1986-01-12T00:03:33.660Z\",\n  \"is_superadmin\": false,\n  \"full_name\": \"string\",\n  \"company\": {\n    \"id\": \"66b22d82-6625-20ad-5865-5a12ddc003d0\",\n    \"name\": \"string\",\n    \"plan\": \"string\",\n    \"credits_remaining\": 6251.581562944557,\n    \"role\": \"member\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "cfbc9626-28f2-46f4-938b-314acdebe862",
          "name": "Google Oauth",
          "request": {
            "name": "Google Oauth",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "auth",
                "google"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "auth": null,
            "body": {
              "mode": "raw",
              "raw": "{\n  \"code\": \"string\",\n  \"redirect_uri\": \"string\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "8a54f787-cd12-4e46-a00d-01cd879af89f",
              "name": "Successful Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "auth",
                    "google"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"code\": \"string\",\n  \"redirect_uri\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"access_token\": \"string\",\n  \"expires_in\": 2096,\n  \"token_type\": \"bearer\",\n  \"refresh_token\": \"string\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "366c74e0-78bc-466a-8b16-9743da72e163",
              "name": "Validation Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "auth",
                    "google"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"code\": \"string\",\n  \"redirect_uri\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"detail\": [\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    },\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "69addb93-6887-4ca2-86d4-523ccf1835a0",
          "name": "Microsoft Oauth",
          "request": {
            "name": "Microsoft Oauth",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "auth",
                "microsoft"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "auth": null,
            "body": {
              "mode": "raw",
              "raw": "{\n  \"code\": \"string\",\n  \"redirect_uri\": \"string\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "17ede967-4e94-4170-9eec-15040d1b9a9d",
              "name": "Successful Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "auth",
                    "microsoft"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"code\": \"string\",\n  \"redirect_uri\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"access_token\": \"string\",\n  \"expires_in\": 2096,\n  \"token_type\": \"bearer\",\n  \"refresh_token\": \"string\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "008d6c7f-983a-4235-9987-22930e7c9bce",
              "name": "Validation Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "auth",
                    "microsoft"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"code\": \"string\",\n  \"redirect_uri\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"detail\": [\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    },\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "cfe45655-5b5b-493a-add5-59ddd03093fb",
          "name": "Totp Setup",
          "request": {
            "name": "Totp Setup",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "auth",
                "2fa",
                "setup"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "c0f9839f-9b62-4940-ba79-6df9998f64c7",
              "name": "Successful Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "auth",
                    "2fa",
                    "setup"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"provisioning_uri\": \"string\",\n  \"secret\": \"string\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "6c297efc-2691-4cd8-a1f5-bf71dd7b342e",
          "name": "Totp Verify",
          "request": {
            "name": "Totp Verify",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "auth",
                "2fa",
                "verify"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"code\": \"string\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "84e055a5-e0b3-4532-b805-e74a97f7826e",
              "name": "Successful Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "auth",
                    "2fa",
                    "verify"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"code\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "No Content",
              "code": 204,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "bfd44c02-2c84-4afd-95c0-e73b4239efe9",
              "name": "Validation Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "auth",
                    "2fa",
                    "verify"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"code\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"detail\": [\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    },\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "2f74247e-ef50-47d1-9dcf-85c660c6a1e8",
          "name": "Google Start",
          "request": {
            "name": "Google Start",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "auth",
                "google",
                "start"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "key": "return_to",
                  "value": "/dashboard"
                },
                {
                  "disabled": false,
                  "key": "locale",
                  "value": "en"
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": null
          },
          "response": [
            {
              "id": "4896596f-f3e8-46fa-a532-ab5d9f44bb52",
              "name": "Successful Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "auth",
                    "google",
                    "start"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "return_to",
                      "value": "/dashboard"
                    },
                    {
                      "key": "locale",
                      "value": "en"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "79f77b24-76c6-4e17-b7e3-5e82b935240b",
              "name": "Validation Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "auth",
                    "google",
                    "start"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "return_to",
                      "value": "/dashboard"
                    },
                    {
                      "key": "locale",
                      "value": "en"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"detail\": [\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    },\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "b111e99d-f62d-47b2-a7b8-cfacd92fcfa1",
          "name": "Google Callback",
          "request": {
            "name": "Google Callback",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "auth",
                "google",
                "callback"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "key": "code",
                  "value": "string"
                },
                {
                  "disabled": false,
                  "key": "state",
                  "value": "string"
                },
                {
                  "disabled": false,
                  "key": "error",
                  "value": "string"
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": null
          },
          "response": [
            {
              "id": "7a16d0b8-42af-4d7a-9649-eee194052104",
              "name": "Successful Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "auth",
                    "google",
                    "callback"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "code",
                      "value": "string"
                    },
                    {
                      "key": "state",
                      "value": "string"
                    },
                    {
                      "key": "error",
                      "value": "string"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "cdce786e-3060-4a24-a8c8-a3db465e02d2",
              "name": "Validation Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "auth",
                    "google",
                    "callback"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "code",
                      "value": "string"
                    },
                    {
                      "key": "state",
                      "value": "string"
                    },
                    {
                      "key": "error",
                      "value": "string"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"detail\": [\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    },\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "a2f5da22-6838-480a-818b-96d042898824",
          "name": "Microsoft Start",
          "request": {
            "name": "Microsoft Start",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "auth",
                "microsoft",
                "start"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "key": "return_to",
                  "value": "/dashboard"
                },
                {
                  "disabled": false,
                  "key": "locale",
                  "value": "en"
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": null
          },
          "response": [
            {
              "id": "cedd9792-7fdb-41da-8a3a-b31334e7234c",
              "name": "Successful Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "auth",
                    "microsoft",
                    "start"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "return_to",
                      "value": "/dashboard"
                    },
                    {
                      "key": "locale",
                      "value": "en"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "952d8cfe-cf92-4893-8bdf-f3f7b8da9b4a",
              "name": "Validation Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "auth",
                    "microsoft",
                    "start"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "return_to",
                      "value": "/dashboard"
                    },
                    {
                      "key": "locale",
                      "value": "en"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"detail\": [\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    },\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "03c16226-3183-4dcb-8724-b8464fc7c85e",
          "name": "Microsoft Callback",
          "request": {
            "name": "Microsoft Callback",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "auth",
                "microsoft",
                "callback"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "key": "code",
                  "value": "string"
                },
                {
                  "disabled": false,
                  "key": "state",
                  "value": "string"
                },
                {
                  "disabled": false,
                  "key": "error",
                  "value": "string"
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": null
          },
          "response": [
            {
              "id": "dd9e4246-7e25-4f2f-a483-422ed169943e",
              "name": "Successful Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "auth",
                    "microsoft",
                    "callback"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "code",
                      "value": "string"
                    },
                    {
                      "key": "state",
                      "value": "string"
                    },
                    {
                      "key": "error",
                      "value": "string"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "d454c7ca-fe96-4675-9c6f-7cad1f4e7b31",
              "name": "Validation Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "auth",
                    "microsoft",
                    "callback"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "code",
                      "value": "string"
                    },
                    {
                      "key": "state",
                      "value": "string"
                    },
                    {
                      "key": "error",
                      "value": "string"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"detail\": [\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    },\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "ee117972-4743-424e-8ba8-f25daa160ac1",
          "name": "Sso Linked",
          "request": {
            "name": "Sso Linked",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "auth",
                "sso",
                "linked"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "1156c2b5-5767-4bbc-a26c-b84688937634",
              "name": "Successful Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "auth",
                    "sso",
                    "linked"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "[\n  {\n    \"key_0\": 7086.807151950463\n  },\n  {\n    \"key_0\": true,\n    \"key_1\": 8079,\n    \"key_2\": true\n  }\n]",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "1f119a2e-7afc-41eb-8d16-5dfd1eda003d",
          "name": "Sso Unlink",
          "request": {
            "name": "Sso Unlink",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "auth",
                "sso",
                "unlink"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"provider\": \"string\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "430fb10a-ec97-46c0-bc9b-19f6c1a29c66",
              "name": "Successful Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "auth",
                    "sso",
                    "unlink"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"provider\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"key_0\": 2728.001480925126\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "37ac3ee3-f94a-4173-a7e2-97a36371a9ee",
              "name": "Validation Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "auth",
                    "sso",
                    "unlink"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"provider\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"detail\": [\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    },\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "e6f41938-3700-49b6-b39e-eeda8c3a2355",
          "name": "Step Up",
          "request": {
            "name": "Step Up",
            "description": {
              "content": "Grant a step-up token valid for 5 minutes.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "v1",
                "auth",
                "step-up"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"password\": \"string\",\n  \"mfa_code\": \"string\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "69676c61-172e-4a0a-a554-6726aa45ab1e",
              "name": "Successful Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "auth",
                    "step-up"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"password\": \"string\",\n  \"mfa_code\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"key_0\": 545.9348957269539\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "fdb2e31b-1ea5-4471-a70c-41c93a28f910",
              "name": "Validation Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "auth",
                    "step-up"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"password\": \"string\",\n  \"mfa_code\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"detail\": [\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    },\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "cd871f9d-af55-4486-b327-34f58f170768",
          "name": "Preview Invitation",
          "request": {
            "name": "Preview Invitation",
            "description": {
              "content": "Public endpoint: preview invitation details by token.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "v1",
                "auth",
                "invitations",
                "preview"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "key": "token",
                  "value": "string",
                  "description": "(Required) "
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": null
          },
          "response": [
            {
              "id": "a2291611-a04b-4932-adda-92c528202e7d",
              "name": "Successful Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "auth",
                    "invitations",
                    "preview"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "token",
                      "value": "string"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "4c9b975b-bdb5-4b2f-91f6-1acd9a0a4615",
              "name": "Validation Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "auth",
                    "invitations",
                    "preview"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "token",
                      "value": "string"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"detail\": [\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    },\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "34851d8b-064a-4117-b5b4-001b25a64a6e",
          "name": "Accept Invitation",
          "request": {
            "name": "Accept Invitation",
            "description": {
              "content": "Public endpoint: accept invitation and create account.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "v1",
                "auth",
                "invitations",
                "accept"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "auth": null,
            "body": {
              "mode": "raw",
              "raw": "{\n  \"token\": \"string\",\n  \"password\": \"string\",\n  \"full_name\": \"string\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "b1185430-25ac-4cdd-a762-b90947d1433d",
              "name": "Successful Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "auth",
                    "invitations",
                    "accept"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"token\": \"string\",\n  \"password\": \"string\",\n  \"full_name\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Created",
              "code": 201,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "ca649a0a-e15b-4909-b3a0-64f70457305e",
              "name": "Validation Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "auth",
                    "invitations",
                    "accept"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"token\": \"string\",\n  \"password\": \"string\",\n  \"full_name\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"detail\": [\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    },\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ],
      "event": []
    },
    {
      "id": "fa8a3289-793b-4b59-89ed-67aa6ed3db0a",
      "name": "tenancy",
      "description": {
        "content": "",
        "type": "text/plain"
      },
      "item": [
        {
          "id": "c303bd11-b56a-4b06-b009-0f8a1441b050",
          "name": "Get Company",
          "request": {
            "name": "Get Company",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "tenancy",
                "company"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "1c8e00ed-d8b5-4f1b-879e-d9804bab05f2",
              "name": "Successful Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "tenancy",
                    "company"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"id\": \"f8a7e942-2fde-e416-1cc7-8b762002263f\",\n  \"name\": \"string\",\n  \"plan\": \"string\",\n  \"created_at\": \"1954-10-21T14:22:48.647Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "205a18c7-1627-471c-aa14-6f2791c443df",
          "name": "Update Company",
          "request": {
            "name": "Update Company",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "tenancy",
                "company"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "PATCH",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"name\": \"string\",\n  \"plan\": \"string\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "58dbf065-4126-4a85-b075-d1a6088c217d",
              "name": "Successful Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "tenancy",
                    "company"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"string\",\n  \"plan\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"id\": \"f8a7e942-2fde-e416-1cc7-8b762002263f\",\n  \"name\": \"string\",\n  \"plan\": \"string\",\n  \"created_at\": \"1954-10-21T14:22:48.647Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "dee65dd3-9411-45ed-9454-41ccb2c6c57c",
              "name": "Validation Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "tenancy",
                    "company"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"string\",\n  \"plan\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"detail\": [\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    },\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "54158fd5-1523-4662-9412-4185d18e0ccc",
          "name": "List Members",
          "request": {
            "name": "List Members",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "tenancy",
                "members"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "5d21f167-43b7-43c7-a17d-0fffd48301b3",
              "name": "Successful Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "tenancy",
                    "members"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "[\n  {\n    \"user_id\": \"64ad6a5c-c5fe-4f1d-0a03-caa06423732c\",\n    \"email\": \"string\",\n    \"role\": \"string\",\n    \"joined_at\": \"1997-04-17T01:43:50.549Z\"\n  },\n  {\n    \"user_id\": \"3ba816cc-5186-a887-e286-76b9b8f3449e\",\n    \"email\": \"string\",\n    \"role\": \"string\",\n    \"joined_at\": \"1985-04-19T08:17:20.516Z\"\n  }\n]",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "7d0c2507-ef2f-46bd-8b3f-492f4503e3f1",
          "name": "Invite Member",
          "request": {
            "name": "Invite Member",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "tenancy",
                "members",
                "invite"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"email\": \"1xgMWt4WcXu@izncKeYPpWtbqyNtB.ipzn\",\n  \"role\": \"member\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "10ac3aa8-3852-4b08-82c6-450f7f47ebe4",
              "name": "Successful Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "tenancy",
                    "members",
                    "invite"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"email\": \"1xgMWt4WcXu@izncKeYPpWtbqyNtB.ipzn\",\n  \"role\": \"member\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Created",
              "code": 201,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"invite_token\": \"string\",\n  \"email\": \"string\",\n  \"expires_at\": \"1996-03-23T07:38:59.328Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "ba3d60f9-cdfb-43bb-b250-6226dac7971d",
              "name": "Validation Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "tenancy",
                    "members",
                    "invite"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"email\": \"1xgMWt4WcXu@izncKeYPpWtbqyNtB.ipzn\",\n  \"role\": \"member\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"detail\": [\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    },\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "600a3bcd-6a26-4afe-9381-addee1001167",
          "name": "Remove Member",
          "request": {
            "name": "Remove Member",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "tenancy",
                "members",
                ":user_id"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "4ed77e04-4710-a425-9e79-a7600f49dd70",
                  "key": "user_id",
                  "description": "(Required) "
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "DELETE",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "c7211939-cbc1-4625-9a20-5d307f59e0c6",
              "name": "Successful Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "tenancy",
                    "members",
                    ":user_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "4ed77e04-4710-a425-9e79-a7600f49dd70",
                      "key": "user_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "method": "DELETE",
                "body": {}
              },
              "status": "No Content",
              "code": 204,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "30a6fcb6-4689-454f-8742-be82a8d30e92",
              "name": "Validation Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "tenancy",
                    "members",
                    ":user_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "4ed77e04-4710-a425-9e79-a7600f49dd70",
                      "key": "user_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"detail\": [\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    },\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "4260f451-3be7-4a55-97ef-927d9563083f",
          "name": "List Api Keys",
          "request": {
            "name": "List Api Keys",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "tenancy",
                "api-keys"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "6ff88121-2990-40cf-a39e-bad9e292d1bc",
              "name": "Successful Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "tenancy",
                    "api-keys"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "[\n  {\n    \"id\": \"83ca3048-3dea-0500-2343-7977841376b1\",\n    \"name\": \"string\",\n    \"scopes\": [\n      \"string\",\n      \"string\"\n    ],\n    \"last_used_at\": \"1969-03-02T19:44:46.761Z\",\n    \"expires_at\": \"1957-04-20T02:59:47.062Z\",\n    \"created_at\": \"1982-02-04T12:08:56.531Z\"\n  },\n  {\n    \"id\": \"d2db96f8-3242-1f1b-8afa-1ff2accf9221\",\n    \"name\": \"string\",\n    \"scopes\": [\n      \"string\",\n      \"string\"\n    ],\n    \"last_used_at\": \"1982-01-02T03:40:05.992Z\",\n    \"expires_at\": \"1966-06-22T13:53:50.252Z\",\n    \"created_at\": \"2019-03-02T09:48:21.122Z\"\n  }\n]",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "70547ee7-c781-4521-a4e0-e63de12f0328",
          "name": "Create Api Key",
          "request": {
            "name": "Create Api Key",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "tenancy",
                "api-keys"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"name\": \"string\",\n  \"scopes\": [\n    \"string\",\n    \"string\"\n  ],\n  \"expires_at\": \"2013-10-11T05:23:28.218Z\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "19700e21-dd53-4f5f-a56b-9cfe6237ad24",
              "name": "Successful Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "tenancy",
                    "api-keys"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"string\",\n  \"scopes\": [\n    \"string\",\n    \"string\"\n  ],\n  \"expires_at\": \"2003-11-18T06:45:09.424Z\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Created",
              "code": 201,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"id\": \"a65bff8e-305d-c2f9-ceae-c995d45f73b5\",\n  \"name\": \"string\",\n  \"scopes\": [\n    \"string\",\n    \"string\"\n  ],\n  \"last_used_at\": \"1953-11-05T04:54:42.465Z\",\n  \"expires_at\": \"2023-05-15T20:10:43.222Z\",\n  \"created_at\": \"2000-06-26T21:59:49.970Z\",\n  \"key\": \"string\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "e5275cdc-d251-4cea-b9cf-ef9b193313c5",
              "name": "Validation Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "tenancy",
                    "api-keys"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"string\",\n  \"scopes\": [\n    \"string\",\n    \"string\"\n  ],\n  \"expires_at\": \"2003-11-18T06:45:09.424Z\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"detail\": [\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    },\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "0dc1c90d-cbd2-421a-b115-a11c7bf58058",
          "name": "Revoke Api Key",
          "request": {
            "name": "Revoke Api Key",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "tenancy",
                "api-keys",
                ":key_id"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "1561a341-f6c7-14b6-2127-6926616160fc",
                  "key": "key_id",
                  "description": "(Required) "
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "DELETE",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "6e9301a1-fa77-424b-afee-255490c08968",
              "name": "Successful Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "tenancy",
                    "api-keys",
                    ":key_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "1561a341-f6c7-14b6-2127-6926616160fc",
                      "key": "key_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "method": "DELETE",
                "body": {}
              },
              "status": "No Content",
              "code": 204,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "c932f0ce-d44c-438e-9c16-7b52a6e9bfec",
              "name": "Validation Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "tenancy",
                    "api-keys",
                    ":key_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "1561a341-f6c7-14b6-2127-6926616160fc",
                      "key": "key_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"detail\": [\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    },\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ],
      "event": []
    },
    {
      "id": "b16943af-9fb1-45a8-9271-2c9969b402e6",
      "name": "billing",
      "description": {
        "content": "",
        "type": "text/plain"
      },
      "item": [
        {
          "id": "569d7fe7-cccd-4182-b2de-923b2dc8444e",
          "name": "List Plans",
          "request": {
            "name": "List Plans",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "billing",
                "plans"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": null
          },
          "response": [
            {
              "id": "8e41925b-8167-4929-8a48-33b18ffc68ec",
              "name": "Successful Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "billing",
                    "plans"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "[\n  {\n    \"plan_name\": \"string\",\n    \"credits_monthly\": 6744,\n    \"price_eur\": 2943.9150615225885,\n    \"max_users\": 204,\n    \"stripe_price_id\": \"string\"\n  },\n  {\n    \"plan_name\": \"string\",\n    \"credits_monthly\": 797,\n    \"price_eur\": 831.0394000392085,\n    \"max_users\": 3705,\n    \"stripe_price_id\": \"string\"\n  }\n]",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "966d6901-e516-4b4e-a203-258b5b031172",
          "name": "Get Subscription",
          "request": {
            "name": "Get Subscription",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "billing",
                "subscription"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "679f118e-40d1-476a-b26c-98c9225b8617",
              "name": "Successful Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "billing",
                    "subscription"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"id\": \"ea6ee07b-17be-5037-e63b-e8dab9e50ba6\",\n  \"company_id\": \"059314ed-7926-025d-9dd7-9eccfcb226c5\",\n  \"plan_name\": \"string\",\n  \"status\": \"string\",\n  \"stripe_subscription_id\": \"string\",\n  \"current_period_end\": \"1973-02-13T06:18:44.416Z\",\n  \"cancel_at_period_end\": false,\n  \"created_at\": \"1977-08-10T15:17:14.789Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "182da90a-9f81-451f-bb7b-8edd8fa0df5b",
          "name": "Checkout",
          "request": {
            "name": "Checkout",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "billing",
                "checkout"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"plan_name\": \"starter\",\n  \"success_url\": \"string\",\n  \"cancel_url\": \"string\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "139b5f5f-bc15-44dd-97b4-354a22cc5c01",
              "name": "Successful Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "billing",
                    "checkout"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"plan_name\": \"starter\",\n  \"success_url\": \"string\",\n  \"cancel_url\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"checkout_url\": \"string\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "b3965497-e34b-4c95-baf9-60d80af28224",
              "name": "Validation Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "billing",
                    "checkout"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"plan_name\": \"starter\",\n  \"success_url\": \"string\",\n  \"cancel_url\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"detail\": [\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    },\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "657e12d2-7605-4e86-aa85-431558701c5b",
          "name": "Portal",
          "request": {
            "name": "Portal",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "billing",
                "portal"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"return_url\": \"string\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "4daa53f3-cf5e-4008-8e7c-dffbae015d78",
              "name": "Successful Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "billing",
                    "portal"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"return_url\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"portal_url\": \"string\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "e9abbfd2-79b9-4307-a79b-ca1743534967",
              "name": "Validation Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "billing",
                    "portal"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"return_url\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"detail\": [\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    },\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "f1e03d00-7971-41d6-9df9-1e409aeab7c7",
          "name": "Get Credits",
          "request": {
            "name": "Get Credits",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "billing",
                "credits"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "728d8af6-fa16-4a43-9de8-70a7e28b3cbe",
              "name": "Successful Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "billing",
                    "credits"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"company_id\": \"74873301-9a96-2a6f-b811-90fb052ff41c\",\n  \"period_month\": \"string\",\n  \"credits_allocated\": 3085,\n  \"credits_used\": 4752,\n  \"credits_reserved\": 2334,\n  \"credits_available\": 1756\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "ad110bca-4e69-4b4f-94b5-cb6510cb951f",
          "name": "Reserve Credits",
          "request": {
            "name": "Reserve Credits",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "billing",
                "credits",
                "reserve"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"feature_key\": \"string\",\n  \"quantity\": 1\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "fbd2e9ba-9336-4ed2-8754-8381e9dde455",
              "name": "Successful Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "billing",
                    "credits",
                    "reserve"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"feature_key\": \"string\",\n  \"quantity\": 1\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"reservation_id\": \"e56a2451-4488-bb04-2ea8-b49fa6c26423\",\n  \"credits_reserved\": 8593,\n  \"credits_available_after\": 3324\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "1cc9982b-cbf9-47fe-a905-0e097534baec",
              "name": "Validation Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "billing",
                    "credits",
                    "reserve"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"feature_key\": \"string\",\n  \"quantity\": 1\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"detail\": [\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    },\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "0db8933f-9846-42e3-b366-66a1edc77a03",
          "name": "Commit Credits",
          "request": {
            "name": "Commit Credits",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "billing",
                "credits",
                "commit"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"reservation_id\": \"1551f0c8-9959-0a6c-f32a-b19789538fb1\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "2c60bcdf-9988-48f5-a823-b4490be41ced",
              "name": "Successful Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "billing",
                    "credits",
                    "commit"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"reservation_id\": \"1551f0c8-9959-0a6c-f32a-b19789538fb1\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "No Content",
              "code": 204,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "9e8c243f-0753-44eb-b65d-22b65b95aac9",
              "name": "Validation Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "billing",
                    "credits",
                    "commit"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"reservation_id\": \"1551f0c8-9959-0a6c-f32a-b19789538fb1\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"detail\": [\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    },\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "307c0651-7a50-43ad-8fb4-e387efe70bb3",
          "name": "Refund Credits",
          "request": {
            "name": "Refund Credits",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "billing",
                "credits",
                "refund"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"reservation_id\": \"2d3612f5-095e-b8b7-077a-725cb766d27f\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "0970d405-1336-492b-86d7-bdbfb91a1eee",
              "name": "Successful Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "billing",
                    "credits",
                    "refund"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"reservation_id\": \"2d3612f5-095e-b8b7-077a-725cb766d27f\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "No Content",
              "code": 204,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "63d2544b-5f65-4875-9820-0f43cd525543",
              "name": "Validation Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "billing",
                    "credits",
                    "refund"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"reservation_id\": \"2d3612f5-095e-b8b7-077a-725cb766d27f\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"detail\": [\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    },\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "855d6e16-dd88-401d-acde-b254d772288f",
          "name": "List Topup Packages",
          "request": {
            "name": "List Topup Packages",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "billing",
                "topup-packages"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": null
          },
          "response": [
            {
              "id": "a7055d38-d984-4227-9df6-20c0132808f6",
              "name": "Successful Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "billing",
                    "topup-packages"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "[\n  {\n    \"id\": \"string\",\n    \"name\": \"string\",\n    \"credits_amount\": 7554,\n    \"price_eur\": 2791.7276040674756,\n    \"stripe_price_id\": \"string\",\n    \"active\": true,\n    \"sort_order\": 1104\n  },\n  {\n    \"id\": \"string\",\n    \"name\": \"string\",\n    \"credits_amount\": 2030,\n    \"price_eur\": 7595.267231075822,\n    \"stripe_price_id\": \"string\",\n    \"active\": false,\n    \"sort_order\": 1002\n  }\n]",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "be503885-3f95-41f0-8678-421415d3ac5a",
          "name": "Topup Checkout",
          "request": {
            "name": "Topup Checkout",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "billing",
                "topup"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"package_id\": \"string\",\n  \"success_url\": \"string\",\n  \"cancel_url\": \"string\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "5599c8df-0cf1-44e4-a73c-09aa20fa9de0",
              "name": "Successful Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "billing",
                    "topup"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"package_id\": \"string\",\n  \"success_url\": \"string\",\n  \"cancel_url\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"checkout_url\": \"string\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "2d4f48e9-8ddc-4ef1-9dff-def4b2410bc4",
              "name": "Validation Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "billing",
                    "topup"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"package_id\": \"string\",\n  \"success_url\": \"string\",\n  \"cancel_url\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"detail\": [\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    },\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "785c2278-6b46-432c-8b38-ebded43d3460",
          "name": "Get Billing Config",
          "request": {
            "name": "Get Billing Config",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "billing",
                "billing-config"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "36c960ca-b0f3-4e52-b57d-50bcef6cbb51",
              "name": "Successful Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "billing",
                    "billing-config"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"company_id\": \"7b5f2153-cf82-1918-5b26-d9629c8a270b\",\n  \"vat_number\": \"string\",\n  \"country_code\": \"string\",\n  \"business_name\": \"string\",\n  \"billing_email\": \"string\",\n  \"updated_at\": \"1953-05-16T05:45:31.849Z\",\n  \"tax_exempt\": false\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "b856a774-b98b-4620-8cdc-e6b546d899d0",
          "name": "Update Billing Config",
          "request": {
            "name": "Update Billing Config",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "billing",
                "billing-config"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "PATCH",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"vat_number\": \"string\",\n  \"country_code\": \"string\",\n  \"business_name\": \"string\",\n  \"billing_email\": \"string\",\n  \"tax_exempt\": true\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "9ae97aff-0ab8-4bd0-bbfc-fbe94f04eab1",
              "name": "Successful Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "billing",
                    "billing-config"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"vat_number\": \"string\",\n  \"country_code\": \"string\",\n  \"business_name\": \"string\",\n  \"billing_email\": \"string\",\n  \"tax_exempt\": true\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"company_id\": \"7b5f2153-cf82-1918-5b26-d9629c8a270b\",\n  \"vat_number\": \"string\",\n  \"country_code\": \"string\",\n  \"business_name\": \"string\",\n  \"billing_email\": \"string\",\n  \"updated_at\": \"1953-05-16T05:45:31.849Z\",\n  \"tax_exempt\": false\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "03b933ba-0575-46ff-b3a6-9eccfefc3f71",
              "name": "Validation Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "billing",
                    "billing-config"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"vat_number\": \"string\",\n  \"country_code\": \"string\",\n  \"business_name\": \"string\",\n  \"billing_email\": \"string\",\n  \"tax_exempt\": true\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"detail\": [\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    },\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ],
      "event": []
    },
    {
      "id": "ce000834-20ae-4b78-9768-d729981cbd0d",
      "name": "chat",
      "description": {
        "content": "",
        "type": "text/plain"
      },
      "item": [
        {
          "id": "e8501f11-3895-46a7-aee0-3526021441b9",
          "name": "List Models",
          "request": {
            "name": "List Models",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "chat",
                "models"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": null
          },
          "response": [
            {
              "id": "d2e3f4ed-66c8-48f3-9e39-6fcdc03a5736",
              "name": "Successful Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "chat",
                    "models"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "[\n  {\n    \"model_id\": \"string\",\n    \"provider\": \"string\",\n    \"cost_per_million\": 6069.985262401372,\n    \"charge_per_million\": 8666.181317307966\n  },\n  {\n    \"model_id\": \"string\",\n    \"provider\": \"string\",\n    \"cost_per_million\": 3818.5949005694742,\n    \"charge_per_million\": 5433.38208303537\n  }\n]",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "ccfedc41-ee75-41b3-b1ca-cc9105aac17c",
          "name": "List Sessions",
          "request": {
            "name": "List Sessions",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "chat",
                "sessions"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "key": "page",
                  "value": "1"
                },
                {
                  "disabled": false,
                  "key": "per_page",
                  "value": "20"
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "773c00b2-643e-4001-99e4-058ae123d3c9",
              "name": "Successful Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "chat",
                    "sessions"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "page",
                      "value": "1"
                    },
                    {
                      "key": "per_page",
                      "value": "20"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"items\": [\n    {\n      \"id\": \"6597c843-ffed-10cc-7564-d5fdc32c3385\",\n      \"company_id\": \"9bed8618-bb05-4d05-2120-e830b830f567\",\n      \"user_id\": \"a9a54828-afec-17b9-c43a-8bb38c1b85e0\",\n      \"title\": \"string\",\n      \"model_id\": \"string\",\n      \"provider\": \"string\",\n      \"system_prompt\": \"string\",\n      \"is_archived\": false,\n      \"message_count\": 7820,\n      \"web_search_enabled\": false,\n      \"created_at\": \"1968-08-05T00:48:58.629Z\",\n      \"updated_at\": \"1970-05-01T12:29:57.018Z\"\n    },\n    {\n      \"id\": \"a33d9c0b-2434-c9ba-8c39-820e3b342666\",\n      \"company_id\": \"6907fe67-4a05-d9fc-35a5-174438dc887a\",\n      \"user_id\": \"77b54991-fc56-197e-59d4-63039ea0a524\",\n      \"title\": \"string\",\n      \"model_id\": \"string\",\n      \"provider\": \"string\",\n      \"system_prompt\": \"string\",\n      \"is_archived\": false,\n      \"message_count\": 5495,\n      \"web_search_enabled\": false,\n      \"created_at\": \"1954-02-10T05:34:33.243Z\",\n      \"updated_at\": \"1980-12-08T14:39:15.135Z\"\n    }\n  ],\n  \"total\": 7915,\n  \"page\": 5330,\n  \"per_page\": 3992\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "4acf006b-fc9a-41cc-a6bb-99a4bbc312dd",
              "name": "Validation Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "chat",
                    "sessions"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "page",
                      "value": "1"
                    },
                    {
                      "key": "per_page",
                      "value": "20"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"detail\": [\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    },\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "6621156f-5352-4401-aefa-3adede14ded2",
          "name": "Create Session",
          "request": {
            "name": "Create Session",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "chat",
                "sessions"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"model_id\": \"string\",\n  \"provider\": \"string\",\n  \"title\": \"New Chat\",\n  \"system_prompt\": \"string\",\n  \"web_search_enabled\": false\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "3fdeea5b-7430-47bf-9f8c-3a4fdff0fbd4",
              "name": "Successful Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "chat",
                    "sessions"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"model_id\": \"string\",\n  \"provider\": \"string\",\n  \"title\": \"New Chat\",\n  \"system_prompt\": \"string\",\n  \"web_search_enabled\": false\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Created",
              "code": 201,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"id\": \"19be4e62-1bb1-2bf7-c4b2-04421f6ee542\",\n  \"company_id\": \"f653faae-ecda-157c-bc0d-fd07e72cd60e\",\n  \"user_id\": \"534120b5-8ed3-1435-8197-07b4f7c9eaec\",\n  \"title\": \"string\",\n  \"model_id\": \"string\",\n  \"provider\": \"string\",\n  \"system_prompt\": \"string\",\n  \"is_archived\": true,\n  \"message_count\": 8614,\n  \"web_search_enabled\": true,\n  \"created_at\": \"1982-06-02T21:27:27.238Z\",\n  \"updated_at\": \"2025-01-26T15:42:40.885Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "7c233867-94ce-4f18-8d34-c852bd92268c",
              "name": "Validation Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "chat",
                    "sessions"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"model_id\": \"string\",\n  \"provider\": \"string\",\n  \"title\": \"New Chat\",\n  \"system_prompt\": \"string\",\n  \"web_search_enabled\": false\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"detail\": [\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    },\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "2a428a2d-19b4-45f5-a267-63a7ff91635d",
          "name": "Get Session",
          "request": {
            "name": "Get Session",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "chat",
                "sessions",
                ":session_id"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "440ec7eb-c18a-26d5-9480-3b4622f4a770",
                  "key": "session_id",
                  "description": "(Required) "
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "3658cf18-cd84-4a3f-ae5f-4e47f930d3aa",
              "name": "Successful Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "chat",
                    "sessions",
                    ":session_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "440ec7eb-c18a-26d5-9480-3b4622f4a770",
                      "key": "session_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"id\": \"4d80aae7-385d-a7e6-a8f0-0f5a92e82be0\",\n  \"company_id\": \"6e0838c9-24ec-caaf-286e-32e7b216dcc3\",\n  \"user_id\": \"f3697813-bb5b-d184-925f-2a77b09f6665\",\n  \"title\": \"string\",\n  \"model_id\": \"string\",\n  \"provider\": \"string\",\n  \"system_prompt\": \"string\",\n  \"is_archived\": true,\n  \"message_count\": 7398,\n  \"web_search_enabled\": false,\n  \"created_at\": \"2014-04-12T17:47:34.023Z\",\n  \"updated_at\": \"1998-08-15T01:17:33.602Z\",\n  \"messages\": [\n    {\n      \"id\": \"3c37f111-4bbc-796b-11f8-cd94fcb87df2\",\n      \"session_id\": \"d6a977f3-4c8a-2633-e945-37bf872edf9f\",\n      \"role\": \"string\",\n      \"content\": \"string\",\n      \"model_id\": \"string\",\n      \"provider\": \"string\",\n      \"tokens_input\": 78,\n      \"tokens_output\": 8801,\n      \"cost_eur\": 2800.181785865823,\n      \"charge_eur\": 9772.833886924114,\n      \"reservation_id\": \"468fd0e3-61f4-c30b-4b55-9bf93c303614\",\n      \"feedback\": 9221,\n      \"created_at\": \"1956-01-30T17:25:51.917Z\"\n    },\n    {\n      \"id\": \"69d4b267-81f9-e9bc-8181-2e851f0ef6f7\",\n      \"session_id\": \"f12621de-94bf-36fc-c00d-a149e593042d\",\n      \"role\": \"string\",\n      \"content\": \"string\",\n      \"model_id\": \"string\",\n      \"provider\": \"string\",\n      \"tokens_input\": 9210,\n      \"tokens_output\": 1,\n      \"cost_eur\": 645.1565063869635,\n      \"charge_eur\": 9738.428499267295,\n      \"reservation_id\": \"a5218f8b-2d94-4e87-accb-ddd19f725e19\",\n      \"feedback\": 580,\n      \"created_at\": \"1948-06-05T09:05:13.820Z\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "e37f6579-b2e4-4806-af38-b1ce19a03a7f",
              "name": "Validation Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "chat",
                    "sessions",
                    ":session_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "440ec7eb-c18a-26d5-9480-3b4622f4a770",
                      "key": "session_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"detail\": [\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    },\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "070ffff3-4f08-4ef2-93d8-d422070b02e4",
          "name": "Update Session",
          "request": {
            "name": "Update Session",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "chat",
                "sessions",
                ":session_id"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "440ec7eb-c18a-26d5-9480-3b4622f4a770",
                  "key": "session_id",
                  "description": "(Required) "
                }
              ]
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "PATCH",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"title\": \"string\",\n  \"model_id\": \"string\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "1943b78d-9d4e-40d9-ba66-745a0e840b8d",
              "name": "Successful Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "chat",
                    "sessions",
                    ":session_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "440ec7eb-c18a-26d5-9480-3b4622f4a770",
                      "key": "session_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"title\": \"string\",\n  \"model_id\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"id\": \"19be4e62-1bb1-2bf7-c4b2-04421f6ee542\",\n  \"company_id\": \"f653faae-ecda-157c-bc0d-fd07e72cd60e\",\n  \"user_id\": \"534120b5-8ed3-1435-8197-07b4f7c9eaec\",\n  \"title\": \"string\",\n  \"model_id\": \"string\",\n  \"provider\": \"string\",\n  \"system_prompt\": \"string\",\n  \"is_archived\": true,\n  \"message_count\": 8614,\n  \"web_search_enabled\": true,\n  \"created_at\": \"1982-06-02T21:27:27.238Z\",\n  \"updated_at\": \"2025-01-26T15:42:40.885Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "df887440-5142-445d-b9ae-ce8c5736bc13",
              "name": "Validation Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "chat",
                    "sessions",
                    ":session_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "440ec7eb-c18a-26d5-9480-3b4622f4a770",
                      "key": "session_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"title\": \"string\",\n  \"model_id\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"detail\": [\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    },\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "c173b405-2762-4d39-a09d-9c2662c7daa2",
          "name": "Archive Session",
          "request": {
            "name": "Archive Session",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "chat",
                "sessions",
                ":session_id"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "440ec7eb-c18a-26d5-9480-3b4622f4a770",
                  "key": "session_id",
                  "description": "(Required) "
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "DELETE",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "3082543a-d7e0-4e9b-9ecc-dd2518d85f5e",
              "name": "Successful Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "chat",
                    "sessions",
                    ":session_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "440ec7eb-c18a-26d5-9480-3b4622f4a770",
                      "key": "session_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "method": "DELETE",
                "body": {}
              },
              "status": "No Content",
              "code": 204,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "f5172bae-fb50-4263-a92c-5553f419dfd8",
              "name": "Validation Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "chat",
                    "sessions",
                    ":session_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "440ec7eb-c18a-26d5-9480-3b4622f4a770",
                      "key": "session_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"detail\": [\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    },\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "c3c84a71-657e-41c9-8bc9-8ae372e0be0f",
          "name": "Send Message",
          "request": {
            "name": "Send Message",
            "description": {
              "content": "Send a user message and receive an SSE stream.\n\nEvent format:\n  data: {\"type\": \"token\",  \"content\": \"...\"}\n  data: {\"type\": \"done\",   \"usage\":   {...}}\n  data: {\"type\": \"error\",  \"message\": \"...\"}",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "v1",
                "chat",
                "sessions",
                ":session_id",
                "messages"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "440ec7eb-c18a-26d5-9480-3b4622f4a770",
                  "key": "session_id",
                  "description": "(Required) "
                }
              ]
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"content\": \"string\",\n  \"model_id\": \"string\",\n  \"document_ids\": [\n    \"9ab707d9-6a01-ed1f-e083-7ac5501f696e\",\n    \"e8df2924-da32-58ac-d392-313c022ede0e\"\n  ],\n  \"web_search\": false,\n  \"code_exec\": false\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "6739ceab-8176-4738-873c-8cf4ee5830bf",
              "name": "Successful Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "chat",
                    "sessions",
                    ":session_id",
                    "messages"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "440ec7eb-c18a-26d5-9480-3b4622f4a770",
                      "key": "session_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"content\": \"string\",\n  \"model_id\": \"string\",\n  \"document_ids\": [\n    \"c5f57303-c29a-5039-db24-96750a62a192\",\n    \"d547ef06-40bb-e2bd-9fc2-e1410d3f082f\"\n  ],\n  \"web_search\": false,\n  \"code_exec\": false\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "34cf0122-48d8-4c2d-9e4b-8f9d81bd196b",
              "name": "Validation Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "chat",
                    "sessions",
                    ":session_id",
                    "messages"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "440ec7eb-c18a-26d5-9480-3b4622f4a770",
                      "key": "session_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"content\": \"string\",\n  \"model_id\": \"string\",\n  \"document_ids\": [\n    \"c5f57303-c29a-5039-db24-96750a62a192\",\n    \"d547ef06-40bb-e2bd-9fc2-e1410d3f082f\"\n  ],\n  \"web_search\": false,\n  \"code_exec\": false\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"detail\": [\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    },\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "4e993e2b-0e02-4799-a2ea-00ab142b99ef",
          "name": "Set Feedback",
          "request": {
            "name": "Set Feedback",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "chat",
                "sessions",
                ":session_id",
                "feedback"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "440ec7eb-c18a-26d5-9480-3b4622f4a770",
                  "key": "session_id",
                  "description": "(Required) "
                }
              ]
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"message_id\": \"14446b8a-cb4d-4f27-41f7-23846cad298b\",\n  \"feedback\": 3308\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "489ce66e-a85a-4334-a385-8cb11f944d9b",
              "name": "Successful Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "chat",
                    "sessions",
                    ":session_id",
                    "feedback"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "440ec7eb-c18a-26d5-9480-3b4622f4a770",
                      "key": "session_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"message_id\": \"14446b8a-cb4d-4f27-41f7-23846cad298b\",\n  \"feedback\": 3308\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "No Content",
              "code": 204,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "c1513208-4936-4825-83a4-a39370253bc4",
              "name": "Validation Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "chat",
                    "sessions",
                    ":session_id",
                    "feedback"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "440ec7eb-c18a-26d5-9480-3b4622f4a770",
                      "key": "session_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"message_id\": \"14446b8a-cb4d-4f27-41f7-23846cad298b\",\n  \"feedback\": 3308\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"detail\": [\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    },\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ],
      "event": []
    },
    {
      "id": "73dd5d37-ef04-4755-bb95-965783cc400d",
      "name": "documents",
      "description": {
        "content": "",
        "type": "text/plain"
      },
      "item": [
        {
          "id": "b15d3ba5-577d-4cd4-9e6c-bd4478981fbc",
          "name": "Upload Document",
          "request": {
            "name": "Upload Document",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "documents",
                "upload"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "multipart/form-data"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            },
            "body": {
              "mode": "formdata",
              "formdata": [
                {
                  "key": "file",
                  "type": "file",
                  "description": "(Required) "
                },
                {
                  "key": "title",
                  "value": "string",
                  "type": "text",
                  "description": ""
                }
              ]
            }
          },
          "response": [
            {
              "id": "a7e68ee8-659f-4b04-9dc1-901ab5d42ea5",
              "name": "Successful Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "documents",
                    "upload"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "formdata",
                  "formdata": [
                    {
                      "description": {
                        "content": "(Required) ",
                        "type": "text/plain"
                      },
                      "key": "file",
                      "type": "file"
                    },
                    {
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "title",
                      "value": "string",
                      "type": "text"
                    }
                  ]
                }
              },
              "status": "Created",
              "code": 201,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"id\": \"aeea9dae-59e1-ef5e-f797-de11d64a1878\",\n  \"company_id\": \"cedde1f5-82b3-844c-0a60-f6c074ce470b\",\n  \"user_id\": \"0756dae8-9b9a-a16e-4e58-f83c82ec364a\",\n  \"title\": \"string\",\n  \"filename\": \"string\",\n  \"file_type\": \"string\",\n  \"file_size\": 4320,\n  \"status\": \"string\",\n  \"chunk_count\": 4761,\n  \"error_message\": \"string\",\n  \"created_at\": \"1969-11-12T16:20:43.656Z\",\n  \"updated_at\": \"2011-12-29T18:16:31.303Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "30f162cc-acaa-4e62-9b63-bfd27ca37010",
              "name": "Validation Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "documents",
                    "upload"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "formdata",
                  "formdata": [
                    {
                      "description": {
                        "content": "(Required) ",
                        "type": "text/plain"
                      },
                      "key": "file",
                      "type": "file"
                    },
                    {
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "title",
                      "value": "string",
                      "type": "text"
                    }
                  ]
                }
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"detail\": [\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    },\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "96153035-63de-4cc9-b45e-83645ac1f1f1",
          "name": "List Documents",
          "request": {
            "name": "List Documents",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "documents"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "key": "page",
                  "value": "1"
                },
                {
                  "disabled": false,
                  "key": "per_page",
                  "value": "20"
                },
                {
                  "disabled": false,
                  "key": "status",
                  "value": "string"
                },
                {
                  "disabled": false,
                  "key": "q",
                  "value": "string"
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "b573168b-b565-4f76-928d-e7e4f18f7a10",
              "name": "Successful Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "documents"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "page",
                      "value": "1"
                    },
                    {
                      "key": "per_page",
                      "value": "20"
                    },
                    {
                      "key": "status",
                      "value": "string"
                    },
                    {
                      "key": "q",
                      "value": "string"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"items\": [\n    {\n      \"id\": \"64677663-52a3-3db7-05f6-45eb9e76fe3f\",\n      \"company_id\": \"53f0537a-e10d-e8e1-c0ee-3ba3ff883e2b\",\n      \"user_id\": \"bab55a54-16dc-2f7a-5df8-3225d683a5e3\",\n      \"title\": \"string\",\n      \"filename\": \"string\",\n      \"file_type\": \"string\",\n      \"file_size\": 6116,\n      \"status\": \"string\",\n      \"chunk_count\": 7091,\n      \"error_message\": \"string\",\n      \"created_at\": \"1959-08-26T00:33:05.553Z\",\n      \"updated_at\": \"1972-09-27T01:26:04.971Z\"\n    },\n    {\n      \"id\": \"ddac0755-368a-4027-5e1d-015aad553a32\",\n      \"company_id\": \"95a3f7d8-377d-435c-392b-b57bffcc9143\",\n      \"user_id\": \"2f43ca98-f3e9-79ae-b2ff-e6d1ea4548d5\",\n      \"title\": \"string\",\n      \"filename\": \"string\",\n      \"file_type\": \"string\",\n      \"file_size\": 1991,\n      \"status\": \"string\",\n      \"chunk_count\": 7239,\n      \"error_message\": \"string\",\n      \"created_at\": \"1950-01-08T08:04:42.341Z\",\n      \"updated_at\": \"1980-02-21T03:42:49.560Z\"\n    }\n  ],\n  \"total\": 4637,\n  \"page\": 8540,\n  \"per_page\": 6778\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "42cc6ebe-ac45-4d1b-a523-6c53d68fca63",
              "name": "Validation Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "documents"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "page",
                      "value": "1"
                    },
                    {
                      "key": "per_page",
                      "value": "20"
                    },
                    {
                      "key": "status",
                      "value": "string"
                    },
                    {
                      "key": "q",
                      "value": "string"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"detail\": [\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    },\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "221d1079-d696-4c5d-98fc-9067a7f18f0b",
          "name": "Get Document",
          "request": {
            "name": "Get Document",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "documents",
                ":document_id"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "894d5513-481e-8a5e-6136-f1a5f6f7a617",
                  "key": "document_id",
                  "description": "(Required) "
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "b36024b9-ccbc-4e87-96c8-be9cf55ba58e",
              "name": "Successful Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "documents",
                    ":document_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "894d5513-481e-8a5e-6136-f1a5f6f7a617",
                      "key": "document_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"id\": \"aeea9dae-59e1-ef5e-f797-de11d64a1878\",\n  \"company_id\": \"cedde1f5-82b3-844c-0a60-f6c074ce470b\",\n  \"user_id\": \"0756dae8-9b9a-a16e-4e58-f83c82ec364a\",\n  \"title\": \"string\",\n  \"filename\": \"string\",\n  \"file_type\": \"string\",\n  \"file_size\": 4320,\n  \"status\": \"string\",\n  \"chunk_count\": 4761,\n  \"error_message\": \"string\",\n  \"created_at\": \"1969-11-12T16:20:43.656Z\",\n  \"updated_at\": \"2011-12-29T18:16:31.303Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "14a579fd-2723-406c-8e0b-12f95a350e11",
              "name": "Validation Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "documents",
                    ":document_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "894d5513-481e-8a5e-6136-f1a5f6f7a617",
                      "key": "document_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"detail\": [\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    },\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "f188fe7a-351b-49f7-ab61-0020bc477457",
          "name": "Delete Document",
          "request": {
            "name": "Delete Document",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "documents",
                ":document_id"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "894d5513-481e-8a5e-6136-f1a5f6f7a617",
                  "key": "document_id",
                  "description": "(Required) "
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "DELETE",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "5ffa19cd-d417-4e53-9582-f92b4f3c3c3c",
              "name": "Successful Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "documents",
                    ":document_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "894d5513-481e-8a5e-6136-f1a5f6f7a617",
                      "key": "document_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "method": "DELETE",
                "body": {}
              },
              "status": "No Content",
              "code": 204,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "02f6f6d9-bfc2-4a9c-b530-6c418a571c85",
              "name": "Validation Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "documents",
                    ":document_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "894d5513-481e-8a5e-6136-f1a5f6f7a617",
                      "key": "document_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"detail\": [\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    },\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "c401c043-f5fe-4d8a-be94-d2b9c1f5318a",
          "name": "Reindex Document",
          "request": {
            "name": "Reindex Document",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "documents",
                ":document_id",
                "reindex"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "894d5513-481e-8a5e-6136-f1a5f6f7a617",
                  "key": "document_id",
                  "description": "(Required) "
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "2c105cf1-3284-46a7-8b6a-6ba031ebf65e",
              "name": "Successful Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "documents",
                    ":document_id",
                    "reindex"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "894d5513-481e-8a5e-6136-f1a5f6f7a617",
                      "key": "document_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"id\": \"aeea9dae-59e1-ef5e-f797-de11d64a1878\",\n  \"company_id\": \"cedde1f5-82b3-844c-0a60-f6c074ce470b\",\n  \"user_id\": \"0756dae8-9b9a-a16e-4e58-f83c82ec364a\",\n  \"title\": \"string\",\n  \"filename\": \"string\",\n  \"file_type\": \"string\",\n  \"file_size\": 4320,\n  \"status\": \"string\",\n  \"chunk_count\": 4761,\n  \"error_message\": \"string\",\n  \"created_at\": \"1969-11-12T16:20:43.656Z\",\n  \"updated_at\": \"2011-12-29T18:16:31.303Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "c3336906-e6f4-4a7b-b86b-1219dca9e113",
              "name": "Validation Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "documents",
                    ":document_id",
                    "reindex"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "894d5513-481e-8a5e-6136-f1a5f6f7a617",
                      "key": "document_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {}
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"detail\": [\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    },\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "af4d3118-abea-4d42-a8eb-34d5952769eb",
          "name": "Query Documents",
          "request": {
            "name": "Query Documents",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "documents",
                "query"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"query\": \"string\",\n  \"document_ids\": [\n    \"0907f535-6955-87f1-41d7-6677fb1031ce\",\n    \"d2f6a4b1-f11b-731a-ea1b-322348451617\"\n  ],\n  \"top_k\": 5\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "62f0a4b1-613f-4009-a1eb-4933ce1bd859",
              "name": "Successful Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "documents",
                    "query"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"query\": \"string\",\n  \"document_ids\": [\n    \"cf9fd3fb-2a0f-3f70-312a-a18a871555bc\",\n    \"01ca82bc-9c0a-ee9f-8eb5-f299bf159662\"\n  ],\n  \"top_k\": 5\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"query\": \"string\",\n  \"results\": [\n    {\n      \"chunk_id\": \"c81ad669-55fc-fb2f-b65e-8b083a760bc4\",\n      \"document_id\": \"a0f892fa-0fe6-d9cc-2fd7-20e6d863ce62\",\n      \"filename\": \"string\",\n      \"content\": \"string\",\n      \"chunk_index\": 1762,\n      \"score\": 6702.888161690396\n    },\n    {\n      \"chunk_id\": \"712bbcd5-61db-7931-471a-cd82a4518a52\",\n      \"document_id\": \"f161c928-e8d6-5bb2-193e-22efe3f058da\",\n      \"filename\": \"string\",\n      \"content\": \"string\",\n      \"chunk_index\": 2375,\n      \"score\": 6171.858482113062\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "dd16f20f-493d-44b2-89ae-f1e1b00f472b",
              "name": "Validation Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "documents",
                    "query"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"query\": \"string\",\n  \"document_ids\": [\n    \"cf9fd3fb-2a0f-3f70-312a-a18a871555bc\",\n    \"01ca82bc-9c0a-ee9f-8eb5-f299bf159662\"\n  ],\n  \"top_k\": 5\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"detail\": [\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    },\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ],
      "event": []
    },
    {
      "id": "be1dc8b8-9319-48be-a1f9-5a300a8a1755",
      "name": "agents",
      "description": {
        "content": "",
        "type": "text/plain"
      },
      "item": [
        {
          "id": "69eb03a5-4d5a-4852-bc4c-43e2008509d3",
          "name": "List Templates",
          "request": {
            "name": "List Templates",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "agents",
                "templates"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "3048e6e2-9df0-400b-9f07-aa8ab4d71604",
              "name": "Successful Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "agents",
                    "templates"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "[\n  {\n    \"id\": \"string\",\n    \"name\": \"string\",\n    \"description\": \"string\",\n    \"category\": \"string\",\n    \"avatar_emoji\": \"string\",\n    \"avatar_style\": \"string\",\n    \"avatar_value\": {\n      \"key_0\": 2231\n    },\n    \"system_prompt\": \"string\",\n    \"model_id\": \"string\",\n    \"provider\": \"string\",\n    \"temperature\": 9109.879153768268,\n    \"max_tokens\": 7900,\n    \"tools_enabled\": {\n      \"key_0\": 4045.020438919873,\n      \"key_1\": 2392.68400660235\n    },\n    \"tags\": [\n      \"string\",\n      \"string\"\n    ],\n    \"suggested_prompts\": [\n      \"string\",\n      \"string\"\n    ],\n    \"welcome_message\": \"string\"\n  },\n  {\n    \"id\": \"string\",\n    \"name\": \"string\",\n    \"description\": \"string\",\n    \"category\": \"string\",\n    \"avatar_emoji\": \"string\",\n    \"avatar_style\": \"string\",\n    \"avatar_value\": {\n      \"key_0\": 4720.768124797785,\n      \"key_1\": 4308\n    },\n    \"system_prompt\": \"string\",\n    \"model_id\": \"string\",\n    \"provider\": \"string\",\n    \"temperature\": 2281.477752776777,\n    \"max_tokens\": 491,\n    \"tools_enabled\": {\n      \"key_0\": 4802,\n      \"key_1\": false,\n      \"key_2\": 2233,\n      \"key_3\": 6137\n    },\n    \"tags\": [\n      \"string\",\n      \"string\"\n    ],\n    \"suggested_prompts\": [\n      \"string\",\n      \"string\"\n    ],\n    \"welcome_message\": \"string\"\n  }\n]",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "1b79393c-6ddc-4264-bfea-24eca226353a",
          "name": "Create From Template",
          "request": {
            "name": "Create From Template",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "agents",
                "templates",
                "from-template"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"template_id\": \"string\",\n  \"name\": \"string\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "901e3341-27e8-478b-a96e-0356fb99b505",
              "name": "Successful Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "agents",
                    "templates",
                    "from-template"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"template_id\": \"string\",\n  \"name\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Created",
              "code": 201,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"id\": \"fb2fe487-4653-4f2c-4ea4-54089c918318\",\n  \"company_id\": \"6a003cfc-197a-621a-3d7e-80f1da2187de\",\n  \"user_id\": \"09060898-d47e-0566-7ac6-5c97e676dd26\",\n  \"name\": \"string\",\n  \"description\": \"string\",\n  \"avatar_emoji\": \"string\",\n  \"avatar_style\": \"string\",\n  \"avatar_value\": {\n    \"key_0\": 3511\n  },\n  \"slug\": \"string\",\n  \"system_prompt\": \"string\",\n  \"model_id\": \"string\",\n  \"provider\": \"string\",\n  \"temperature\": 8504.494967267085,\n  \"max_tokens\": 3473,\n  \"tools_enabled\": {\n    \"key_0\": false,\n    \"key_1\": false\n  },\n  \"tools_config\": {\n    \"key_0\": false,\n    \"key_1\": false,\n    \"key_2\": \"string\"\n  },\n  \"document_ids\": [\n    \"a36b3933-e856-0629-c2fd-c70cc1dfac0d\",\n    \"b65b4ed2-d102-ffb7-80ea-a5c26a5c4001\"\n  ],\n  \"is_public\": false,\n  \"visibility\": \"string\",\n  \"tags\": [\n    \"string\",\n    \"string\"\n  ],\n  \"welcome_message\": \"string\",\n  \"suggested_prompts\": [\n    \"string\",\n    \"string\"\n  ],\n  \"pinned\": true,\n  \"created_at\": \"1990-10-24T06:05:51.790Z\",\n  \"updated_at\": \"2018-12-04T19:37:50.072Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "935ad440-0a31-4ffb-8a31-0798a7ca045a",
              "name": "Validation Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "agents",
                    "templates",
                    "from-template"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"template_id\": \"string\",\n  \"name\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"detail\": [\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    },\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "0a4c9763-f0a6-4038-9d7d-4e7c5cf55271",
          "name": "Test Agent",
          "request": {
            "name": "Test Agent",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "agents",
                "test"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"system_prompt\": \"string\",\n  \"message\": \"string\",\n  \"model_id\": \"claude-sonnet-4-6\",\n  \"provider\": \"anthropic\",\n  \"temperature\": 0.7,\n  \"max_tokens\": 2048,\n  \"tools_enabled\": {\n    \"web\": false,\n    \"code\": false,\n    \"image\": false,\n    \"tts\": false\n  }\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "4221cefb-b73c-4965-8774-42c8cb803739",
              "name": "Successful Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "agents",
                    "test"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"system_prompt\": \"string\",\n  \"message\": \"string\",\n  \"model_id\": \"claude-sonnet-4-6\",\n  \"provider\": \"anthropic\",\n  \"temperature\": 0.7,\n  \"max_tokens\": 2048,\n  \"tools_enabled\": {\n    \"web\": false,\n    \"code\": false,\n    \"image\": false,\n    \"tts\": false\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "d7984aa5-69e1-416c-bcfa-2fd382137ec3",
              "name": "Validation Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "agents",
                    "test"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"system_prompt\": \"string\",\n  \"message\": \"string\",\n  \"model_id\": \"claude-sonnet-4-6\",\n  \"provider\": \"anthropic\",\n  \"temperature\": 0.7,\n  \"max_tokens\": 2048,\n  \"tools_enabled\": {\n    \"web\": false,\n    \"code\": false,\n    \"image\": false,\n    \"tts\": false\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"detail\": [\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    },\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "df68c6eb-6591-49ab-9b1e-3490879275bd",
          "name": "List Agents",
          "request": {
            "name": "List Agents",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "agents"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "key": "page",
                  "value": "1"
                },
                {
                  "disabled": false,
                  "key": "per_page",
                  "value": "20"
                },
                {
                  "disabled": false,
                  "key": "scope",
                  "value": "all"
                },
                {
                  "disabled": false,
                  "key": "q",
                  "value": "string"
                },
                {
                  "disabled": false,
                  "key": "tag",
                  "value": "string"
                },
                {
                  "disabled": false,
                  "key": "model",
                  "value": "string"
                },
                {
                  "disabled": false,
                  "key": "sort",
                  "value": "updated"
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "1f904ed6-443e-414b-8793-6319498a7168",
              "name": "Successful Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "agents"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "page",
                      "value": "1"
                    },
                    {
                      "key": "per_page",
                      "value": "20"
                    },
                    {
                      "key": "scope",
                      "value": "all"
                    },
                    {
                      "key": "q",
                      "value": "string"
                    },
                    {
                      "key": "tag",
                      "value": "string"
                    },
                    {
                      "key": "model",
                      "value": "string"
                    },
                    {
                      "key": "sort",
                      "value": "updated"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"items\": [\n    {\n      \"id\": \"5b6768c0-0965-3254-1511-4f16cca06264\",\n      \"company_id\": \"12b8a429-8e5c-1412-3496-723cad8db15f\",\n      \"user_id\": \"90bea3a9-4ea4-b433-3229-1c1b60307b43\",\n      \"name\": \"string\",\n      \"description\": \"string\",\n      \"avatar_emoji\": \"string\",\n      \"avatar_style\": \"string\",\n      \"avatar_value\": {\n        \"key_0\": true,\n        \"key_1\": 1239,\n        \"key_2\": \"string\",\n        \"key_3\": true\n      },\n      \"slug\": \"string\",\n      \"system_prompt\": \"string\",\n      \"model_id\": \"string\",\n      \"provider\": \"string\",\n      \"temperature\": 541.4573741544748,\n      \"max_tokens\": 5835,\n      \"tools_enabled\": {\n        \"key_0\": true,\n        \"key_1\": false,\n        \"key_2\": true\n      },\n      \"tools_config\": {\n        \"key_0\": \"string\",\n        \"key_1\": \"string\",\n        \"key_2\": true,\n        \"key_3\": true\n      },\n      \"document_ids\": [\n        \"96f67922-ea8c-b7a5-9819-69bd7f612edd\",\n        \"fd8dea4c-8f9c-97d6-da66-f8b5d5d68467\"\n      ],\n      \"is_public\": true,\n      \"visibility\": \"string\",\n      \"tags\": [\n        \"string\",\n        \"string\"\n      ],\n      \"welcome_message\": \"string\",\n      \"suggested_prompts\": [\n        \"string\",\n        \"string\"\n      ],\n      \"pinned\": false,\n      \"created_at\": \"1994-06-07T19:05:37.867Z\",\n      \"updated_at\": \"1958-07-27T00:15:38.518Z\"\n    },\n    {\n      \"id\": \"1d00b69c-55c8-0952-8ae2-b319a3b20b1d\",\n      \"company_id\": \"a944a700-714e-bef3-9040-d5ea75c7408c\",\n      \"user_id\": \"ec150080-6821-e899-1d86-c87041a1baa5\",\n      \"name\": \"string\",\n      \"description\": \"string\",\n      \"avatar_emoji\": \"string\",\n      \"avatar_style\": \"string\",\n      \"avatar_value\": {\n        \"key_0\": \"string\"\n      },\n      \"slug\": \"string\",\n      \"system_prompt\": \"string\",\n      \"model_id\": \"string\",\n      \"provider\": \"string\",\n      \"temperature\": 6807.539742150923,\n      \"max_tokens\": 5182,\n      \"tools_enabled\": {\n        \"key_0\": true,\n        \"key_1\": false\n      },\n      \"tools_config\": {\n        \"key_0\": 439.99300585982\n      },\n      \"document_ids\": [\n        \"8fc89083-cb10-d830-07f4-1b5b378faa57\",\n        \"9baccd3a-87f0-1c06-bbac-dbc81804e6fc\"\n      ],\n      \"is_public\": false,\n      \"visibility\": \"string\",\n      \"tags\": [\n        \"string\",\n        \"string\"\n      ],\n      \"welcome_message\": \"string\",\n      \"suggested_prompts\": [\n        \"string\",\n        \"string\"\n      ],\n      \"pinned\": true,\n      \"created_at\": \"2005-09-25T03:22:20.829Z\",\n      \"updated_at\": \"1968-10-18T09:10:26.663Z\"\n    }\n  ],\n  \"total\": 9810,\n  \"page\": 5321,\n  \"per_page\": 2939\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "ccd66d88-6283-4243-9190-a0493d3e0526",
              "name": "Validation Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "agents"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "page",
                      "value": "1"
                    },
                    {
                      "key": "per_page",
                      "value": "20"
                    },
                    {
                      "key": "scope",
                      "value": "all"
                    },
                    {
                      "key": "q",
                      "value": "string"
                    },
                    {
                      "key": "tag",
                      "value": "string"
                    },
                    {
                      "key": "model",
                      "value": "string"
                    },
                    {
                      "key": "sort",
                      "value": "updated"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"detail\": [\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    },\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "ff0679d2-705e-48c4-b606-73f4132c2e48",
          "name": "Create Agent",
          "request": {
            "name": "Create Agent",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "agents"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"name\": \"string\",\n  \"system_prompt\": \"string\",\n  \"description\": \"string\",\n  \"avatar_emoji\": \"🤖\",\n  \"avatar_style\": \"emoji\",\n  \"avatar_value\": {\n    \"key_0\": \"string\"\n  },\n  \"model_id\": \"claude-sonnet-4-6\",\n  \"provider\": \"anthropic\",\n  \"temperature\": 0.7,\n  \"max_tokens\": 4096,\n  \"tools_enabled\": {\n    \"web\": false,\n    \"code\": false,\n    \"image\": false,\n    \"tts\": false\n  },\n  \"tools_config\": {\n    \"key_0\": \"string\"\n  },\n  \"document_ids\": [\n    \"cde302c1-6323-a364-045c-77197193fbfa\",\n    \"ada8466b-d07a-616d-57c3-c56118ef0cf9\"\n  ],\n  \"is_public\": false,\n  \"visibility\": \"private\",\n  \"tags\": [\n    \"string\",\n    \"string\"\n  ],\n  \"welcome_message\": \"string\",\n  \"suggested_prompts\": [\n    \"string\",\n    \"string\"\n  ]\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "86c94e7b-cf40-4eb1-a3ec-4046d76d256a",
              "name": "Successful Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "agents"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"string\",\n  \"system_prompt\": \"string\",\n  \"description\": \"string\",\n  \"avatar_emoji\": \"🤖\",\n  \"avatar_style\": \"emoji\",\n  \"avatar_value\": {\n    \"key_0\": true,\n    \"key_1\": \"string\"\n  },\n  \"model_id\": \"claude-sonnet-4-6\",\n  \"provider\": \"anthropic\",\n  \"temperature\": 0.7,\n  \"max_tokens\": 4096,\n  \"tools_enabled\": {\n    \"web\": false,\n    \"code\": false,\n    \"image\": false,\n    \"tts\": false\n  },\n  \"tools_config\": {\n    \"key_0\": false,\n    \"key_1\": 9085.823552685797\n  },\n  \"document_ids\": [\n    \"cec0f73c-3fa4-271d-ad64-4a53caef6397\",\n    \"0212cb22-e9d0-824b-91fc-f81cdbc71c55\"\n  ],\n  \"is_public\": false,\n  \"visibility\": \"private\",\n  \"tags\": [\n    \"string\",\n    \"string\"\n  ],\n  \"welcome_message\": \"string\",\n  \"suggested_prompts\": [\n    \"string\",\n    \"string\"\n  ]\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Created",
              "code": 201,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"id\": \"fb2fe487-4653-4f2c-4ea4-54089c918318\",\n  \"company_id\": \"6a003cfc-197a-621a-3d7e-80f1da2187de\",\n  \"user_id\": \"09060898-d47e-0566-7ac6-5c97e676dd26\",\n  \"name\": \"string\",\n  \"description\": \"string\",\n  \"avatar_emoji\": \"string\",\n  \"avatar_style\": \"string\",\n  \"avatar_value\": {\n    \"key_0\": 3511\n  },\n  \"slug\": \"string\",\n  \"system_prompt\": \"string\",\n  \"model_id\": \"string\",\n  \"provider\": \"string\",\n  \"temperature\": 8504.494967267085,\n  \"max_tokens\": 3473,\n  \"tools_enabled\": {\n    \"key_0\": false,\n    \"key_1\": false\n  },\n  \"tools_config\": {\n    \"key_0\": false,\n    \"key_1\": false,\n    \"key_2\": \"string\"\n  },\n  \"document_ids\": [\n    \"a36b3933-e856-0629-c2fd-c70cc1dfac0d\",\n    \"b65b4ed2-d102-ffb7-80ea-a5c26a5c4001\"\n  ],\n  \"is_public\": false,\n  \"visibility\": \"string\",\n  \"tags\": [\n    \"string\",\n    \"string\"\n  ],\n  \"welcome_message\": \"string\",\n  \"suggested_prompts\": [\n    \"string\",\n    \"string\"\n  ],\n  \"pinned\": true,\n  \"created_at\": \"1990-10-24T06:05:51.790Z\",\n  \"updated_at\": \"2018-12-04T19:37:50.072Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "5e843431-339d-4a96-aac9-24e82442129a",
              "name": "Validation Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "agents"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"string\",\n  \"system_prompt\": \"string\",\n  \"description\": \"string\",\n  \"avatar_emoji\": \"🤖\",\n  \"avatar_style\": \"emoji\",\n  \"avatar_value\": {\n    \"key_0\": true,\n    \"key_1\": \"string\"\n  },\n  \"model_id\": \"claude-sonnet-4-6\",\n  \"provider\": \"anthropic\",\n  \"temperature\": 0.7,\n  \"max_tokens\": 4096,\n  \"tools_enabled\": {\n    \"web\": false,\n    \"code\": false,\n    \"image\": false,\n    \"tts\": false\n  },\n  \"tools_config\": {\n    \"key_0\": false,\n    \"key_1\": 9085.823552685797\n  },\n  \"document_ids\": [\n    \"cec0f73c-3fa4-271d-ad64-4a53caef6397\",\n    \"0212cb22-e9d0-824b-91fc-f81cdbc71c55\"\n  ],\n  \"is_public\": false,\n  \"visibility\": \"private\",\n  \"tags\": [\n    \"string\",\n    \"string\"\n  ],\n  \"welcome_message\": \"string\",\n  \"suggested_prompts\": [\n    \"string\",\n    \"string\"\n  ]\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"detail\": [\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    },\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "690eb7b4-a59d-46fc-a2b0-02aeda9f57f5",
          "name": "Get Agent",
          "request": {
            "name": "Get Agent",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "agents",
                ":agent_id"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "443377bd-5ab4-711c-b870-bb659c4ffd26",
                  "key": "agent_id",
                  "description": "(Required) "
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "29ad6724-814d-4f95-9504-adca46c5528d",
              "name": "Successful Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "agents",
                    ":agent_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "443377bd-5ab4-711c-b870-bb659c4ffd26",
                      "key": "agent_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"id\": \"507ed265-d44b-1b93-98f1-3cc7d25e8c93\",\n  \"company_id\": \"4808982b-2c68-e8a2-cf38-25d3533cdf64\",\n  \"user_id\": \"99b1864d-1260-5f98-7a45-2874ddcc2385\",\n  \"name\": \"string\",\n  \"description\": \"string\",\n  \"avatar_emoji\": \"string\",\n  \"avatar_style\": \"string\",\n  \"avatar_value\": {\n    \"key_0\": 7358.012749107273,\n    \"key_1\": 4822.3694506869315\n  },\n  \"slug\": \"string\",\n  \"system_prompt\": \"string\",\n  \"model_id\": \"string\",\n  \"provider\": \"string\",\n  \"temperature\": 7933.852182010654,\n  \"max_tokens\": 4738,\n  \"tools_enabled\": {\n    \"key_0\": true,\n    \"key_1\": true,\n    \"key_2\": true,\n    \"key_3\": false\n  },\n  \"tools_config\": {\n    \"key_0\": \"string\",\n    \"key_1\": 6267\n  },\n  \"document_ids\": [\n    \"a3f6887e-0a1c-bbe2-db04-f7aa33667d84\",\n    \"7eae81f0-3d10-93bf-88e1-54d280a3b487\"\n  ],\n  \"is_public\": false,\n  \"visibility\": \"string\",\n  \"tags\": [\n    \"string\",\n    \"string\"\n  ],\n  \"welcome_message\": \"string\",\n  \"suggested_prompts\": [\n    \"string\",\n    \"string\"\n  ],\n  \"pinned\": true,\n  \"created_at\": \"2025-10-02T02:25:46.686Z\",\n  \"updated_at\": \"2011-02-25T20:11:12.320Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "a4db0160-816e-42fb-a13a-706160628887",
              "name": "Validation Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "agents",
                    ":agent_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "443377bd-5ab4-711c-b870-bb659c4ffd26",
                      "key": "agent_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"detail\": [\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    },\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "d54b35e4-baa0-44df-9451-c2aeef25542b",
          "name": "Update Agent",
          "request": {
            "name": "Update Agent",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "agents",
                ":agent_id"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "443377bd-5ab4-711c-b870-bb659c4ffd26",
                  "key": "agent_id",
                  "description": "(Required) "
                }
              ]
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "PATCH",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"name\": \"string\",\n  \"description\": \"string\",\n  \"avatar_emoji\": \"string\",\n  \"avatar_style\": \"string\",\n  \"avatar_value\": {\n    \"key_0\": \"string\",\n    \"key_1\": 5311\n  },\n  \"system_prompt\": \"string\",\n  \"model_id\": \"string\",\n  \"provider\": \"string\",\n  \"temperature\": 1.283249356560217,\n  \"max_tokens\": 13969,\n  \"tools_enabled\": {\n    \"web\": false,\n    \"code\": false,\n    \"image\": false,\n    \"tts\": false\n  },\n  \"tools_config\": {\n    \"key_0\": 5084,\n    \"key_1\": 9972.479997825836\n  },\n  \"document_ids\": [\n    \"3e73a928-9e20-9bd0-9fe0-73fddc4d0c35\",\n    \"55426cc0-d781-096e-7366-c12cc12b5836\"\n  ],\n  \"is_public\": true,\n  \"visibility\": \"company\",\n  \"tags\": [\n    \"string\",\n    \"string\"\n  ],\n  \"welcome_message\": \"string\",\n  \"suggested_prompts\": [\n    \"string\",\n    \"string\"\n  ],\n  \"change_note\": \"string\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "e4d71e11-d874-45e1-a9a0-078ece71fb56",
              "name": "Successful Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "agents",
                    ":agent_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "443377bd-5ab4-711c-b870-bb659c4ffd26",
                      "key": "agent_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"string\",\n  \"description\": \"string\",\n  \"avatar_emoji\": \"string\",\n  \"avatar_style\": \"string\",\n  \"avatar_value\": {\n    \"key_0\": 4328\n  },\n  \"system_prompt\": \"string\",\n  \"model_id\": \"string\",\n  \"provider\": \"string\",\n  \"temperature\": 1.8066574948194325,\n  \"max_tokens\": 29127,\n  \"tools_enabled\": {\n    \"web\": false,\n    \"code\": false,\n    \"image\": false,\n    \"tts\": false\n  },\n  \"tools_config\": {\n    \"key_0\": true,\n    \"key_1\": false,\n    \"key_2\": 2258\n  },\n  \"document_ids\": [\n    \"bdc2e9b6-02c2-6809-7198-6c47d559f8de\",\n    \"18bb5666-8aa4-6d5f-47d6-fd8623167276\"\n  ],\n  \"is_public\": true,\n  \"visibility\": \"public\",\n  \"tags\": [\n    \"string\",\n    \"string\"\n  ],\n  \"welcome_message\": \"string\",\n  \"suggested_prompts\": [\n    \"string\",\n    \"string\"\n  ],\n  \"change_note\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"id\": \"fb2fe487-4653-4f2c-4ea4-54089c918318\",\n  \"company_id\": \"6a003cfc-197a-621a-3d7e-80f1da2187de\",\n  \"user_id\": \"09060898-d47e-0566-7ac6-5c97e676dd26\",\n  \"name\": \"string\",\n  \"description\": \"string\",\n  \"avatar_emoji\": \"string\",\n  \"avatar_style\": \"string\",\n  \"avatar_value\": {\n    \"key_0\": 3511\n  },\n  \"slug\": \"string\",\n  \"system_prompt\": \"string\",\n  \"model_id\": \"string\",\n  \"provider\": \"string\",\n  \"temperature\": 8504.494967267085,\n  \"max_tokens\": 3473,\n  \"tools_enabled\": {\n    \"key_0\": false,\n    \"key_1\": false\n  },\n  \"tools_config\": {\n    \"key_0\": false,\n    \"key_1\": false,\n    \"key_2\": \"string\"\n  },\n  \"document_ids\": [\n    \"a36b3933-e856-0629-c2fd-c70cc1dfac0d\",\n    \"b65b4ed2-d102-ffb7-80ea-a5c26a5c4001\"\n  ],\n  \"is_public\": false,\n  \"visibility\": \"string\",\n  \"tags\": [\n    \"string\",\n    \"string\"\n  ],\n  \"welcome_message\": \"string\",\n  \"suggested_prompts\": [\n    \"string\",\n    \"string\"\n  ],\n  \"pinned\": true,\n  \"created_at\": \"1990-10-24T06:05:51.790Z\",\n  \"updated_at\": \"2018-12-04T19:37:50.072Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "6bec4c88-eb3d-48d1-bd5e-4b0285cbe9ad",
              "name": "Validation Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "agents",
                    ":agent_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "443377bd-5ab4-711c-b870-bb659c4ffd26",
                      "key": "agent_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"string\",\n  \"description\": \"string\",\n  \"avatar_emoji\": \"string\",\n  \"avatar_style\": \"string\",\n  \"avatar_value\": {\n    \"key_0\": 4328\n  },\n  \"system_prompt\": \"string\",\n  \"model_id\": \"string\",\n  \"provider\": \"string\",\n  \"temperature\": 1.8066574948194325,\n  \"max_tokens\": 29127,\n  \"tools_enabled\": {\n    \"web\": false,\n    \"code\": false,\n    \"image\": false,\n    \"tts\": false\n  },\n  \"tools_config\": {\n    \"key_0\": true,\n    \"key_1\": false,\n    \"key_2\": 2258\n  },\n  \"document_ids\": [\n    \"bdc2e9b6-02c2-6809-7198-6c47d559f8de\",\n    \"18bb5666-8aa4-6d5f-47d6-fd8623167276\"\n  ],\n  \"is_public\": true,\n  \"visibility\": \"public\",\n  \"tags\": [\n    \"string\",\n    \"string\"\n  ],\n  \"welcome_message\": \"string\",\n  \"suggested_prompts\": [\n    \"string\",\n    \"string\"\n  ],\n  \"change_note\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"detail\": [\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    },\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "813181ce-8eb4-4fac-87c5-1660eadcc344",
          "name": "Delete Agent",
          "request": {
            "name": "Delete Agent",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "agents",
                ":agent_id"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "443377bd-5ab4-711c-b870-bb659c4ffd26",
                  "key": "agent_id",
                  "description": "(Required) "
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "DELETE",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "40512c60-2908-4851-9460-eafe3f4e386e",
              "name": "Successful Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "agents",
                    ":agent_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "443377bd-5ab4-711c-b870-bb659c4ffd26",
                      "key": "agent_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "method": "DELETE",
                "body": {}
              },
              "status": "No Content",
              "code": 204,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "997fe683-8451-4ba6-9752-e360e21cc245",
              "name": "Validation Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "agents",
                    ":agent_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "443377bd-5ab4-711c-b870-bb659c4ffd26",
                      "key": "agent_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"detail\": [\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    },\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "94140703-b004-4a01-ad40-1c08b8498cb9",
          "name": "Duplicate Agent",
          "request": {
            "name": "Duplicate Agent",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "agents",
                ":agent_id",
                "duplicate"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "443377bd-5ab4-711c-b870-bb659c4ffd26",
                  "key": "agent_id",
                  "description": "(Required) "
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "a3b7e486-962f-4f00-8a04-208bbb418bb8",
              "name": "Successful Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "agents",
                    ":agent_id",
                    "duplicate"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "443377bd-5ab4-711c-b870-bb659c4ffd26",
                      "key": "agent_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {}
              },
              "status": "Created",
              "code": 201,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"id\": \"fb2fe487-4653-4f2c-4ea4-54089c918318\",\n  \"company_id\": \"6a003cfc-197a-621a-3d7e-80f1da2187de\",\n  \"user_id\": \"09060898-d47e-0566-7ac6-5c97e676dd26\",\n  \"name\": \"string\",\n  \"description\": \"string\",\n  \"avatar_emoji\": \"string\",\n  \"avatar_style\": \"string\",\n  \"avatar_value\": {\n    \"key_0\": 3511\n  },\n  \"slug\": \"string\",\n  \"system_prompt\": \"string\",\n  \"model_id\": \"string\",\n  \"provider\": \"string\",\n  \"temperature\": 8504.494967267085,\n  \"max_tokens\": 3473,\n  \"tools_enabled\": {\n    \"key_0\": false,\n    \"key_1\": false\n  },\n  \"tools_config\": {\n    \"key_0\": false,\n    \"key_1\": false,\n    \"key_2\": \"string\"\n  },\n  \"document_ids\": [\n    \"a36b3933-e856-0629-c2fd-c70cc1dfac0d\",\n    \"b65b4ed2-d102-ffb7-80ea-a5c26a5c4001\"\n  ],\n  \"is_public\": false,\n  \"visibility\": \"string\",\n  \"tags\": [\n    \"string\",\n    \"string\"\n  ],\n  \"welcome_message\": \"string\",\n  \"suggested_prompts\": [\n    \"string\",\n    \"string\"\n  ],\n  \"pinned\": true,\n  \"created_at\": \"1990-10-24T06:05:51.790Z\",\n  \"updated_at\": \"2018-12-04T19:37:50.072Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "eecf13b4-a859-4d01-a6d9-f1482690d704",
              "name": "Validation Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "agents",
                    ":agent_id",
                    "duplicate"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "443377bd-5ab4-711c-b870-bb659c4ffd26",
                      "key": "agent_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {}
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"detail\": [\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    },\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "8de44966-efc2-4a16-a7c7-ffd582d7915e",
          "name": "Pin Agent",
          "request": {
            "name": "Pin Agent",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "agents",
                ":agent_id",
                "pin"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "443377bd-5ab4-711c-b870-bb659c4ffd26",
                  "key": "agent_id",
                  "description": "(Required) "
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "3ddcf54e-01ab-4b56-91a1-1bcde9bfb5cb",
              "name": "Successful Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "agents",
                    ":agent_id",
                    "pin"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "443377bd-5ab4-711c-b870-bb659c4ffd26",
                      "key": "agent_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"pinned\": true\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "9016dc61-b344-465b-819e-2420cd6079a5",
              "name": "Validation Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "agents",
                    ":agent_id",
                    "pin"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "443377bd-5ab4-711c-b870-bb659c4ffd26",
                      "key": "agent_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {}
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"detail\": [\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    },\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "0e06de82-2c8d-4161-a082-c35298e91135",
          "name": "Unpin Agent",
          "request": {
            "name": "Unpin Agent",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "agents",
                ":agent_id",
                "pin"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "443377bd-5ab4-711c-b870-bb659c4ffd26",
                  "key": "agent_id",
                  "description": "(Required) "
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "DELETE",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "2654c922-3732-41ab-8c63-e6cd535f62a9",
              "name": "Successful Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "agents",
                    ":agent_id",
                    "pin"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "443377bd-5ab4-711c-b870-bb659c4ffd26",
                      "key": "agent_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"pinned\": true\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "b97ff65c-ee06-4d2a-b7a5-829afb00915d",
              "name": "Validation Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "agents",
                    ":agent_id",
                    "pin"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "443377bd-5ab4-711c-b870-bb659c4ffd26",
                      "key": "agent_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"detail\": [\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    },\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "fbef4885-aac3-4da3-8b5d-1e750ce257ee",
          "name": "Set Avatar",
          "request": {
            "name": "Set Avatar",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "agents",
                ":agent_id",
                "avatar"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "443377bd-5ab4-711c-b870-bb659c4ffd26",
                  "key": "agent_id",
                  "description": "(Required) "
                }
              ]
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "PUT",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"style\": \"emoji\",\n  \"value\": {\n    \"key_0\": true,\n    \"key_1\": 2147\n  }\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "049e305e-0df9-4fc1-81b5-8bd21f7946be",
              "name": "Successful Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "agents",
                    ":agent_id",
                    "avatar"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "443377bd-5ab4-711c-b870-bb659c4ffd26",
                      "key": "agent_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"style\": \"emoji\",\n  \"value\": {\n    \"key_0\": true,\n    \"key_1\": 2147\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"id\": \"fb2fe487-4653-4f2c-4ea4-54089c918318\",\n  \"company_id\": \"6a003cfc-197a-621a-3d7e-80f1da2187de\",\n  \"user_id\": \"09060898-d47e-0566-7ac6-5c97e676dd26\",\n  \"name\": \"string\",\n  \"description\": \"string\",\n  \"avatar_emoji\": \"string\",\n  \"avatar_style\": \"string\",\n  \"avatar_value\": {\n    \"key_0\": 3511\n  },\n  \"slug\": \"string\",\n  \"system_prompt\": \"string\",\n  \"model_id\": \"string\",\n  \"provider\": \"string\",\n  \"temperature\": 8504.494967267085,\n  \"max_tokens\": 3473,\n  \"tools_enabled\": {\n    \"key_0\": false,\n    \"key_1\": false\n  },\n  \"tools_config\": {\n    \"key_0\": false,\n    \"key_1\": false,\n    \"key_2\": \"string\"\n  },\n  \"document_ids\": [\n    \"a36b3933-e856-0629-c2fd-c70cc1dfac0d\",\n    \"b65b4ed2-d102-ffb7-80ea-a5c26a5c4001\"\n  ],\n  \"is_public\": false,\n  \"visibility\": \"string\",\n  \"tags\": [\n    \"string\",\n    \"string\"\n  ],\n  \"welcome_message\": \"string\",\n  \"suggested_prompts\": [\n    \"string\",\n    \"string\"\n  ],\n  \"pinned\": true,\n  \"created_at\": \"1990-10-24T06:05:51.790Z\",\n  \"updated_at\": \"2018-12-04T19:37:50.072Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "666719a6-d3d5-4f92-a86e-7e3b107abce0",
              "name": "Validation Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "agents",
                    ":agent_id",
                    "avatar"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "443377bd-5ab4-711c-b870-bb659c4ffd26",
                      "key": "agent_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"style\": \"emoji\",\n  \"value\": {\n    \"key_0\": true,\n    \"key_1\": 2147\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"detail\": [\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    },\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "3dfd6d46-505e-4c5e-b571-d28592d2ea77",
          "name": "List Versions",
          "request": {
            "name": "List Versions",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "agents",
                ":agent_id",
                "versions"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "443377bd-5ab4-711c-b870-bb659c4ffd26",
                  "key": "agent_id",
                  "description": "(Required) "
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "54ff8bff-88b7-4517-9820-7bbf2859b6e9",
              "name": "Successful Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "agents",
                    ":agent_id",
                    "versions"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "443377bd-5ab4-711c-b870-bb659c4ffd26",
                      "key": "agent_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "[\n  {\n    \"id\": \"b366923d-caf0-4cf9-ed52-6f6b3f542489\",\n    \"agent_id\": \"0cd8d9c9-7c32-19ac-e3b2-83862a54c694\",\n    \"version_number\": 3979,\n    \"name\": \"string\",\n    \"description\": \"string\",\n    \"system_prompt\": \"string\",\n    \"model_id\": \"string\",\n    \"provider\": \"string\",\n    \"temperature\": 3627.393927108142,\n    \"max_tokens\": 4625,\n    \"tools_enabled\": {\n      \"key_0\": 7038,\n      \"key_1\": \"string\",\n      \"key_2\": 3324.2804393343617\n    },\n    \"tools_config\": {\n      \"key_0\": false\n    },\n    \"tags\": [\n      \"string\",\n      \"string\"\n    ],\n    \"welcome_message\": \"string\",\n    \"suggested_prompts\": [\n      \"string\",\n      \"string\"\n    ],\n    \"created_by\": \"440e801e-95ed-0817-7a77-0faef71e4035\",\n    \"change_note\": \"string\",\n    \"created_at\": \"1964-12-14T22:29:51.661Z\"\n  },\n  {\n    \"id\": \"6ce3a073-e4b4-df74-db94-e238fffc1587\",\n    \"agent_id\": \"46a7875e-2301-da5f-7b3b-bbcece0ce402\",\n    \"version_number\": 5237,\n    \"name\": \"string\",\n    \"description\": \"string\",\n    \"system_prompt\": \"string\",\n    \"model_id\": \"string\",\n    \"provider\": \"string\",\n    \"temperature\": 6444.013282926615,\n    \"max_tokens\": 5852,\n    \"tools_enabled\": {\n      \"key_0\": 5157.86880565179\n    },\n    \"tools_config\": {\n      \"key_0\": 6595,\n      \"key_1\": 2879.3628712304553\n    },\n    \"tags\": [\n      \"string\",\n      \"string\"\n    ],\n    \"welcome_message\": \"string\",\n    \"suggested_prompts\": [\n      \"string\",\n      \"string\"\n    ],\n    \"created_by\": \"9b8363b2-d477-3c5f-a8da-7f8018fb8241\",\n    \"change_note\": \"string\",\n    \"created_at\": \"1962-10-24T14:14:20.007Z\"\n  }\n]",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "59627de3-0807-4a2b-b7c3-8d945d3d85e0",
              "name": "Validation Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "agents",
                    ":agent_id",
                    "versions"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "443377bd-5ab4-711c-b870-bb659c4ffd26",
                      "key": "agent_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"detail\": [\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    },\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "de3e5b1e-74f3-49e4-964b-bfaddaa48a86",
          "name": "Restore Version",
          "request": {
            "name": "Restore Version",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "agents",
                ":agent_id",
                "versions",
                ":version_number",
                "restore"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "443377bd-5ab4-711c-b870-bb659c4ffd26",
                  "key": "agent_id",
                  "description": "(Required) "
                },
                {
                  "disabled": false,
                  "type": "any",
                  "value": "3705",
                  "key": "version_number",
                  "description": "(Required) "
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "69b1fac6-21df-40b6-ab48-5a3cbd13ee3f",
              "name": "Successful Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "agents",
                    ":agent_id",
                    "versions",
                    ":version_number",
                    "restore"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "443377bd-5ab4-711c-b870-bb659c4ffd26",
                      "key": "agent_id",
                      "description": "(Required) "
                    },
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "3705",
                      "key": "version_number",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"id\": \"fb2fe487-4653-4f2c-4ea4-54089c918318\",\n  \"company_id\": \"6a003cfc-197a-621a-3d7e-80f1da2187de\",\n  \"user_id\": \"09060898-d47e-0566-7ac6-5c97e676dd26\",\n  \"name\": \"string\",\n  \"description\": \"string\",\n  \"avatar_emoji\": \"string\",\n  \"avatar_style\": \"string\",\n  \"avatar_value\": {\n    \"key_0\": 3511\n  },\n  \"slug\": \"string\",\n  \"system_prompt\": \"string\",\n  \"model_id\": \"string\",\n  \"provider\": \"string\",\n  \"temperature\": 8504.494967267085,\n  \"max_tokens\": 3473,\n  \"tools_enabled\": {\n    \"key_0\": false,\n    \"key_1\": false\n  },\n  \"tools_config\": {\n    \"key_0\": false,\n    \"key_1\": false,\n    \"key_2\": \"string\"\n  },\n  \"document_ids\": [\n    \"a36b3933-e856-0629-c2fd-c70cc1dfac0d\",\n    \"b65b4ed2-d102-ffb7-80ea-a5c26a5c4001\"\n  ],\n  \"is_public\": false,\n  \"visibility\": \"string\",\n  \"tags\": [\n    \"string\",\n    \"string\"\n  ],\n  \"welcome_message\": \"string\",\n  \"suggested_prompts\": [\n    \"string\",\n    \"string\"\n  ],\n  \"pinned\": true,\n  \"created_at\": \"1990-10-24T06:05:51.790Z\",\n  \"updated_at\": \"2018-12-04T19:37:50.072Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "59f466c3-3dd3-42d0-b697-ec1cb875ce7c",
              "name": "Validation Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "agents",
                    ":agent_id",
                    "versions",
                    ":version_number",
                    "restore"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "443377bd-5ab4-711c-b870-bb659c4ffd26",
                      "key": "agent_id",
                      "description": "(Required) "
                    },
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "3705",
                      "key": "version_number",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {}
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"detail\": [\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    },\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "f1fa0a79-d7c3-4663-8b52-29dcc7b27005",
          "name": "List Grants",
          "request": {
            "name": "List Grants",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "agents",
                ":agent_id",
                "grants"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "443377bd-5ab4-711c-b870-bb659c4ffd26",
                  "key": "agent_id",
                  "description": "(Required) "
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "dbef80d6-8d66-4f87-98df-f5771a6fd37c",
              "name": "Successful Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "agents",
                    ":agent_id",
                    "grants"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "443377bd-5ab4-711c-b870-bb659c4ffd26",
                      "key": "agent_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "[\n  {\n    \"id\": \"23277f3d-b2aa-9935-ef8a-8aa8c16f9d8e\",\n    \"agent_id\": \"eda7a66e-00e9-e7db-33fc-f67579d47878\",\n    \"grantee_type\": \"string\",\n    \"grantee_id\": \"5f34341a-01d3-617e-a368-71ae9a0b43d3\",\n    \"permission\": \"string\",\n    \"granted_by\": \"c0d78276-3dcf-1b2f-b75d-aa5ea87b16c5\",\n    \"created_at\": \"2002-03-29T09:19:11.801Z\"\n  },\n  {\n    \"id\": \"6e0c2735-093a-6804-83a4-83f4b0df44b7\",\n    \"agent_id\": \"a9dad176-8f92-ea31-4509-6aaf1b9e6441\",\n    \"grantee_type\": \"string\",\n    \"grantee_id\": \"b560dedb-a8d1-0692-1508-0d9c53922698\",\n    \"permission\": \"string\",\n    \"granted_by\": \"fc4f5c2c-3582-a8f8-08ff-ca87712a9e76\",\n    \"created_at\": \"2021-01-10T16:19:28.245Z\"\n  }\n]",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "91059a95-1cf6-4774-8a86-fb8ac518c9da",
              "name": "Validation Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "agents",
                    ":agent_id",
                    "grants"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "443377bd-5ab4-711c-b870-bb659c4ffd26",
                      "key": "agent_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"detail\": [\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    },\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "e8f3e1fc-1c22-46d2-bc55-dcbee531a892",
          "name": "Create Grant",
          "request": {
            "name": "Create Grant",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "agents",
                ":agent_id",
                "grants"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "443377bd-5ab4-711c-b870-bb659c4ffd26",
                  "key": "agent_id",
                  "description": "(Required) "
                }
              ]
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"grantee_type\": \"user\",\n  \"grantee_id\": \"049b1c2a-cfc7-7743-7c2c-1d75e8f3717d\",\n  \"permission\": \"use\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "0e6ebfff-4246-4828-ba0c-fea8a863b413",
              "name": "Successful Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "agents",
                    ":agent_id",
                    "grants"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "443377bd-5ab4-711c-b870-bb659c4ffd26",
                      "key": "agent_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"grantee_type\": \"user\",\n  \"grantee_id\": \"049b1c2a-cfc7-7743-7c2c-1d75e8f3717d\",\n  \"permission\": \"use\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Created",
              "code": 201,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"id\": \"857a1fc1-5e34-7c0b-aeda-1c45fbc0d3ac\",\n  \"agent_id\": \"b593ce15-d95c-35b6-8f8e-f7caf7dedcf8\",\n  \"grantee_type\": \"string\",\n  \"grantee_id\": \"daf23d3a-896d-06c2-4903-cf0a11d1906d\",\n  \"permission\": \"string\",\n  \"granted_by\": \"06432d1c-d26d-d802-6036-c7f9dfc931ea\",\n  \"created_at\": \"1966-08-07T07:27:31.653Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "43356fc6-8391-45f4-96a2-8e2f24571fed",
              "name": "Validation Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "agents",
                    ":agent_id",
                    "grants"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "443377bd-5ab4-711c-b870-bb659c4ffd26",
                      "key": "agent_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"grantee_type\": \"user\",\n  \"grantee_id\": \"049b1c2a-cfc7-7743-7c2c-1d75e8f3717d\",\n  \"permission\": \"use\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"detail\": [\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    },\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "02ea084c-7219-450a-a0a8-4a55a12b3b03",
          "name": "Delete Grant",
          "request": {
            "name": "Delete Grant",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "agents",
                ":agent_id",
                "grants",
                ":grant_id"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "443377bd-5ab4-711c-b870-bb659c4ffd26",
                  "key": "agent_id",
                  "description": "(Required) "
                },
                {
                  "disabled": false,
                  "type": "any",
                  "value": "fbd62d4d-dea0-7880-09c6-150a91b300f0",
                  "key": "grant_id",
                  "description": "(Required) "
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "DELETE",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "fa67048e-cf29-441d-839a-e3f57fa7bbbf",
              "name": "Successful Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "agents",
                    ":agent_id",
                    "grants",
                    ":grant_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "443377bd-5ab4-711c-b870-bb659c4ffd26",
                      "key": "agent_id",
                      "description": "(Required) "
                    },
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "fbd62d4d-dea0-7880-09c6-150a91b300f0",
                      "key": "grant_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "method": "DELETE",
                "body": {}
              },
              "status": "No Content",
              "code": 204,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "af46638f-f516-42fe-b158-5769100f3e5d",
              "name": "Validation Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "agents",
                    ":agent_id",
                    "grants",
                    ":grant_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "443377bd-5ab4-711c-b870-bb659c4ffd26",
                      "key": "agent_id",
                      "description": "(Required) "
                    },
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "fbd62d4d-dea0-7880-09c6-150a91b300f0",
                      "key": "grant_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"detail\": [\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    },\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "ac9e9678-65d9-4cfa-9b85-6afd9d822f8b",
          "name": "Get Analytics",
          "request": {
            "name": "Get Analytics",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "agents",
                ":agent_id",
                "analytics"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "443377bd-5ab4-711c-b870-bb659c4ffd26",
                  "key": "agent_id",
                  "description": "(Required) "
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "5d098da3-487e-4da4-9f35-7e924982c77d",
              "name": "Successful Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "agents",
                    ":agent_id",
                    "analytics"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "443377bd-5ab4-711c-b870-bb659c4ffd26",
                      "key": "agent_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"total_runs\": 8489,\n  \"total_messages\": 2150,\n  \"total_tokens_input\": 3279,\n  \"total_tokens_output\": 4892,\n  \"total_cost_eur\": 5960.012532256911,\n  \"total_charge_eur\": 9731.002648746156,\n  \"avg_messages_per_run\": 3565.276712524634,\n  \"runs_last_30d\": 9263,\n  \"daily_runs\": [\n    {\n      \"key_0\": 4717.061038147685\n    },\n    {\n      \"key_0\": 6537,\n      \"key_1\": \"string\",\n      \"key_2\": \"string\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "207cf359-5be4-41d0-80ce-df2f0560625c",
              "name": "Validation Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "agents",
                    ":agent_id",
                    "analytics"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "443377bd-5ab4-711c-b870-bb659c4ffd26",
                      "key": "agent_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"detail\": [\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    },\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "fa185faf-592c-4872-8682-166a100457e2",
          "name": "Create Run",
          "request": {
            "name": "Create Run",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "agents",
                ":agent_id",
                "runs"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "443377bd-5ab4-711c-b870-bb659c4ffd26",
                  "key": "agent_id",
                  "description": "(Required) "
                }
              ]
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"title\": \"string\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "90e51aa7-faa9-47a5-a14d-4f58eaa3855c",
              "name": "Successful Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "agents",
                    ":agent_id",
                    "runs"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "443377bd-5ab4-711c-b870-bb659c4ffd26",
                      "key": "agent_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"title\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Created",
              "code": 201,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"id\": \"208fd01c-1698-4415-5953-67b8929d630b\",\n  \"agent_id\": \"437440a9-e678-7ab3-0dd5-1627a42a3d6c\",\n  \"user_id\": \"42567b44-267a-ab74-0c91-8a9fadc08332\",\n  \"company_id\": \"bdd6aa0b-c984-aaff-a644-64094dc5b489\",\n  \"title\": \"string\",\n  \"created_at\": \"1974-08-26T03:23:47.410Z\",\n  \"updated_at\": \"1983-12-13T04:36:36.404Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "70a3e793-9eb7-434e-9196-9392ac8132f6",
              "name": "Validation Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "agents",
                    ":agent_id",
                    "runs"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "443377bd-5ab4-711c-b870-bb659c4ffd26",
                      "key": "agent_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"title\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"detail\": [\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    },\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "a076bdd4-7c6f-4487-8bde-c4fad66d94f0",
          "name": "List Runs",
          "request": {
            "name": "List Runs",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "agents",
                ":agent_id",
                "runs"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "key": "page",
                  "value": "1"
                },
                {
                  "disabled": false,
                  "key": "per_page",
                  "value": "20"
                }
              ],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "443377bd-5ab4-711c-b870-bb659c4ffd26",
                  "key": "agent_id",
                  "description": "(Required) "
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "784a25b6-6ddd-4968-ac5d-1646d6f1526c",
              "name": "Successful Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "agents",
                    ":agent_id",
                    "runs"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "page",
                      "value": "1"
                    },
                    {
                      "key": "per_page",
                      "value": "20"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "443377bd-5ab4-711c-b870-bb659c4ffd26",
                      "key": "agent_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"items\": [\n    {\n      \"id\": \"915fa07b-b01d-3c45-58ac-8990336272a6\",\n      \"agent_id\": \"54ad5283-49ee-2cb3-72f3-242f34207beb\",\n      \"user_id\": \"895502bb-7b5f-fbf7-7a19-cb4ac45ca347\",\n      \"company_id\": \"18b169a2-78f4-09db-c4b4-af41d0bbf95a\",\n      \"title\": \"string\",\n      \"created_at\": \"1966-04-28T05:30:28.218Z\",\n      \"updated_at\": \"1957-03-12T23:10:15.338Z\"\n    },\n    {\n      \"id\": \"e03d43ea-0a23-a147-d000-fd25bd175967\",\n      \"agent_id\": \"f6325adb-c400-d886-8d39-f9b5da04b681\",\n      \"user_id\": \"bdb4049b-8a15-7099-bad5-535380c8c153\",\n      \"company_id\": \"55d604d4-f3f0-3c94-a35f-fd32e7678598\",\n      \"title\": \"string\",\n      \"created_at\": \"2001-01-30T01:02:54.792Z\",\n      \"updated_at\": \"1992-11-15T02:08:26.449Z\"\n    }\n  ],\n  \"total\": 1318,\n  \"page\": 4485,\n  \"per_page\": 1755\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "69e1077e-de39-4cbf-924e-933a901a3deb",
              "name": "Validation Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "agents",
                    ":agent_id",
                    "runs"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "page",
                      "value": "1"
                    },
                    {
                      "key": "per_page",
                      "value": "20"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "443377bd-5ab4-711c-b870-bb659c4ffd26",
                      "key": "agent_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"detail\": [\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    },\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "ec33288b-34a0-4331-9149-e96fd67fb00b",
          "name": "Get Run",
          "request": {
            "name": "Get Run",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "agents",
                ":agent_id",
                "runs",
                ":run_id"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "443377bd-5ab4-711c-b870-bb659c4ffd26",
                  "key": "agent_id",
                  "description": "(Required) "
                },
                {
                  "disabled": false,
                  "type": "any",
                  "value": "a8a19014-b0fe-0791-89e6-8ac2832d8b38",
                  "key": "run_id",
                  "description": "(Required) "
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "996d491b-42b9-44a4-a90f-c14428cd8ce5",
              "name": "Successful Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "agents",
                    ":agent_id",
                    "runs",
                    ":run_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "443377bd-5ab4-711c-b870-bb659c4ffd26",
                      "key": "agent_id",
                      "description": "(Required) "
                    },
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "a8a19014-b0fe-0791-89e6-8ac2832d8b38",
                      "key": "run_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"id\": \"3e9d0a7f-1ae5-034c-1e94-9bc9c14e32e0\",\n  \"agent_id\": \"921f86fd-bb0f-9c6c-d372-51de3587d460\",\n  \"user_id\": \"25e6c9e6-3f16-9731-51e7-a2e97c686394\",\n  \"company_id\": \"45c3d9b6-d993-2462-5d0d-265db2d60cc7\",\n  \"title\": \"string\",\n  \"created_at\": \"2010-02-28T10:42:47.993Z\",\n  \"updated_at\": \"2011-04-09T23:58:22.019Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "70775337-91bf-4220-a1c8-0de4e88e2255",
              "name": "Validation Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "agents",
                    ":agent_id",
                    "runs",
                    ":run_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "443377bd-5ab4-711c-b870-bb659c4ffd26",
                      "key": "agent_id",
                      "description": "(Required) "
                    },
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "a8a19014-b0fe-0791-89e6-8ac2832d8b38",
                      "key": "run_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"detail\": [\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    },\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "994061b3-007c-4e18-a0b5-1be1b77aa731",
          "name": "Delete Run",
          "request": {
            "name": "Delete Run",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "agents",
                ":agent_id",
                "runs",
                ":run_id"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "443377bd-5ab4-711c-b870-bb659c4ffd26",
                  "key": "agent_id",
                  "description": "(Required) "
                },
                {
                  "disabled": false,
                  "type": "any",
                  "value": "a8a19014-b0fe-0791-89e6-8ac2832d8b38",
                  "key": "run_id",
                  "description": "(Required) "
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "DELETE",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "e5bac357-4c07-4d0b-8336-9ceac3c85fe8",
              "name": "Successful Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "agents",
                    ":agent_id",
                    "runs",
                    ":run_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "443377bd-5ab4-711c-b870-bb659c4ffd26",
                      "key": "agent_id",
                      "description": "(Required) "
                    },
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "a8a19014-b0fe-0791-89e6-8ac2832d8b38",
                      "key": "run_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "method": "DELETE",
                "body": {}
              },
              "status": "No Content",
              "code": 204,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "24e716d7-21e9-4c43-aaca-1f609fe34896",
              "name": "Validation Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "agents",
                    ":agent_id",
                    "runs",
                    ":run_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "443377bd-5ab4-711c-b870-bb659c4ffd26",
                      "key": "agent_id",
                      "description": "(Required) "
                    },
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "a8a19014-b0fe-0791-89e6-8ac2832d8b38",
                      "key": "run_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"detail\": [\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    },\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "76bf9b74-9d1a-46e3-ba55-d121b87091d8",
          "name": "Send Message",
          "request": {
            "name": "Send Message",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "agents",
                ":agent_id",
                "runs",
                ":run_id",
                "messages"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "443377bd-5ab4-711c-b870-bb659c4ffd26",
                  "key": "agent_id",
                  "description": "(Required) "
                },
                {
                  "disabled": false,
                  "type": "any",
                  "value": "a8a19014-b0fe-0791-89e6-8ac2832d8b38",
                  "key": "run_id",
                  "description": "(Required) "
                }
              ]
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"content\": \"string\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "bc4e3343-611f-47c1-bc3b-8147b9bb30bd",
              "name": "Successful Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "agents",
                    ":agent_id",
                    "runs",
                    ":run_id",
                    "messages"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "443377bd-5ab4-711c-b870-bb659c4ffd26",
                      "key": "agent_id",
                      "description": "(Required) "
                    },
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "a8a19014-b0fe-0791-89e6-8ac2832d8b38",
                      "key": "run_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"content\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "a87d439e-cdf5-45c7-a70f-302d9b4f0e42",
              "name": "Validation Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "agents",
                    ":agent_id",
                    "runs",
                    ":run_id",
                    "messages"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "443377bd-5ab4-711c-b870-bb659c4ffd26",
                      "key": "agent_id",
                      "description": "(Required) "
                    },
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "a8a19014-b0fe-0791-89e6-8ac2832d8b38",
                      "key": "run_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"content\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"detail\": [\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    },\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "71414dd6-67d0-4fa1-baea-2467889b8ea9",
          "name": "Add Memory",
          "request": {
            "name": "Add Memory",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "agents",
                ":agent_id",
                "memory"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "443377bd-5ab4-711c-b870-bb659c4ffd26",
                  "key": "agent_id",
                  "description": "(Required) "
                }
              ]
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"key\": \"string\",\n  \"value\": \"string\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "d8e8d6aa-0869-4cc1-ba56-39a699ba0dfa",
              "name": "Successful Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "agents",
                    ":agent_id",
                    "memory"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "443377bd-5ab4-711c-b870-bb659c4ffd26",
                      "key": "agent_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"key\": \"string\",\n  \"value\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Created",
              "code": 201,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"id\": \"2807d029-cab1-3266-bd08-e9f9e4ddcde4\",\n  \"key\": \"string\",\n  \"value\": \"string\",\n  \"created_at\": \"1948-06-02T07:19:33.048Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "d844b002-db3e-46db-b434-4653dcd1ccb6",
              "name": "Validation Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "agents",
                    ":agent_id",
                    "memory"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "443377bd-5ab4-711c-b870-bb659c4ffd26",
                      "key": "agent_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"key\": \"string\",\n  \"value\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"detail\": [\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    },\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "1c8e42a8-470b-46fc-8f54-930227194842",
          "name": "List Memory",
          "request": {
            "name": "List Memory",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "agents",
                ":agent_id",
                "memory"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "443377bd-5ab4-711c-b870-bb659c4ffd26",
                  "key": "agent_id",
                  "description": "(Required) "
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "38c3b9af-191f-4566-aeda-daad202bf3b5",
              "name": "Successful Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "agents",
                    ":agent_id",
                    "memory"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "443377bd-5ab4-711c-b870-bb659c4ffd26",
                      "key": "agent_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "[\n  {\n    \"id\": \"0beee66d-bab2-4aaa-7226-1e9ab0608e32\",\n    \"key\": \"string\",\n    \"value\": \"string\",\n    \"created_at\": \"2013-01-19T20:46:21.593Z\"\n  },\n  {\n    \"id\": \"3c2aeded-3830-8dd4-c86f-e9633e48fba4\",\n    \"key\": \"string\",\n    \"value\": \"string\",\n    \"created_at\": \"1953-10-04T07:27:27.535Z\"\n  }\n]",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "ff7008e2-d4f6-4f6c-bce5-e8f52a3da7f6",
              "name": "Validation Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "agents",
                    ":agent_id",
                    "memory"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "443377bd-5ab4-711c-b870-bb659c4ffd26",
                      "key": "agent_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"detail\": [\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    },\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "fa5a0e82-8d24-4858-a449-781950927b56",
          "name": "Delete Memory",
          "request": {
            "name": "Delete Memory",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "agents",
                ":agent_id",
                "memory",
                ":memory_id"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "443377bd-5ab4-711c-b870-bb659c4ffd26",
                  "key": "agent_id",
                  "description": "(Required) "
                },
                {
                  "disabled": false,
                  "type": "any",
                  "value": "edb41c9c-2bec-665e-349e-a1a484e64c57",
                  "key": "memory_id",
                  "description": "(Required) "
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "DELETE",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "4fd9fded-d6b0-4361-ae84-67aa4f7ef31c",
              "name": "Successful Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "agents",
                    ":agent_id",
                    "memory",
                    ":memory_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "443377bd-5ab4-711c-b870-bb659c4ffd26",
                      "key": "agent_id",
                      "description": "(Required) "
                    },
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "edb41c9c-2bec-665e-349e-a1a484e64c57",
                      "key": "memory_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "method": "DELETE",
                "body": {}
              },
              "status": "No Content",
              "code": 204,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "f5b7ade8-9a68-4947-8ad8-d4698be8a72e",
              "name": "Validation Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "agents",
                    ":agent_id",
                    "memory",
                    ":memory_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "443377bd-5ab4-711c-b870-bb659c4ffd26",
                      "key": "agent_id",
                      "description": "(Required) "
                    },
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "edb41c9c-2bec-665e-349e-a1a484e64c57",
                      "key": "memory_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"detail\": [\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    },\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ],
      "event": []
    },
    {
      "id": "ccaeb4f1-d311-42f5-82c4-32aee0918558",
      "name": "workflows",
      "description": {
        "content": "",
        "type": "text/plain"
      },
      "item": [
        {
          "id": "709ad231-5299-40cf-b8af-38d4b4fe358b",
          "name": "List Templates",
          "request": {
            "name": "List Templates",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "workflows",
                "templates"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "d7e4e985-4da9-48bd-a556-bb947929670b",
              "name": "Successful Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "workflows",
                    "templates"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "[\n  {\n    \"id\": \"string\",\n    \"slug\": \"string\",\n    \"name\": \"string\",\n    \"description\": \"string\",\n    \"emoji\": \"string\",\n    \"category\": \"string\",\n    \"tags\": [\n      \"string\",\n      \"string\"\n    ],\n    \"graph\": {\n      \"key_0\": false,\n      \"key_1\": 9214.513122075936,\n      \"key_2\": 900.6936264359733\n    },\n    \"inputs_schema\": []\n  },\n  {\n    \"id\": \"string\",\n    \"slug\": \"string\",\n    \"name\": \"string\",\n    \"description\": \"string\",\n    \"emoji\": \"string\",\n    \"category\": \"string\",\n    \"tags\": [\n      \"string\",\n      \"string\"\n    ],\n    \"graph\": {\n      \"key_0\": 9346.95740483414,\n      \"key_1\": \"string\"\n    },\n    \"inputs_schema\": []\n  }\n]",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "1a45f7dd-2886-4b3c-9e7f-765a00672e4a",
          "name": "Create From Template",
          "request": {
            "name": "Create From Template",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "workflows",
                "from-template"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"template_slug\": \"string\",\n  \"name\": \"string\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "a22f81da-fcfb-4e7d-ada0-6a5c027948e4",
              "name": "Successful Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "workflows",
                    "from-template"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"template_slug\": \"string\",\n  \"name\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Created",
              "code": 201,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"id\": \"5ec23822-a954-9a27-b2c3-e09f5d1af981\",\n  \"company_id\": \"964a33c8-0d44-8374-6345-73e131626906\",\n  \"owner_id\": \"79df978b-bd48-1077-1066-4714cd4080d0\",\n  \"name\": \"string\",\n  \"slug\": \"string\",\n  \"description\": \"string\",\n  \"emoji\": \"string\",\n  \"category\": \"string\",\n  \"visibility\": \"string\",\n  \"status\": \"string\",\n  \"graph\": {\n    \"key_0\": false\n  },\n  \"inputs_schema\": [],\n  \"tags\": [\n    \"string\",\n    \"string\"\n  ],\n  \"pinned\": true,\n  \"total_runs\": 7294,\n  \"last_run_at\": \"1970-07-04T12:36:53.641Z\",\n  \"last_run_status\": \"string\",\n  \"created_at\": \"1956-10-10T22:25:17.965Z\",\n  \"updated_at\": \"1971-02-22T00:12:53.513Z\",\n  \"deleted_at\": \"2001-12-17T15:41:08.095Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "6e124f70-bc9d-4b90-b767-73d97c8f9701",
              "name": "Validation Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "workflows",
                    "from-template"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"template_slug\": \"string\",\n  \"name\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"detail\": [\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    },\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "bd9c722d-4c33-4661-bb33-2ac5804249f0",
          "name": "List Runs Workspace",
          "request": {
            "name": "List Runs Workspace",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "workflows",
                "runs"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "key": "workflow_id",
                  "value": "482b0599-657a-b70f-4131-67317f13b820"
                },
                {
                  "disabled": false,
                  "key": "status",
                  "value": "string"
                },
                {
                  "disabled": false,
                  "key": "triggered_by",
                  "value": "482b0599-657a-b70f-4131-67317f13b820"
                },
                {
                  "disabled": false,
                  "key": "page",
                  "value": "1"
                },
                {
                  "disabled": false,
                  "key": "per_page",
                  "value": "20"
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "cdb5bb2e-fb9d-4bdb-b5b7-9592a29979f8",
              "name": "Successful Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "workflows",
                    "runs"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "workflow_id",
                      "value": "482b0599-657a-b70f-4131-67317f13b820"
                    },
                    {
                      "key": "status",
                      "value": "string"
                    },
                    {
                      "key": "triggered_by",
                      "value": "482b0599-657a-b70f-4131-67317f13b820"
                    },
                    {
                      "key": "page",
                      "value": "1"
                    },
                    {
                      "key": "per_page",
                      "value": "20"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"items\": [\n    {\n      \"id\": \"447a5da1-e68d-5709-2644-d10fd173a569\",\n      \"workflow_id\": \"9a27b4e5-7866-94ea-d93b-314059c621b7\",\n      \"workflow_version_no\": 3033,\n      \"triggered_by\": \"c7f342a6-c3c5-1366-bd7e-14f7ff532357\",\n      \"trigger_kind\": \"string\",\n      \"status\": \"string\",\n      \"inputs\": {\n        \"key_0\": 646.8201167014142\n      },\n      \"outputs\": {\n        \"key_0\": false,\n        \"key_1\": 3605.1326914574756\n      },\n      \"context\": {\n        \"key_0\": 8805.689565368782,\n        \"key_1\": 9940\n      },\n      \"total_tokens\": 7652,\n      \"total_cost_eur\": 1747.070795212724,\n      \"duration_ms\": 2741,\n      \"error\": \"string\",\n      \"arq_job_id\": \"string\",\n      \"created_at\": \"1990-07-26T22:00:53.136Z\",\n      \"started_at\": \"1979-10-28T11:01:28.506Z\",\n      \"ended_at\": \"2012-06-17T00:20:20.602Z\",\n      \"cancelled_at\": \"1989-12-23T20:00:35.534Z\"\n    },\n    {\n      \"id\": \"1a2547cc-72fb-0160-4eab-09a804d3f067\",\n      \"workflow_id\": \"1f999d6a-7609-dfa9-97bd-ea7e7034a502\",\n      \"workflow_version_no\": 1610,\n      \"triggered_by\": \"9ac809b5-fa7e-c444-5e1a-5d6284408258\",\n      \"trigger_kind\": \"string\",\n      \"status\": \"string\",\n      \"inputs\": {\n        \"key_0\": 7512.107243835258,\n        \"key_1\": true\n      },\n      \"outputs\": {\n        \"key_0\": 6563\n      },\n      \"context\": {\n        \"key_0\": true,\n        \"key_1\": false,\n        \"key_2\": \"string\",\n        \"key_3\": 9998\n      },\n      \"total_tokens\": 5526,\n      \"total_cost_eur\": 6854.2838297554545,\n      \"duration_ms\": 6757,\n      \"error\": \"string\",\n      \"arq_job_id\": \"string\",\n      \"created_at\": \"2020-11-18T18:38:00.139Z\",\n      \"started_at\": \"2002-05-26T20:13:45.201Z\",\n      \"ended_at\": \"1957-06-28T10:19:58.960Z\",\n      \"cancelled_at\": \"1996-11-13T04:05:05.880Z\"\n    }\n  ],\n  \"total\": 8847,\n  \"page\": 8020,\n  \"per_page\": 4356\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "e0b5588d-1c04-406f-872c-16470231f6ef",
              "name": "Validation Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "workflows",
                    "runs"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "workflow_id",
                      "value": "482b0599-657a-b70f-4131-67317f13b820"
                    },
                    {
                      "key": "status",
                      "value": "string"
                    },
                    {
                      "key": "triggered_by",
                      "value": "482b0599-657a-b70f-4131-67317f13b820"
                    },
                    {
                      "key": "page",
                      "value": "1"
                    },
                    {
                      "key": "per_page",
                      "value": "20"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"detail\": [\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    },\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "907966f9-626b-42f6-a310-f087f4810bd8",
          "name": "Get Run",
          "request": {
            "name": "Get Run",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "workflows",
                "runs",
                ":run_id"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "a8a19014-b0fe-0791-89e6-8ac2832d8b38",
                  "key": "run_id",
                  "description": "(Required) "
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "dd4915cf-0dee-4b92-af71-d001b975378d",
              "name": "Successful Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "workflows",
                    "runs",
                    ":run_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "a8a19014-b0fe-0791-89e6-8ac2832d8b38",
                      "key": "run_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"id\": \"6a85d6bd-5756-3f89-ee7e-0ba3ef7bb318\",\n  \"workflow_id\": \"13484608-57a2-ad60-95e9-c97c9e4ca467\",\n  \"workflow_version_no\": 7829,\n  \"triggered_by\": \"fb6646af-afc0-3adc-1ef0-e5129d73fcc7\",\n  \"trigger_kind\": \"string\",\n  \"status\": \"string\",\n  \"inputs\": {\n    \"key_0\": false,\n    \"key_1\": \"string\"\n  },\n  \"outputs\": {\n    \"key_0\": false,\n    \"key_1\": \"string\"\n  },\n  \"context\": {\n    \"key_0\": \"string\",\n    \"key_1\": 2209.910640042547,\n    \"key_2\": 9209.136172069637\n  },\n  \"total_tokens\": 9484,\n  \"total_cost_eur\": 5369.2848121029165,\n  \"duration_ms\": 6540,\n  \"error\": \"string\",\n  \"arq_job_id\": \"string\",\n  \"created_at\": \"1981-04-09T09:20:03.654Z\",\n  \"started_at\": \"2002-12-27T20:30:15.782Z\",\n  \"ended_at\": \"1992-01-06T19:23:48.095Z\",\n  \"cancelled_at\": \"1997-01-14T23:34:14.439Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "80c8a592-7721-458e-bab7-3c422bb3691d",
              "name": "Validation Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "workflows",
                    "runs",
                    ":run_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "a8a19014-b0fe-0791-89e6-8ac2832d8b38",
                      "key": "run_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"detail\": [\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    },\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "a986c5b3-39dc-43f0-988c-5b449c971e1b",
          "name": "Get Run Steps",
          "request": {
            "name": "Get Run Steps",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "workflows",
                "runs",
                ":run_id",
                "steps"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "a8a19014-b0fe-0791-89e6-8ac2832d8b38",
                  "key": "run_id",
                  "description": "(Required) "
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "38475014-18e6-4de8-9741-89889dfe5f5f",
              "name": "Successful Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "workflows",
                    "runs",
                    ":run_id",
                    "steps"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "a8a19014-b0fe-0791-89e6-8ac2832d8b38",
                      "key": "run_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "[\n  {\n    \"id\": \"7d6e6434-23ad-ec77-20c7-235ded202a51\",\n    \"run_id\": \"4f94bf29-7ede-678f-df9c-368bb262b0e4\",\n    \"step_id\": \"string\",\n    \"step_type\": \"string\",\n    \"step_label\": \"string\",\n    \"status\": \"string\",\n    \"input\": {\n      \"key_0\": 8991\n    },\n    \"output\": {\n      \"key_0\": \"string\",\n      \"key_1\": 1269\n    },\n    \"tokens\": 250,\n    \"cost_eur\": 4658.605709311707,\n    \"duration_ms\": 4068,\n    \"error\": \"string\",\n    \"attempt\": 711,\n    \"created_at\": \"1957-09-24T06:01:29.856Z\",\n    \"started_at\": \"1958-11-18T12:25:02.699Z\",\n    \"ended_at\": \"1972-01-22T11:04:06.966Z\"\n  },\n  {\n    \"id\": \"5a3c598f-1b0f-4ffa-24fc-1fedc3ea0c63\",\n    \"run_id\": \"8bc4dfba-c7e4-e2e0-ad96-2e4e8c8edc54\",\n    \"step_id\": \"string\",\n    \"step_type\": \"string\",\n    \"step_label\": \"string\",\n    \"status\": \"string\",\n    \"input\": {\n      \"key_0\": 4274,\n      \"key_1\": 4528.792205367648\n    },\n    \"output\": {\n      \"key_0\": 5453.276711325674,\n      \"key_1\": \"string\"\n    },\n    \"tokens\": 9666,\n    \"cost_eur\": 2608.6379965105853,\n    \"duration_ms\": 3069,\n    \"error\": \"string\",\n    \"attempt\": 9292,\n    \"created_at\": \"1981-11-10T17:45:02.232Z\",\n    \"started_at\": \"1950-11-13T11:41:14.969Z\",\n    \"ended_at\": \"1989-01-20T19:10:32.880Z\"\n  }\n]",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "7baad0b1-7f58-4cd2-96e3-742e820d03b7",
              "name": "Validation Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "workflows",
                    "runs",
                    ":run_id",
                    "steps"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "a8a19014-b0fe-0791-89e6-8ac2832d8b38",
                      "key": "run_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"detail\": [\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    },\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "bcae2508-0965-42f5-8f76-500a776c63ad",
          "name": "Cancel Run",
          "request": {
            "name": "Cancel Run",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "workflows",
                "runs",
                ":run_id",
                "cancel"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "a8a19014-b0fe-0791-89e6-8ac2832d8b38",
                  "key": "run_id",
                  "description": "(Required) "
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "20c6f7fa-c765-4a1f-8711-57f77dc1bc44",
              "name": "Successful Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "workflows",
                    "runs",
                    ":run_id",
                    "cancel"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "a8a19014-b0fe-0791-89e6-8ac2832d8b38",
                      "key": "run_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"id\": \"6a85d6bd-5756-3f89-ee7e-0ba3ef7bb318\",\n  \"workflow_id\": \"13484608-57a2-ad60-95e9-c97c9e4ca467\",\n  \"workflow_version_no\": 7829,\n  \"triggered_by\": \"fb6646af-afc0-3adc-1ef0-e5129d73fcc7\",\n  \"trigger_kind\": \"string\",\n  \"status\": \"string\",\n  \"inputs\": {\n    \"key_0\": false,\n    \"key_1\": \"string\"\n  },\n  \"outputs\": {\n    \"key_0\": false,\n    \"key_1\": \"string\"\n  },\n  \"context\": {\n    \"key_0\": \"string\",\n    \"key_1\": 2209.910640042547,\n    \"key_2\": 9209.136172069637\n  },\n  \"total_tokens\": 9484,\n  \"total_cost_eur\": 5369.2848121029165,\n  \"duration_ms\": 6540,\n  \"error\": \"string\",\n  \"arq_job_id\": \"string\",\n  \"created_at\": \"1981-04-09T09:20:03.654Z\",\n  \"started_at\": \"2002-12-27T20:30:15.782Z\",\n  \"ended_at\": \"1992-01-06T19:23:48.095Z\",\n  \"cancelled_at\": \"1997-01-14T23:34:14.439Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "4bbe0237-580c-4286-a96c-4666ed355036",
              "name": "Validation Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "workflows",
                    "runs",
                    ":run_id",
                    "cancel"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "a8a19014-b0fe-0791-89e6-8ac2832d8b38",
                      "key": "run_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {}
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"detail\": [\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    },\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "34b9ea97-57a5-4fe8-b06c-01118cb3cb45",
          "name": "Stream Run",
          "request": {
            "name": "Stream Run",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "workflows",
                "runs",
                ":run_id",
                "stream"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "a8a19014-b0fe-0791-89e6-8ac2832d8b38",
                  "key": "run_id",
                  "description": "(Required) "
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "98eef2ea-21d7-4762-ae96-d69d157a175a",
              "name": "Successful Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "workflows",
                    "runs",
                    ":run_id",
                    "stream"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "a8a19014-b0fe-0791-89e6-8ac2832d8b38",
                      "key": "run_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "332a0980-b5cd-4fdd-9bb8-66c81796600f",
              "name": "Validation Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "workflows",
                    "runs",
                    ":run_id",
                    "stream"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "a8a19014-b0fe-0791-89e6-8ac2832d8b38",
                      "key": "run_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"detail\": [\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    },\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "6c3ba9a4-ded3-4379-8dbe-ee0642515610",
          "name": "List Workflows",
          "request": {
            "name": "List Workflows",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "workflows"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "key": "scope",
                  "value": "mine"
                },
                {
                  "disabled": false,
                  "key": "q",
                  "value": "string"
                },
                {
                  "disabled": false,
                  "key": "tag",
                  "value": "string"
                },
                {
                  "disabled": false,
                  "key": "category",
                  "value": "string"
                },
                {
                  "disabled": false,
                  "key": "status",
                  "value": "string"
                },
                {
                  "disabled": false,
                  "key": "sort",
                  "value": "recent"
                },
                {
                  "disabled": false,
                  "key": "page",
                  "value": "1"
                },
                {
                  "disabled": false,
                  "key": "per_page",
                  "value": "20"
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "a65f3aae-3e9b-4621-a03d-208730580066",
              "name": "Successful Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "workflows"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "scope",
                      "value": "mine"
                    },
                    {
                      "key": "q",
                      "value": "string"
                    },
                    {
                      "key": "tag",
                      "value": "string"
                    },
                    {
                      "key": "category",
                      "value": "string"
                    },
                    {
                      "key": "status",
                      "value": "string"
                    },
                    {
                      "key": "sort",
                      "value": "recent"
                    },
                    {
                      "key": "page",
                      "value": "1"
                    },
                    {
                      "key": "per_page",
                      "value": "20"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"items\": [\n    {\n      \"id\": \"5827846a-c8ff-1a70-b523-bae5ba4e488c\",\n      \"company_id\": \"ad8cce48-4eda-36ff-b5bf-058b264d7139\",\n      \"owner_id\": \"360a850c-f829-01bb-caf6-67c6554f7c3b\",\n      \"name\": \"string\",\n      \"slug\": \"string\",\n      \"description\": \"string\",\n      \"emoji\": \"string\",\n      \"category\": \"string\",\n      \"visibility\": \"string\",\n      \"status\": \"string\",\n      \"tags\": [\n        \"string\",\n        \"string\"\n      ],\n      \"pinned\": false,\n      \"total_runs\": 580,\n      \"last_run_at\": \"1982-06-12T15:25:33.576Z\",\n      \"last_run_status\": \"string\",\n      \"created_at\": \"2010-08-25T13:49:45.481Z\",\n      \"updated_at\": \"1990-01-19T14:30:03.871Z\"\n    },\n    {\n      \"id\": \"df954556-75fe-ee2d-7d0d-7bf3132566a9\",\n      \"company_id\": \"41e97685-c45a-7c37-27ac-54d53e70fa11\",\n      \"owner_id\": \"4724831b-93b7-c377-3b9f-1290f86be226\",\n      \"name\": \"string\",\n      \"slug\": \"string\",\n      \"description\": \"string\",\n      \"emoji\": \"string\",\n      \"category\": \"string\",\n      \"visibility\": \"string\",\n      \"status\": \"string\",\n      \"tags\": [\n        \"string\",\n        \"string\"\n      ],\n      \"pinned\": true,\n      \"total_runs\": 184,\n      \"last_run_at\": \"1994-04-19T02:01:33.369Z\",\n      \"last_run_status\": \"string\",\n      \"created_at\": \"2009-07-14T12:58:39.553Z\",\n      \"updated_at\": \"2008-12-26T14:19:16.464Z\"\n    }\n  ],\n  \"total\": 8697,\n  \"page\": 6718,\n  \"per_page\": 8289\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "4e24b07e-13d1-40bd-8bdd-a4efec2fafef",
              "name": "Validation Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "workflows"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "scope",
                      "value": "mine"
                    },
                    {
                      "key": "q",
                      "value": "string"
                    },
                    {
                      "key": "tag",
                      "value": "string"
                    },
                    {
                      "key": "category",
                      "value": "string"
                    },
                    {
                      "key": "status",
                      "value": "string"
                    },
                    {
                      "key": "sort",
                      "value": "recent"
                    },
                    {
                      "key": "page",
                      "value": "1"
                    },
                    {
                      "key": "per_page",
                      "value": "20"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"detail\": [\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    },\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "654dc3ba-8625-405d-9f4a-d1cea425ccbb",
          "name": "Create Workflow",
          "request": {
            "name": "Create Workflow",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "workflows"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"name\": \"string\",\n  \"description\": \"string\",\n  \"emoji\": \"string\",\n  \"category\": \"string\",\n  \"graph\": {\n    \"key_0\": 9682\n  },\n  \"tags\": [\n    \"string\",\n    \"string\"\n  ],\n  \"visibility\": \"string\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "f021092d-56cc-497f-b317-b371776805f5",
              "name": "Successful Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "workflows"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"string\",\n  \"description\": \"string\",\n  \"emoji\": \"string\",\n  \"category\": \"string\",\n  \"graph\": {\n    \"key_0\": 177.89423570214512,\n    \"key_1\": false\n  },\n  \"tags\": [\n    \"string\",\n    \"string\"\n  ],\n  \"visibility\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Created",
              "code": 201,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"id\": \"5ec23822-a954-9a27-b2c3-e09f5d1af981\",\n  \"company_id\": \"964a33c8-0d44-8374-6345-73e131626906\",\n  \"owner_id\": \"79df978b-bd48-1077-1066-4714cd4080d0\",\n  \"name\": \"string\",\n  \"slug\": \"string\",\n  \"description\": \"string\",\n  \"emoji\": \"string\",\n  \"category\": \"string\",\n  \"visibility\": \"string\",\n  \"status\": \"string\",\n  \"graph\": {\n    \"key_0\": false\n  },\n  \"inputs_schema\": [],\n  \"tags\": [\n    \"string\",\n    \"string\"\n  ],\n  \"pinned\": true,\n  \"total_runs\": 7294,\n  \"last_run_at\": \"1970-07-04T12:36:53.641Z\",\n  \"last_run_status\": \"string\",\n  \"created_at\": \"1956-10-10T22:25:17.965Z\",\n  \"updated_at\": \"1971-02-22T00:12:53.513Z\",\n  \"deleted_at\": \"2001-12-17T15:41:08.095Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "79521c2c-56dd-439b-93c9-78b27cd64515",
              "name": "Validation Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "workflows"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"string\",\n  \"description\": \"string\",\n  \"emoji\": \"string\",\n  \"category\": \"string\",\n  \"graph\": {\n    \"key_0\": 177.89423570214512,\n    \"key_1\": false\n  },\n  \"tags\": [\n    \"string\",\n    \"string\"\n  ],\n  \"visibility\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"detail\": [\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    },\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "9b5c55d4-b99a-40ff-bbd0-a410ca3a2f99",
          "name": "Get Workflow",
          "request": {
            "name": "Get Workflow",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "workflows",
                ":workflow_id"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "1d2b118e-e1d4-512e-5dde-627646b48d95",
                  "key": "workflow_id",
                  "description": "(Required) "
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "afdd29e5-abf2-4f4e-823e-b97e4027de27",
              "name": "Successful Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "workflows",
                    ":workflow_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "1d2b118e-e1d4-512e-5dde-627646b48d95",
                      "key": "workflow_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"id\": \"5ec23822-a954-9a27-b2c3-e09f5d1af981\",\n  \"company_id\": \"964a33c8-0d44-8374-6345-73e131626906\",\n  \"owner_id\": \"79df978b-bd48-1077-1066-4714cd4080d0\",\n  \"name\": \"string\",\n  \"slug\": \"string\",\n  \"description\": \"string\",\n  \"emoji\": \"string\",\n  \"category\": \"string\",\n  \"visibility\": \"string\",\n  \"status\": \"string\",\n  \"graph\": {\n    \"key_0\": false\n  },\n  \"inputs_schema\": [],\n  \"tags\": [\n    \"string\",\n    \"string\"\n  ],\n  \"pinned\": true,\n  \"total_runs\": 7294,\n  \"last_run_at\": \"1970-07-04T12:36:53.641Z\",\n  \"last_run_status\": \"string\",\n  \"created_at\": \"1956-10-10T22:25:17.965Z\",\n  \"updated_at\": \"1971-02-22T00:12:53.513Z\",\n  \"deleted_at\": \"2001-12-17T15:41:08.095Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "6f37c5fb-69e1-4016-bd99-cdd844a36d9e",
              "name": "Validation Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "workflows",
                    ":workflow_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "1d2b118e-e1d4-512e-5dde-627646b48d95",
                      "key": "workflow_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"detail\": [\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    },\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "27547da3-a475-4dbe-b2f4-3a109fabcbd0",
          "name": "Update Workflow",
          "request": {
            "name": "Update Workflow",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "workflows",
                ":workflow_id"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "1d2b118e-e1d4-512e-5dde-627646b48d95",
                  "key": "workflow_id",
                  "description": "(Required) "
                }
              ]
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "PATCH",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"name\": \"string\",\n  \"description\": \"string\",\n  \"emoji\": \"string\",\n  \"category\": \"string\",\n  \"visibility\": \"string\",\n  \"status\": \"string\",\n  \"graph\": {\n    \"key_0\": 1027.4161530233682,\n    \"key_1\": \"string\"\n  },\n  \"tags\": [\n    \"string\",\n    \"string\"\n  ],\n  \"pinned\": false,\n  \"change_note\": \"string\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "77912093-72ff-4668-80c8-db5a146da2c9",
              "name": "Successful Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "workflows",
                    ":workflow_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "1d2b118e-e1d4-512e-5dde-627646b48d95",
                      "key": "workflow_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"string\",\n  \"description\": \"string\",\n  \"emoji\": \"string\",\n  \"category\": \"string\",\n  \"visibility\": \"string\",\n  \"status\": \"string\",\n  \"graph\": {\n    \"key_0\": 437\n  },\n  \"tags\": [\n    \"string\",\n    \"string\"\n  ],\n  \"pinned\": false,\n  \"change_note\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"id\": \"5ec23822-a954-9a27-b2c3-e09f5d1af981\",\n  \"company_id\": \"964a33c8-0d44-8374-6345-73e131626906\",\n  \"owner_id\": \"79df978b-bd48-1077-1066-4714cd4080d0\",\n  \"name\": \"string\",\n  \"slug\": \"string\",\n  \"description\": \"string\",\n  \"emoji\": \"string\",\n  \"category\": \"string\",\n  \"visibility\": \"string\",\n  \"status\": \"string\",\n  \"graph\": {\n    \"key_0\": false\n  },\n  \"inputs_schema\": [],\n  \"tags\": [\n    \"string\",\n    \"string\"\n  ],\n  \"pinned\": true,\n  \"total_runs\": 7294,\n  \"last_run_at\": \"1970-07-04T12:36:53.641Z\",\n  \"last_run_status\": \"string\",\n  \"created_at\": \"1956-10-10T22:25:17.965Z\",\n  \"updated_at\": \"1971-02-22T00:12:53.513Z\",\n  \"deleted_at\": \"2001-12-17T15:41:08.095Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "728a1667-ccc3-443f-a62e-1bcc45351643",
              "name": "Validation Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "workflows",
                    ":workflow_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "1d2b118e-e1d4-512e-5dde-627646b48d95",
                      "key": "workflow_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"string\",\n  \"description\": \"string\",\n  \"emoji\": \"string\",\n  \"category\": \"string\",\n  \"visibility\": \"string\",\n  \"status\": \"string\",\n  \"graph\": {\n    \"key_0\": 437\n  },\n  \"tags\": [\n    \"string\",\n    \"string\"\n  ],\n  \"pinned\": false,\n  \"change_note\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"detail\": [\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    },\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "a4390254-21bf-4999-8431-df568f42857b",
          "name": "Delete Workflow",
          "request": {
            "name": "Delete Workflow",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "workflows",
                ":workflow_id"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "1d2b118e-e1d4-512e-5dde-627646b48d95",
                  "key": "workflow_id",
                  "description": "(Required) "
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "DELETE",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "5b54a86b-d756-479a-91b4-078d7c78e20a",
              "name": "Successful Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "workflows",
                    ":workflow_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "1d2b118e-e1d4-512e-5dde-627646b48d95",
                      "key": "workflow_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "method": "DELETE",
                "body": {}
              },
              "status": "No Content",
              "code": 204,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "7bf26323-7d4c-4c9f-9508-e481cfb9560e",
              "name": "Validation Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "workflows",
                    ":workflow_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "1d2b118e-e1d4-512e-5dde-627646b48d95",
                      "key": "workflow_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"detail\": [\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    },\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "00654abd-8114-4f99-ab02-1a2a48c14237",
          "name": "Duplicate Workflow",
          "request": {
            "name": "Duplicate Workflow",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "workflows",
                ":workflow_id",
                "duplicate"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "1d2b118e-e1d4-512e-5dde-627646b48d95",
                  "key": "workflow_id",
                  "description": "(Required) "
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "523b24e2-20b7-40bb-90a6-7e9d32fc1713",
              "name": "Successful Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "workflows",
                    ":workflow_id",
                    "duplicate"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "1d2b118e-e1d4-512e-5dde-627646b48d95",
                      "key": "workflow_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {}
              },
              "status": "Created",
              "code": 201,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"id\": \"5ec23822-a954-9a27-b2c3-e09f5d1af981\",\n  \"company_id\": \"964a33c8-0d44-8374-6345-73e131626906\",\n  \"owner_id\": \"79df978b-bd48-1077-1066-4714cd4080d0\",\n  \"name\": \"string\",\n  \"slug\": \"string\",\n  \"description\": \"string\",\n  \"emoji\": \"string\",\n  \"category\": \"string\",\n  \"visibility\": \"string\",\n  \"status\": \"string\",\n  \"graph\": {\n    \"key_0\": false\n  },\n  \"inputs_schema\": [],\n  \"tags\": [\n    \"string\",\n    \"string\"\n  ],\n  \"pinned\": true,\n  \"total_runs\": 7294,\n  \"last_run_at\": \"1970-07-04T12:36:53.641Z\",\n  \"last_run_status\": \"string\",\n  \"created_at\": \"1956-10-10T22:25:17.965Z\",\n  \"updated_at\": \"1971-02-22T00:12:53.513Z\",\n  \"deleted_at\": \"2001-12-17T15:41:08.095Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "c3e4b875-968a-4f54-95d2-b56cc26b2ebf",
              "name": "Validation Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "workflows",
                    ":workflow_id",
                    "duplicate"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "1d2b118e-e1d4-512e-5dde-627646b48d95",
                      "key": "workflow_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {}
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"detail\": [\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    },\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "181ce304-23b9-4c5b-b6b5-fcabbfc5c404",
          "name": "Archive Workflow",
          "request": {
            "name": "Archive Workflow",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "workflows",
                ":workflow_id",
                "archive"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "1d2b118e-e1d4-512e-5dde-627646b48d95",
                  "key": "workflow_id",
                  "description": "(Required) "
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "70a32017-a18a-4217-9c44-80b9b3544229",
              "name": "Successful Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "workflows",
                    ":workflow_id",
                    "archive"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "1d2b118e-e1d4-512e-5dde-627646b48d95",
                      "key": "workflow_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"id\": \"5ec23822-a954-9a27-b2c3-e09f5d1af981\",\n  \"company_id\": \"964a33c8-0d44-8374-6345-73e131626906\",\n  \"owner_id\": \"79df978b-bd48-1077-1066-4714cd4080d0\",\n  \"name\": \"string\",\n  \"slug\": \"string\",\n  \"description\": \"string\",\n  \"emoji\": \"string\",\n  \"category\": \"string\",\n  \"visibility\": \"string\",\n  \"status\": \"string\",\n  \"graph\": {\n    \"key_0\": false\n  },\n  \"inputs_schema\": [],\n  \"tags\": [\n    \"string\",\n    \"string\"\n  ],\n  \"pinned\": true,\n  \"total_runs\": 7294,\n  \"last_run_at\": \"1970-07-04T12:36:53.641Z\",\n  \"last_run_status\": \"string\",\n  \"created_at\": \"1956-10-10T22:25:17.965Z\",\n  \"updated_at\": \"1971-02-22T00:12:53.513Z\",\n  \"deleted_at\": \"2001-12-17T15:41:08.095Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "53dfdd01-e377-4f67-91c7-6a26f53dfcad",
              "name": "Validation Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "workflows",
                    ":workflow_id",
                    "archive"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "1d2b118e-e1d4-512e-5dde-627646b48d95",
                      "key": "workflow_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {}
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"detail\": [\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    },\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "c174caa7-ce98-439c-a213-278e1266e6a8",
          "name": "Activate Workflow",
          "request": {
            "name": "Activate Workflow",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "workflows",
                ":workflow_id",
                "activate"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "1d2b118e-e1d4-512e-5dde-627646b48d95",
                  "key": "workflow_id",
                  "description": "(Required) "
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "c64b9c14-5862-458c-a7b0-a29998654839",
              "name": "Successful Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "workflows",
                    ":workflow_id",
                    "activate"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "1d2b118e-e1d4-512e-5dde-627646b48d95",
                      "key": "workflow_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"id\": \"5ec23822-a954-9a27-b2c3-e09f5d1af981\",\n  \"company_id\": \"964a33c8-0d44-8374-6345-73e131626906\",\n  \"owner_id\": \"79df978b-bd48-1077-1066-4714cd4080d0\",\n  \"name\": \"string\",\n  \"slug\": \"string\",\n  \"description\": \"string\",\n  \"emoji\": \"string\",\n  \"category\": \"string\",\n  \"visibility\": \"string\",\n  \"status\": \"string\",\n  \"graph\": {\n    \"key_0\": false\n  },\n  \"inputs_schema\": [],\n  \"tags\": [\n    \"string\",\n    \"string\"\n  ],\n  \"pinned\": true,\n  \"total_runs\": 7294,\n  \"last_run_at\": \"1970-07-04T12:36:53.641Z\",\n  \"last_run_status\": \"string\",\n  \"created_at\": \"1956-10-10T22:25:17.965Z\",\n  \"updated_at\": \"1971-02-22T00:12:53.513Z\",\n  \"deleted_at\": \"2001-12-17T15:41:08.095Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "5892b1d7-2324-4caf-a131-329f47ffc7d1",
              "name": "Validation Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "workflows",
                    ":workflow_id",
                    "activate"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "1d2b118e-e1d4-512e-5dde-627646b48d95",
                      "key": "workflow_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {}
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"detail\": [\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    },\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "a2bfb0a9-1fd1-4cbe-bb45-0bebda180e04",
          "name": "Pin Workflow",
          "request": {
            "name": "Pin Workflow",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "workflows",
                ":workflow_id",
                "pin"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "1d2b118e-e1d4-512e-5dde-627646b48d95",
                  "key": "workflow_id",
                  "description": "(Required) "
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "50592f51-321f-450b-919a-ff4a64d483fa",
              "name": "Successful Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "workflows",
                    ":workflow_id",
                    "pin"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "1d2b118e-e1d4-512e-5dde-627646b48d95",
                      "key": "workflow_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"id\": \"5ec23822-a954-9a27-b2c3-e09f5d1af981\",\n  \"company_id\": \"964a33c8-0d44-8374-6345-73e131626906\",\n  \"owner_id\": \"79df978b-bd48-1077-1066-4714cd4080d0\",\n  \"name\": \"string\",\n  \"slug\": \"string\",\n  \"description\": \"string\",\n  \"emoji\": \"string\",\n  \"category\": \"string\",\n  \"visibility\": \"string\",\n  \"status\": \"string\",\n  \"graph\": {\n    \"key_0\": false\n  },\n  \"inputs_schema\": [],\n  \"tags\": [\n    \"string\",\n    \"string\"\n  ],\n  \"pinned\": true,\n  \"total_runs\": 7294,\n  \"last_run_at\": \"1970-07-04T12:36:53.641Z\",\n  \"last_run_status\": \"string\",\n  \"created_at\": \"1956-10-10T22:25:17.965Z\",\n  \"updated_at\": \"1971-02-22T00:12:53.513Z\",\n  \"deleted_at\": \"2001-12-17T15:41:08.095Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "c83d1a84-69c8-4fdb-bbd2-58a9360b5e15",
              "name": "Validation Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "workflows",
                    ":workflow_id",
                    "pin"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "1d2b118e-e1d4-512e-5dde-627646b48d95",
                      "key": "workflow_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {}
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"detail\": [\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    },\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "9f09b4c2-f7c6-4bdd-9453-821325853325",
          "name": "Unpin Workflow",
          "request": {
            "name": "Unpin Workflow",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "workflows",
                ":workflow_id",
                "unpin"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "1d2b118e-e1d4-512e-5dde-627646b48d95",
                  "key": "workflow_id",
                  "description": "(Required) "
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "e24d7f04-c32d-4bd4-984b-cb4c4e37ffdb",
              "name": "Successful Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "workflows",
                    ":workflow_id",
                    "unpin"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "1d2b118e-e1d4-512e-5dde-627646b48d95",
                      "key": "workflow_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"id\": \"5ec23822-a954-9a27-b2c3-e09f5d1af981\",\n  \"company_id\": \"964a33c8-0d44-8374-6345-73e131626906\",\n  \"owner_id\": \"79df978b-bd48-1077-1066-4714cd4080d0\",\n  \"name\": \"string\",\n  \"slug\": \"string\",\n  \"description\": \"string\",\n  \"emoji\": \"string\",\n  \"category\": \"string\",\n  \"visibility\": \"string\",\n  \"status\": \"string\",\n  \"graph\": {\n    \"key_0\": false\n  },\n  \"inputs_schema\": [],\n  \"tags\": [\n    \"string\",\n    \"string\"\n  ],\n  \"pinned\": true,\n  \"total_runs\": 7294,\n  \"last_run_at\": \"1970-07-04T12:36:53.641Z\",\n  \"last_run_status\": \"string\",\n  \"created_at\": \"1956-10-10T22:25:17.965Z\",\n  \"updated_at\": \"1971-02-22T00:12:53.513Z\",\n  \"deleted_at\": \"2001-12-17T15:41:08.095Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "dc6ffbbc-1349-4a76-adab-e07721d559f8",
              "name": "Validation Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "workflows",
                    ":workflow_id",
                    "unpin"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "1d2b118e-e1d4-512e-5dde-627646b48d95",
                      "key": "workflow_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {}
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"detail\": [\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    },\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "528f64ce-5422-496f-9e57-5d5cfc0230d9",
          "name": "List Versions",
          "request": {
            "name": "List Versions",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "workflows",
                ":workflow_id",
                "versions"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "1d2b118e-e1d4-512e-5dde-627646b48d95",
                  "key": "workflow_id",
                  "description": "(Required) "
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "fbcbdbe7-360d-43b3-8037-447d71f4f58a",
              "name": "Successful Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "workflows",
                    ":workflow_id",
                    "versions"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "1d2b118e-e1d4-512e-5dde-627646b48d95",
                      "key": "workflow_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "[\n  {\n    \"id\": \"ad25c44b-28c2-7fa1-641f-a5084952707e\",\n    \"workflow_id\": \"7d365ad5-f956-1130-53a2-ae3e6e891631\",\n    \"version_no\": 3359,\n    \"graph\": {\n      \"key_0\": true\n    },\n    \"inputs_schema\": [],\n    \"changed_by\": \"dd76adfa-8c53-4d0f-dcdf-594d9086de8c\",\n    \"change_note\": \"string\",\n    \"created_at\": \"2022-08-16T16:57:59.909Z\"\n  },\n  {\n    \"id\": \"4d960f69-8150-620a-4601-71898bbcbfd7\",\n    \"workflow_id\": \"5a990479-473c-17c3-4410-f9fda02e2cf7\",\n    \"version_no\": 1902,\n    \"graph\": {\n      \"key_0\": 3813.1659221162504,\n      \"key_1\": \"string\"\n    },\n    \"inputs_schema\": [],\n    \"changed_by\": \"21662e37-46c3-ba99-90fa-000e7e8e99c9\",\n    \"change_note\": \"string\",\n    \"created_at\": \"2008-11-28T08:01:40.038Z\"\n  }\n]",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "1b7326b4-3f71-4f1c-9b60-2f7c41ae5469",
              "name": "Validation Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "workflows",
                    ":workflow_id",
                    "versions"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "1d2b118e-e1d4-512e-5dde-627646b48d95",
                      "key": "workflow_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"detail\": [\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    },\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "eb8ce0a4-c943-49b5-8474-60c705b95541",
          "name": "Get Version",
          "request": {
            "name": "Get Version",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "workflows",
                ":workflow_id",
                "versions",
                ":version_no"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "1d2b118e-e1d4-512e-5dde-627646b48d95",
                  "key": "workflow_id",
                  "description": "(Required) "
                },
                {
                  "disabled": false,
                  "type": "any",
                  "value": "808",
                  "key": "version_no",
                  "description": "(Required) "
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "0202204b-3e02-473e-85b3-43466ca6c1a0",
              "name": "Successful Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "workflows",
                    ":workflow_id",
                    "versions",
                    ":version_no"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "1d2b118e-e1d4-512e-5dde-627646b48d95",
                      "key": "workflow_id",
                      "description": "(Required) "
                    },
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "808",
                      "key": "version_no",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"id\": \"fbb456fa-5db1-c3e1-13b0-5108ec99aa5a\",\n  \"workflow_id\": \"fc02cfef-8f9a-7105-d2fe-bac3af0658ab\",\n  \"version_no\": 8121,\n  \"graph\": {\n    \"key_0\": true,\n    \"key_1\": false,\n    \"key_2\": 9468,\n    \"key_3\": true,\n    \"key_4\": 5203.8081836721185\n  },\n  \"inputs_schema\": [],\n  \"changed_by\": \"7e898659-c3f9-6601-8c27-0809f7b77433\",\n  \"change_note\": \"string\",\n  \"created_at\": \"2010-12-01T18:50:58.044Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "c9933235-c559-4ab7-af04-94b4b32f37cb",
              "name": "Validation Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "workflows",
                    ":workflow_id",
                    "versions",
                    ":version_no"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "1d2b118e-e1d4-512e-5dde-627646b48d95",
                      "key": "workflow_id",
                      "description": "(Required) "
                    },
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "808",
                      "key": "version_no",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"detail\": [\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    },\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "d379a609-bba5-4fd0-8b20-8b20945c8df7",
          "name": "Restore Version",
          "request": {
            "name": "Restore Version",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "workflows",
                ":workflow_id",
                "versions",
                ":version_no",
                "restore"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "1d2b118e-e1d4-512e-5dde-627646b48d95",
                  "key": "workflow_id",
                  "description": "(Required) "
                },
                {
                  "disabled": false,
                  "type": "any",
                  "value": "808",
                  "key": "version_no",
                  "description": "(Required) "
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "606a5fa1-a78a-4fc0-b1e5-749c6c08a3a8",
              "name": "Successful Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "workflows",
                    ":workflow_id",
                    "versions",
                    ":version_no",
                    "restore"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "1d2b118e-e1d4-512e-5dde-627646b48d95",
                      "key": "workflow_id",
                      "description": "(Required) "
                    },
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "808",
                      "key": "version_no",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"id\": \"5ec23822-a954-9a27-b2c3-e09f5d1af981\",\n  \"company_id\": \"964a33c8-0d44-8374-6345-73e131626906\",\n  \"owner_id\": \"79df978b-bd48-1077-1066-4714cd4080d0\",\n  \"name\": \"string\",\n  \"slug\": \"string\",\n  \"description\": \"string\",\n  \"emoji\": \"string\",\n  \"category\": \"string\",\n  \"visibility\": \"string\",\n  \"status\": \"string\",\n  \"graph\": {\n    \"key_0\": false\n  },\n  \"inputs_schema\": [],\n  \"tags\": [\n    \"string\",\n    \"string\"\n  ],\n  \"pinned\": true,\n  \"total_runs\": 7294,\n  \"last_run_at\": \"1970-07-04T12:36:53.641Z\",\n  \"last_run_status\": \"string\",\n  \"created_at\": \"1956-10-10T22:25:17.965Z\",\n  \"updated_at\": \"1971-02-22T00:12:53.513Z\",\n  \"deleted_at\": \"2001-12-17T15:41:08.095Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "ba0096ff-e557-4265-a88b-8a2e7e01fdb1",
              "name": "Validation Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "workflows",
                    ":workflow_id",
                    "versions",
                    ":version_no",
                    "restore"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "1d2b118e-e1d4-512e-5dde-627646b48d95",
                      "key": "workflow_id",
                      "description": "(Required) "
                    },
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "808",
                      "key": "version_no",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {}
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"detail\": [\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    },\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "bc5658ba-dd13-40dd-98c4-ea58e64adea3",
          "name": "List Grants",
          "request": {
            "name": "List Grants",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "workflows",
                ":workflow_id",
                "grants"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "1d2b118e-e1d4-512e-5dde-627646b48d95",
                  "key": "workflow_id",
                  "description": "(Required) "
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "a277c120-ec41-4c71-8486-4464efd99864",
              "name": "Successful Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "workflows",
                    ":workflow_id",
                    "grants"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "1d2b118e-e1d4-512e-5dde-627646b48d95",
                      "key": "workflow_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "[\n  {\n    \"id\": \"0aa6e46d-9145-f00b-d725-543e8dabcb05\",\n    \"workflow_id\": \"a2aa5b77-0a45-85aa-62a6-50043a8f616f\",\n    \"user_id\": \"a7868733-0cc3-fedb-7b7d-c05b5693dec4\",\n    \"role\": \"string\",\n    \"invited_by\": \"63cc1757-8b8f-5ad2-698f-4ea5d5d4157b\",\n    \"created_at\": \"1992-08-04T03:03:09.065Z\"\n  },\n  {\n    \"id\": \"04c090d0-e32e-216c-772c-50413c3f3c65\",\n    \"workflow_id\": \"6c6f2f06-2646-fd87-d287-6115728bb3cc\",\n    \"user_id\": \"0e766af8-4710-0b10-c821-05033591459b\",\n    \"role\": \"string\",\n    \"invited_by\": \"2f84707f-61ce-345c-2eb8-db5712fb510b\",\n    \"created_at\": \"2020-06-21T15:59:33.223Z\"\n  }\n]",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "6a548674-b93a-41f7-8c49-da5b2c65df5a",
              "name": "Validation Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "workflows",
                    ":workflow_id",
                    "grants"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "1d2b118e-e1d4-512e-5dde-627646b48d95",
                      "key": "workflow_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"detail\": [\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    },\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "00577296-562a-4804-92ac-9950cfc622a9",
          "name": "Create Grant",
          "request": {
            "name": "Create Grant",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "workflows",
                ":workflow_id",
                "grants"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "1d2b118e-e1d4-512e-5dde-627646b48d95",
                  "key": "workflow_id",
                  "description": "(Required) "
                }
              ]
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"user_email\": \"string\",\n  \"role\": \"viewer\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "8c9713f7-039c-4d04-82fb-eb0c184d8241",
              "name": "Successful Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "workflows",
                    ":workflow_id",
                    "grants"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "1d2b118e-e1d4-512e-5dde-627646b48d95",
                      "key": "workflow_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"user_email\": \"string\",\n  \"role\": \"viewer\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Created",
              "code": 201,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"id\": \"c404e28e-5c7d-7d58-199d-3a422aabaf34\",\n  \"workflow_id\": \"0cc03a0a-b515-57e2-f226-1ce1dd7d46e6\",\n  \"user_id\": \"6f5a7f87-4844-3dab-0781-024b73d77a0e\",\n  \"role\": \"string\",\n  \"invited_by\": \"e4adcadb-51d8-6ff0-871d-56cf54f8c773\",\n  \"created_at\": \"1949-10-27T03:18:09.670Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "67d0c383-8bde-486d-97a6-2b212a9e04be",
              "name": "Validation Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "workflows",
                    ":workflow_id",
                    "grants"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "1d2b118e-e1d4-512e-5dde-627646b48d95",
                      "key": "workflow_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"user_email\": \"string\",\n  \"role\": \"viewer\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"detail\": [\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    },\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "f1604c0b-0ed0-456f-b225-1e0ddea3d27f",
          "name": "Delete Grant",
          "request": {
            "name": "Delete Grant",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "workflows",
                ":workflow_id",
                "grants",
                ":grant_id"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "1d2b118e-e1d4-512e-5dde-627646b48d95",
                  "key": "workflow_id",
                  "description": "(Required) "
                },
                {
                  "disabled": false,
                  "type": "any",
                  "value": "fbd62d4d-dea0-7880-09c6-150a91b300f0",
                  "key": "grant_id",
                  "description": "(Required) "
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "DELETE",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "e58ed5a2-59a7-42d4-b7ea-cb2490cd2830",
              "name": "Successful Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "workflows",
                    ":workflow_id",
                    "grants",
                    ":grant_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "1d2b118e-e1d4-512e-5dde-627646b48d95",
                      "key": "workflow_id",
                      "description": "(Required) "
                    },
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "fbd62d4d-dea0-7880-09c6-150a91b300f0",
                      "key": "grant_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "method": "DELETE",
                "body": {}
              },
              "status": "No Content",
              "code": 204,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "9205f088-3902-4319-8a3d-ebfbb6d30b77",
              "name": "Validation Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "workflows",
                    ":workflow_id",
                    "grants",
                    ":grant_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "1d2b118e-e1d4-512e-5dde-627646b48d95",
                      "key": "workflow_id",
                      "description": "(Required) "
                    },
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "fbd62d4d-dea0-7880-09c6-150a91b300f0",
                      "key": "grant_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"detail\": [\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    },\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "7f64af5f-da73-45ca-b7b2-5fedf03faace",
          "name": "List Schedules",
          "request": {
            "name": "List Schedules",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "workflows",
                ":workflow_id",
                "schedules"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "1d2b118e-e1d4-512e-5dde-627646b48d95",
                  "key": "workflow_id",
                  "description": "(Required) "
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "10cfb673-b83c-46c4-9215-cdf28bcc8255",
              "name": "Successful Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "workflows",
                    ":workflow_id",
                    "schedules"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "1d2b118e-e1d4-512e-5dde-627646b48d95",
                      "key": "workflow_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "[\n  {\n    \"id\": \"71737a63-6e75-1f9f-987d-d9e4a94673f0\",\n    \"workflow_id\": \"ebe5f120-2dba-0439-c47b-dbe01aafb881\",\n    \"cron\": \"string\",\n    \"timezone\": \"string\",\n    \"inputs\": {\n      \"key_0\": 701\n    },\n    \"enabled\": false,\n    \"created_by\": \"d1a7e168-0681-4ccb-6516-718ebf6132bf\",\n    \"next_run_at\": \"2022-11-18T21:00:14.678Z\",\n    \"last_run_at\": \"1972-02-02T14:21:11.596Z\",\n    \"created_at\": \"2022-03-18T03:43:32.702Z\"\n  },\n  {\n    \"id\": \"05c1be80-6476-9e8e-d136-479ff8abac60\",\n    \"workflow_id\": \"ac4bb621-5dd9-a86c-bc0f-e9aea5030bf2\",\n    \"cron\": \"string\",\n    \"timezone\": \"string\",\n    \"inputs\": {\n      \"key_0\": 9078.583493656275,\n      \"key_1\": 7148.358628647724,\n      \"key_2\": 7407.675646653213\n    },\n    \"enabled\": true,\n    \"created_by\": \"96fc8727-364a-4cb6-9a37-19adc844e774\",\n    \"next_run_at\": \"2006-02-28T15:41:21.798Z\",\n    \"last_run_at\": \"2021-03-24T14:38:47.405Z\",\n    \"created_at\": \"1971-01-21T16:02:42.530Z\"\n  }\n]",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "cc318b9b-b5ef-4387-b1c4-f0d16de058d8",
              "name": "Validation Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "workflows",
                    ":workflow_id",
                    "schedules"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "1d2b118e-e1d4-512e-5dde-627646b48d95",
                      "key": "workflow_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"detail\": [\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    },\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "31a1060d-da75-48aa-8284-54f1107e3276",
          "name": "Create Schedule",
          "request": {
            "name": "Create Schedule",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "workflows",
                ":workflow_id",
                "schedules"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "1d2b118e-e1d4-512e-5dde-627646b48d95",
                  "key": "workflow_id",
                  "description": "(Required) "
                }
              ]
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"cron\": \"string\",\n  \"timezone\": \"Europe/Amsterdam\",\n  \"inputs\": {\n    \"key_0\": 7137.832751977404,\n    \"key_1\": true,\n    \"key_2\": false\n  },\n  \"enabled\": true\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "f7d34add-bc26-4460-b771-c9637bd5e315",
              "name": "Successful Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "workflows",
                    ":workflow_id",
                    "schedules"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "1d2b118e-e1d4-512e-5dde-627646b48d95",
                      "key": "workflow_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"cron\": \"string\",\n  \"timezone\": \"Europe/Amsterdam\",\n  \"inputs\": {\n    \"key_0\": 7137.832751977404,\n    \"key_1\": true,\n    \"key_2\": false\n  },\n  \"enabled\": true\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Created",
              "code": 201,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"id\": \"8a8f948b-4b99-084e-3a73-7048839fdedb\",\n  \"workflow_id\": \"ea5d499c-ece2-5b22-6e7c-74a06649c484\",\n  \"cron\": \"string\",\n  \"timezone\": \"string\",\n  \"inputs\": {\n    \"key_0\": \"string\",\n    \"key_1\": 8633.508575692129\n  },\n  \"enabled\": true,\n  \"created_by\": \"6e371fda-04a9-5860-c9b9-5a54d451ba56\",\n  \"next_run_at\": \"1988-07-13T09:04:15.503Z\",\n  \"last_run_at\": \"2001-01-07T13:30:47.436Z\",\n  \"created_at\": \"2001-09-19T07:08:54.390Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "c213d464-1eec-4186-8e15-395ca6437713",
              "name": "Validation Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "workflows",
                    ":workflow_id",
                    "schedules"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "1d2b118e-e1d4-512e-5dde-627646b48d95",
                      "key": "workflow_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"cron\": \"string\",\n  \"timezone\": \"Europe/Amsterdam\",\n  \"inputs\": {\n    \"key_0\": 7137.832751977404,\n    \"key_1\": true,\n    \"key_2\": false\n  },\n  \"enabled\": true\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"detail\": [\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    },\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "5be07773-8030-4758-8fc2-ae49a4bddd4b",
          "name": "Update Schedule",
          "request": {
            "name": "Update Schedule",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "workflows",
                ":workflow_id",
                "schedules",
                ":schedule_id"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "1d2b118e-e1d4-512e-5dde-627646b48d95",
                  "key": "workflow_id",
                  "description": "(Required) "
                },
                {
                  "disabled": false,
                  "type": "any",
                  "value": "972f4dbd-9396-d7aa-2e91-ecc49b9bf08d",
                  "key": "schedule_id",
                  "description": "(Required) "
                }
              ]
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "PATCH",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"cron\": \"string\",\n  \"timezone\": \"string\",\n  \"inputs\": {\n    \"key_0\": false,\n    \"key_1\": \"string\"\n  },\n  \"enabled\": false\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "5281ccf0-3e06-4432-8317-d960cf741db6",
              "name": "Successful Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "workflows",
                    ":workflow_id",
                    "schedules",
                    ":schedule_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "1d2b118e-e1d4-512e-5dde-627646b48d95",
                      "key": "workflow_id",
                      "description": "(Required) "
                    },
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "972f4dbd-9396-d7aa-2e91-ecc49b9bf08d",
                      "key": "schedule_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"cron\": \"string\",\n  \"timezone\": \"string\",\n  \"inputs\": {\n    \"key_0\": false,\n    \"key_1\": \"string\"\n  },\n  \"enabled\": false\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"id\": \"8a8f948b-4b99-084e-3a73-7048839fdedb\",\n  \"workflow_id\": \"ea5d499c-ece2-5b22-6e7c-74a06649c484\",\n  \"cron\": \"string\",\n  \"timezone\": \"string\",\n  \"inputs\": {\n    \"key_0\": \"string\",\n    \"key_1\": 8633.508575692129\n  },\n  \"enabled\": true,\n  \"created_by\": \"6e371fda-04a9-5860-c9b9-5a54d451ba56\",\n  \"next_run_at\": \"1988-07-13T09:04:15.503Z\",\n  \"last_run_at\": \"2001-01-07T13:30:47.436Z\",\n  \"created_at\": \"2001-09-19T07:08:54.390Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "ab253046-ee64-45e0-b7b5-687fc69d321a",
              "name": "Validation Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "workflows",
                    ":workflow_id",
                    "schedules",
                    ":schedule_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "1d2b118e-e1d4-512e-5dde-627646b48d95",
                      "key": "workflow_id",
                      "description": "(Required) "
                    },
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "972f4dbd-9396-d7aa-2e91-ecc49b9bf08d",
                      "key": "schedule_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"cron\": \"string\",\n  \"timezone\": \"string\",\n  \"inputs\": {\n    \"key_0\": false,\n    \"key_1\": \"string\"\n  },\n  \"enabled\": false\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"detail\": [\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    },\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "9294dc1b-7d1e-4862-a4da-c9f72bb19e0b",
          "name": "Delete Schedule",
          "request": {
            "name": "Delete Schedule",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "workflows",
                ":workflow_id",
                "schedules",
                ":schedule_id"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "1d2b118e-e1d4-512e-5dde-627646b48d95",
                  "key": "workflow_id",
                  "description": "(Required) "
                },
                {
                  "disabled": false,
                  "type": "any",
                  "value": "972f4dbd-9396-d7aa-2e91-ecc49b9bf08d",
                  "key": "schedule_id",
                  "description": "(Required) "
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "DELETE",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "196efad9-a974-4f95-9980-3d160b079147",
              "name": "Successful Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "workflows",
                    ":workflow_id",
                    "schedules",
                    ":schedule_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "1d2b118e-e1d4-512e-5dde-627646b48d95",
                      "key": "workflow_id",
                      "description": "(Required) "
                    },
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "972f4dbd-9396-d7aa-2e91-ecc49b9bf08d",
                      "key": "schedule_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "method": "DELETE",
                "body": {}
              },
              "status": "No Content",
              "code": 204,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "7c5854cf-f5a9-4259-93c8-279531119712",
              "name": "Validation Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "workflows",
                    ":workflow_id",
                    "schedules",
                    ":schedule_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "1d2b118e-e1d4-512e-5dde-627646b48d95",
                      "key": "workflow_id",
                      "description": "(Required) "
                    },
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "972f4dbd-9396-d7aa-2e91-ecc49b9bf08d",
                      "key": "schedule_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"detail\": [\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    },\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "52f38d00-befe-429b-829c-98300ff64c47",
          "name": "Start Run",
          "request": {
            "name": "Start Run",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "workflows",
                ":workflow_id",
                "runs"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "1d2b118e-e1d4-512e-5dde-627646b48d95",
                  "key": "workflow_id",
                  "description": "(Required) "
                }
              ]
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"inputs\": {\n    \"key_0\": \"string\",\n    \"key_1\": \"string\"\n  },\n  \"dry_run\": false\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "46a3a11b-e842-4eb5-b1b4-7dae00a6f7dd",
              "name": "Successful Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "workflows",
                    ":workflow_id",
                    "runs"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "1d2b118e-e1d4-512e-5dde-627646b48d95",
                      "key": "workflow_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"inputs\": {\n    \"key_0\": \"string\",\n    \"key_1\": \"string\"\n  },\n  \"dry_run\": false\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Created",
              "code": 201,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"run_id\": \"535ebd1e-5da9-402a-60c3-940f88cc55c7\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "1238c4f3-c415-412d-a607-70d820e22d14",
              "name": "Validation Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "workflows",
                    ":workflow_id",
                    "runs"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "1d2b118e-e1d4-512e-5dde-627646b48d95",
                      "key": "workflow_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"inputs\": {\n    \"key_0\": \"string\",\n    \"key_1\": \"string\"\n  },\n  \"dry_run\": false\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"detail\": [\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    },\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "3a5b6fe2-5f7e-41a2-884f-299dc626c282",
          "name": "Get Analytics",
          "request": {
            "name": "Get Analytics",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "workflows",
                ":workflow_id",
                "analytics"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "key": "range_days",
                  "value": "30"
                }
              ],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "1d2b118e-e1d4-512e-5dde-627646b48d95",
                  "key": "workflow_id",
                  "description": "(Required) "
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "3895c05b-2494-43c6-a883-b4e96326f661",
              "name": "Successful Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "workflows",
                    ":workflow_id",
                    "analytics"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "range_days",
                      "value": "30"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "1d2b118e-e1d4-512e-5dde-627646b48d95",
                      "key": "workflow_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"total_runs\": 6974,\n  \"success_runs\": 1488,\n  \"failed_runs\": 6374,\n  \"avg_duration_ms\": 5582.635100463646,\n  \"total_tokens\": 4558,\n  \"total_cost_eur\": 8706.421359706985,\n  \"daily_runs\": [\n    {\n      \"date\": \"string\",\n      \"count\": 7813,\n      \"success\": 7983,\n      \"failed\": 7005\n    },\n    {\n      \"date\": \"string\",\n      \"count\": 6269,\n      \"success\": 199,\n      \"failed\": 9133\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "2c46fefe-ec37-4cee-ace3-bc54036cf483",
              "name": "Validation Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "workflows",
                    ":workflow_id",
                    "analytics"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "range_days",
                      "value": "30"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "1d2b118e-e1d4-512e-5dde-627646b48d95",
                      "key": "workflow_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"detail\": [\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    },\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ],
      "event": []
    },
    {
      "id": "f406c45f-0605-4560-94d9-14d33fa43af2",
      "name": "translate",
      "description": {
        "content": "",
        "type": "text/plain"
      },
      "item": [
        {
          "id": "f439bc6f-1720-4fb2-81f9-812010803501",
          "name": "List Languages",
          "request": {
            "name": "List Languages",
            "description": {
              "content": "List all supported languages with RTL flag.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "v1",
                "translate",
                "languages"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": null
          },
          "response": [
            {
              "id": "a971a08a-7e20-46af-a0e6-40f1b3e35ccb",
              "name": "Successful Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "translate",
                    "languages"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "[\n  {\n    \"code\": \"string\",\n    \"name\": \"string\",\n    \"is_rtl\": true\n  },\n  {\n    \"code\": \"string\",\n    \"name\": \"string\",\n    \"is_rtl\": false\n  }\n]",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "cffdb2cc-2d59-4cb0-8650-9a0b7e0beab5",
          "name": "List Voices",
          "request": {
            "name": "List Voices",
            "description": {
              "content": "List available ElevenLabs voices. Cached for 24 hours.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "v1",
                "translate",
                "voices"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": null
          },
          "response": [
            {
              "id": "a37f9028-de2f-4789-8bc7-40bf85f56dc0",
              "name": "Successful Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "translate",
                    "voices"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "[\n  {\n    \"voice_id\": \"string\",\n    \"name\": \"string\",\n    \"category\": \"string\",\n    \"preview_url\": \"string\"\n  },\n  {\n    \"voice_id\": \"string\",\n    \"name\": \"string\",\n    \"category\": \"string\",\n    \"preview_url\": \"string\"\n  }\n]",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "95f2b9aa-33bf-45c3-87ce-c7f8a2129326",
          "name": "Translate Text",
          "request": {
            "name": "Translate Text",
            "description": {
              "content": "Translate text to the target language.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "v1",
                "translate",
                "text"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"text\": \"string\",\n  \"target_language\": \"string\",\n  \"source_language\": \"auto\",\n  \"provider\": \"anthropic\",\n  \"model_id\": \"claude-sonnet-4-6\",\n  \"mode\": \"standard\",\n  \"style\": \"text\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "ce089e08-bc4e-4181-ae6f-438791b055ed",
              "name": "Successful Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "translate",
                    "text"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"text\": \"string\",\n  \"target_language\": \"string\",\n  \"source_language\": \"auto\",\n  \"provider\": \"anthropic\",\n  \"model_id\": \"claude-sonnet-4-6\",\n  \"mode\": \"standard\",\n  \"style\": \"text\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"id\": \"0bd0b9fb-8fa6-fec8-44a0-d0645a6ebab6\",\n  \"source_text\": \"string\",\n  \"translated_text\": \"string\",\n  \"source_language\": \"string\",\n  \"target_language\": \"string\",\n  \"is_rtl\": true,\n  \"provider\": \"string\",\n  \"model_id\": \"string\",\n  \"credits_used\": 4364.851294194692,\n  \"created_at\": \"2009-04-05T19:47:07.188Z\",\n  \"cached\": false\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "f4ebed09-6d74-48ff-a721-d084da69ef37",
              "name": "Validation Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "translate",
                    "text"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"text\": \"string\",\n  \"target_language\": \"string\",\n  \"source_language\": \"auto\",\n  \"provider\": \"anthropic\",\n  \"model_id\": \"claude-sonnet-4-6\",\n  \"mode\": \"standard\",\n  \"style\": \"text\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"detail\": [\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    },\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "6a78f8a3-19a7-4af5-a822-88117bace448",
          "name": "Correct Grammar",
          "request": {
            "name": "Correct Grammar",
            "description": {
              "content": "Correct grammar and spelling in the given text.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "v1",
                "translate",
                "grammar"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"text\": \"string\",\n  \"language\": \"en\",\n  \"provider\": \"anthropic\",\n  \"model_id\": \"claude-sonnet-4-6\",\n  \"mode\": \"standard\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "0e09ad40-64bb-4e88-98a6-0ddaee5ee454",
              "name": "Successful Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "translate",
                    "grammar"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"text\": \"string\",\n  \"language\": \"en\",\n  \"provider\": \"anthropic\",\n  \"model_id\": \"claude-sonnet-4-6\",\n  \"mode\": \"standard\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"id\": \"72357b65-fce7-33a6-ea59-05513cda60c3\",\n  \"original_text\": \"string\",\n  \"corrected_text\": \"string\",\n  \"language\": \"string\",\n  \"provider\": \"string\",\n  \"model_id\": \"string\",\n  \"credits_used\": 7153.597016221603,\n  \"created_at\": \"1965-02-11T16:57:44.631Z\",\n  \"cached\": false\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "5415b4f7-6e08-438b-8030-6e9a1b3e8941",
              "name": "Validation Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "translate",
                    "grammar"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"text\": \"string\",\n  \"language\": \"en\",\n  \"provider\": \"anthropic\",\n  \"model_id\": \"claude-sonnet-4-6\",\n  \"mode\": \"standard\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"detail\": [\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    },\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "cad0a8a4-04d9-4344-aef7-76836f141d54",
          "name": "Summarize Text",
          "request": {
            "name": "Summarize Text",
            "description": {
              "content": "Summarize text concisely.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "v1",
                "translate",
                "summary"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"text\": \"string\",\n  \"output_language\": \"en\",\n  \"provider\": \"anthropic\",\n  \"model_id\": \"claude-sonnet-4-6\",\n  \"length\": \"medium\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "6e65e766-42e8-4427-88ae-5a26a47749ea",
              "name": "Successful Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "translate",
                    "summary"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"text\": \"string\",\n  \"output_language\": \"en\",\n  \"provider\": \"anthropic\",\n  \"model_id\": \"claude-sonnet-4-6\",\n  \"length\": \"medium\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"id\": \"92e70c02-bbf7-3f32-487c-f9f60eef0da9\",\n  \"source_text\": \"string\",\n  \"summary\": \"string\",\n  \"output_language\": \"string\",\n  \"provider\": \"string\",\n  \"model_id\": \"string\",\n  \"credits_used\": 9348.360491165584,\n  \"created_at\": \"1963-08-28T21:50:05.309Z\",\n  \"cached\": false\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "0eee00a5-9ad2-4762-b0dc-12802a369a23",
              "name": "Validation Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "translate",
                    "summary"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"text\": \"string\",\n  \"output_language\": \"en\",\n  \"provider\": \"anthropic\",\n  \"model_id\": \"claude-sonnet-4-6\",\n  \"length\": \"medium\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"detail\": [\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    },\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "4ba22f6f-edb8-405b-900d-5518a84673f7",
          "name": "Ocr File",
          "request": {
            "name": "Ocr File",
            "description": {
              "content": "Extract text from an image (PNG/JPG/WEBP/GIF), PDF, DOCX, or plain text file.\nOptionally translate the extracted text by providing target_language.\nEngine options: auto | server_only | claude_vision | gpt4o_vision | gemini_vision",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "v1",
                "translate",
                "ocr"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "multipart/form-data"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            },
            "body": {
              "mode": "formdata",
              "formdata": [
                {
                  "key": "file",
                  "type": "file",
                  "description": "(Required) "
                },
                {
                  "key": "target_language",
                  "value": "string",
                  "type": "text",
                  "description": ""
                },
                {
                  "key": "engine",
                  "value": "auto",
                  "type": "text",
                  "description": ""
                }
              ]
            }
          },
          "response": [
            {
              "id": "db4de9c8-ac32-453f-8d15-e88959ca1c89",
              "name": "Successful Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "translate",
                    "ocr"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "formdata",
                  "formdata": [
                    {
                      "description": {
                        "content": "(Required) ",
                        "type": "text/plain"
                      },
                      "key": "file",
                      "type": "file"
                    },
                    {
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "target_language",
                      "value": "string",
                      "type": "text"
                    },
                    {
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "engine",
                      "value": "auto",
                      "type": "text"
                    }
                  ]
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"id\": \"a6f30ffc-cb43-1b92-e443-4f61f3de7c5f\",\n  \"extracted_text\": \"string\",\n  \"translated_text\": \"string\",\n  \"source_language\": \"string\",\n  \"target_language\": \"string\",\n  \"is_rtl\": true,\n  \"provider\": \"string\",\n  \"model_id\": \"string\",\n  \"credits_used\": 6111.04615255178,\n  \"created_at\": \"1995-10-12T12:20:33.341Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "4fde791b-13d2-4c76-8c8a-dc4258f98e80",
              "name": "Validation Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "translate",
                    "ocr"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "formdata",
                  "formdata": [
                    {
                      "description": {
                        "content": "(Required) ",
                        "type": "text/plain"
                      },
                      "key": "file",
                      "type": "file"
                    },
                    {
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "target_language",
                      "value": "string",
                      "type": "text"
                    },
                    {
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "engine",
                      "value": "auto",
                      "type": "text"
                    }
                  ]
                }
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"detail\": [\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    },\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "ec8264d7-992f-4121-9ea9-b530a42f5826",
          "name": "Text To Speech",
          "request": {
            "name": "Text To Speech",
            "description": {
              "content": "Convert text to speech using ElevenLabs. Returns an MP3 audio file.\nCredit cost: 15 credits per 1 000 characters.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "v1",
                "translate",
                "tts"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"text\": \"string\",\n  \"voice_id\": \"string\",\n  \"model_id\": \"eleven_multilingual_v2\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "45b7bb62-38a9-4f45-88c3-e988bd529665",
              "name": "Successful Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "translate",
                    "tts"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"text\": \"string\",\n  \"voice_id\": \"string\",\n  \"model_id\": \"eleven_multilingual_v2\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "fe99ab6a-82d3-4bf1-a8d0-32823d0b6b48",
              "name": "Validation Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "translate",
                    "tts"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"text\": \"string\",\n  \"voice_id\": \"string\",\n  \"model_id\": \"eleven_multilingual_v2\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"detail\": [\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    },\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "35539a74-6b09-4a96-ab63-d47a69bc5afb",
          "name": "Process Media",
          "request": {
            "name": "Process Media",
            "description": {
              "content": "Process media content:\n- youtube: Extract transcript from a YouTube video URL, optionally translate\n- text_to_speech: Convert text to speech, returns base64 MP3 audio",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "v1",
                "translate",
                "media"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"mode\": \"text_to_speech\",\n  \"url\": \"string\",\n  \"text\": \"string\",\n  \"target_language\": \"string\",\n  \"voice_id\": \"string\",\n  \"provider\": \"anthropic\",\n  \"model_id\": \"claude-sonnet-4-6\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "0b356f7b-202d-4c3f-ae4a-dc3b5c850b4e",
              "name": "Successful Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "translate",
                    "media"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"mode\": \"text_to_speech\",\n  \"url\": \"string\",\n  \"text\": \"string\",\n  \"target_language\": \"string\",\n  \"voice_id\": \"string\",\n  \"provider\": \"anthropic\",\n  \"model_id\": \"claude-sonnet-4-6\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"mode\": \"string\",\n  \"credits_used\": 1842.4105420006654,\n  \"transcript\": \"string\",\n  \"translated_text\": \"string\",\n  \"audio_b64\": \"string\",\n  \"source_language\": \"string\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "486b4645-cc2d-408d-b760-22e4328cdbaa",
              "name": "Validation Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "translate",
                    "media"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"mode\": \"text_to_speech\",\n  \"url\": \"string\",\n  \"text\": \"string\",\n  \"target_language\": \"string\",\n  \"voice_id\": \"string\",\n  \"provider\": \"anthropic\",\n  \"model_id\": \"claude-sonnet-4-6\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"detail\": [\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    },\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "5eeee285-0577-4e91-8ba2-beff9a568765",
          "name": "Process Media Audio",
          "request": {
            "name": "Process Media Audio",
            "description": {
              "content": "Transcribe an audio file (MP3/WAV/M4A/WebM) using OpenAI Whisper.\nOptionally translate the transcript by providing target_language.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "v1",
                "translate",
                "media",
                "audio"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "multipart/form-data"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            },
            "body": {
              "mode": "formdata",
              "formdata": [
                {
                  "key": "file",
                  "type": "file",
                  "description": "(Required) "
                },
                {
                  "key": "target_language",
                  "value": "string",
                  "type": "text",
                  "description": ""
                }
              ]
            }
          },
          "response": [
            {
              "id": "e5819179-cb9e-4c64-88d2-1d2fd4a3b192",
              "name": "Successful Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "translate",
                    "media",
                    "audio"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "formdata",
                  "formdata": [
                    {
                      "description": {
                        "content": "(Required) ",
                        "type": "text/plain"
                      },
                      "key": "file",
                      "type": "file"
                    },
                    {
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "target_language",
                      "value": "string",
                      "type": "text"
                    }
                  ]
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"mode\": \"string\",\n  \"credits_used\": 1842.4105420006654,\n  \"transcript\": \"string\",\n  \"translated_text\": \"string\",\n  \"audio_b64\": \"string\",\n  \"source_language\": \"string\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "dac816a0-e0b7-4724-a925-86809457246d",
              "name": "Validation Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "translate",
                    "media",
                    "audio"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "formdata",
                  "formdata": [
                    {
                      "description": {
                        "content": "(Required) ",
                        "type": "text/plain"
                      },
                      "key": "file",
                      "type": "file"
                    },
                    {
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "target_language",
                      "value": "string",
                      "type": "text"
                    }
                  ]
                }
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"detail\": [\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    },\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "570e5998-4a7a-4b23-a68b-aa5e76281e69",
          "name": "Get History",
          "request": {
            "name": "Get History",
            "description": {
              "content": "Return the user's translation history (all feature types).\nOptionally filter by feature_type: translate, grammar, summary, ocr, tts, media.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "v1",
                "translate",
                "history"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "key": "page",
                  "value": "1"
                },
                {
                  "disabled": false,
                  "key": "per_page",
                  "value": "20"
                },
                {
                  "disabled": false,
                  "key": "feature_type",
                  "value": "string"
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "a74e54b4-315c-454c-9902-2f1688a08098",
              "name": "Successful Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "translate",
                    "history"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "page",
                      "value": "1"
                    },
                    {
                      "key": "per_page",
                      "value": "20"
                    },
                    {
                      "key": "feature_type",
                      "value": "string"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"items\": [\n    {\n      \"id\": \"969d3069-b6e2-e299-bee3-4a54edbdbea6\",\n      \"feature_type\": \"string\",\n      \"source_text\": \"string\",\n      \"translated_text\": \"string\",\n      \"source_language\": \"string\",\n      \"target_language\": \"string\",\n      \"provider\": \"string\",\n      \"model_id\": \"string\",\n      \"credits_used\": 8330.32126404449,\n      \"created_at\": \"2024-03-03T14:21:29.001Z\"\n    },\n    {\n      \"id\": \"d70ffb7e-e7ee-14ef-4c06-bc543547a0c6\",\n      \"feature_type\": \"string\",\n      \"source_text\": \"string\",\n      \"translated_text\": \"string\",\n      \"source_language\": \"string\",\n      \"target_language\": \"string\",\n      \"provider\": \"string\",\n      \"model_id\": \"string\",\n      \"credits_used\": 4874.8722404267555,\n      \"created_at\": \"1966-06-25T05:31:46.572Z\"\n    }\n  ],\n  \"total\": 6628,\n  \"page\": 6872,\n  \"per_page\": 2169\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "6654ba2a-6f4a-4517-a9af-a2ccc820c66d",
              "name": "Validation Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "translate",
                    "history"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "page",
                      "value": "1"
                    },
                    {
                      "key": "per_page",
                      "value": "20"
                    },
                    {
                      "key": "feature_type",
                      "value": "string"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"detail\": [\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    },\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ],
      "event": []
    },
    {
      "id": "dbabcc34-c92e-4312-b729-0618d4a80221",
      "name": "workspaces",
      "description": {
        "content": "",
        "type": "text/plain"
      },
      "item": [
        {
          "id": "0095dd1e-dfaf-4d92-85b3-88b19cf64ec6",
          "name": "List Workspaces",
          "request": {
            "name": "List Workspaces",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "workspaces"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "key": "page",
                  "value": "1"
                },
                {
                  "disabled": false,
                  "key": "per_page",
                  "value": "20"
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "425bc2a5-9782-4ba4-90cc-60d31ff22adc",
              "name": "Successful Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "workspaces"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "page",
                      "value": "1"
                    },
                    {
                      "key": "per_page",
                      "value": "20"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"items\": [\n    {\n      \"id\": \"43663306-dc16-2014-e7b6-120cde580193\",\n      \"company_id\": \"e470317b-1fd5-103c-74ba-c734148246c6\",\n      \"name\": \"string\",\n      \"description\": \"string\",\n      \"created_by\": \"053024c8-c3d4-8757-7fcf-17f459abdade\",\n      \"is_active\": false,\n      \"created_at\": \"1994-12-06T16:31:37.555Z\",\n      \"updated_at\": \"2016-08-22T12:15:38.646Z\"\n    },\n    {\n      \"id\": \"36276b20-5c6e-af00-9a7b-1ce9aca412d5\",\n      \"company_id\": \"cc75390d-b0e9-4f8c-7beb-ad7884b94061\",\n      \"name\": \"string\",\n      \"description\": \"string\",\n      \"created_by\": \"778ce3ed-a807-a558-915c-cda91a7bbf86\",\n      \"is_active\": false,\n      \"created_at\": \"2022-04-26T10:46:46.277Z\",\n      \"updated_at\": \"1990-09-11T10:08:35.187Z\"\n    }\n  ],\n  \"total\": 9279,\n  \"page\": 891,\n  \"per_page\": 2316\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "00c11ebc-3c6b-4b4a-8f66-8f145f373ce6",
              "name": "Validation Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "workspaces"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "page",
                      "value": "1"
                    },
                    {
                      "key": "per_page",
                      "value": "20"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"detail\": [\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    },\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "93952c45-f835-4b47-adb7-fbcd78db9cc5",
          "name": "Create Workspace",
          "request": {
            "name": "Create Workspace",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "workspaces"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"name\": \"string\",\n  \"description\": \"string\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "94bc9afb-598e-46ab-9651-348d7f5f6a89",
              "name": "Successful Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "workspaces"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"string\",\n  \"description\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Created",
              "code": 201,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"id\": \"615e5f0b-2817-aa03-56c9-4bd1ddc1831f\",\n  \"company_id\": \"478089e2-2d74-65ae-54fc-6f948d3c18e1\",\n  \"name\": \"string\",\n  \"description\": \"string\",\n  \"created_by\": \"934f18d9-1a05-886e-197c-9926499c6567\",\n  \"is_active\": true,\n  \"created_at\": \"2023-04-23T17:34:55.662Z\",\n  \"updated_at\": \"1967-02-01T07:10:47.532Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "83c09007-e688-4a6f-874a-315dc8c1c5cc",
              "name": "Validation Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "workspaces"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"string\",\n  \"description\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"detail\": [\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    },\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "92a1c4e4-e3c1-4e7b-b72d-e944c2639e10",
          "name": "Get Workspace",
          "request": {
            "name": "Get Workspace",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "workspaces",
                ":workspace_id"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "c48d1bdb-14c8-6fd3-a93c-0b86f2d7aa97",
                  "key": "workspace_id",
                  "description": "(Required) "
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "0c16309b-d613-449f-87cc-3f741578cced",
              "name": "Successful Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "workspaces",
                    ":workspace_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "c48d1bdb-14c8-6fd3-a93c-0b86f2d7aa97",
                      "key": "workspace_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"id\": \"615e5f0b-2817-aa03-56c9-4bd1ddc1831f\",\n  \"company_id\": \"478089e2-2d74-65ae-54fc-6f948d3c18e1\",\n  \"name\": \"string\",\n  \"description\": \"string\",\n  \"created_by\": \"934f18d9-1a05-886e-197c-9926499c6567\",\n  \"is_active\": true,\n  \"created_at\": \"2023-04-23T17:34:55.662Z\",\n  \"updated_at\": \"1967-02-01T07:10:47.532Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "e78d4bb6-5145-4495-87c2-46e329d287d4",
              "name": "Validation Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "workspaces",
                    ":workspace_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "c48d1bdb-14c8-6fd3-a93c-0b86f2d7aa97",
                      "key": "workspace_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"detail\": [\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    },\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "e49c434e-fb18-46e1-ae55-ece2186476b8",
          "name": "Update Workspace",
          "request": {
            "name": "Update Workspace",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "workspaces",
                ":workspace_id"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "c48d1bdb-14c8-6fd3-a93c-0b86f2d7aa97",
                  "key": "workspace_id",
                  "description": "(Required) "
                }
              ]
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "PATCH",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"name\": \"string\",\n  \"description\": \"string\",\n  \"is_active\": true\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "f60756b7-89f1-452b-b6cc-a83a9bff823b",
              "name": "Successful Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "workspaces",
                    ":workspace_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "c48d1bdb-14c8-6fd3-a93c-0b86f2d7aa97",
                      "key": "workspace_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"string\",\n  \"description\": \"string\",\n  \"is_active\": true\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"id\": \"615e5f0b-2817-aa03-56c9-4bd1ddc1831f\",\n  \"company_id\": \"478089e2-2d74-65ae-54fc-6f948d3c18e1\",\n  \"name\": \"string\",\n  \"description\": \"string\",\n  \"created_by\": \"934f18d9-1a05-886e-197c-9926499c6567\",\n  \"is_active\": true,\n  \"created_at\": \"2023-04-23T17:34:55.662Z\",\n  \"updated_at\": \"1967-02-01T07:10:47.532Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "84f7acc5-3b68-4dc0-8cf1-d5db2de9a112",
              "name": "Validation Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "workspaces",
                    ":workspace_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "c48d1bdb-14c8-6fd3-a93c-0b86f2d7aa97",
                      "key": "workspace_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"string\",\n  \"description\": \"string\",\n  \"is_active\": true\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"detail\": [\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    },\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "74eb90e5-f65b-41d5-9a77-93d960f6ff4a",
          "name": "Delete Workspace",
          "request": {
            "name": "Delete Workspace",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "workspaces",
                ":workspace_id"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "c48d1bdb-14c8-6fd3-a93c-0b86f2d7aa97",
                  "key": "workspace_id",
                  "description": "(Required) "
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "DELETE",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "a98ebaee-fa3c-4418-96fc-da6698f0621b",
              "name": "Successful Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "workspaces",
                    ":workspace_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "c48d1bdb-14c8-6fd3-a93c-0b86f2d7aa97",
                      "key": "workspace_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "method": "DELETE",
                "body": {}
              },
              "status": "No Content",
              "code": 204,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "5f916737-28d9-4bae-8941-bb5227a26227",
              "name": "Validation Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "workspaces",
                    ":workspace_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "c48d1bdb-14c8-6fd3-a93c-0b86f2d7aa97",
                      "key": "workspace_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"detail\": [\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    },\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "63bee571-7b9f-4ad0-8fcf-73d44595545d",
          "name": "List Members",
          "request": {
            "name": "List Members",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "workspaces",
                ":workspace_id",
                "members"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "key": "page",
                  "value": "1"
                },
                {
                  "disabled": false,
                  "key": "per_page",
                  "value": "20"
                }
              ],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "c48d1bdb-14c8-6fd3-a93c-0b86f2d7aa97",
                  "key": "workspace_id",
                  "description": "(Required) "
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "3f154e19-f0da-4f57-803e-23af5926b9fd",
              "name": "Successful Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "workspaces",
                    ":workspace_id",
                    "members"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "page",
                      "value": "1"
                    },
                    {
                      "key": "per_page",
                      "value": "20"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "c48d1bdb-14c8-6fd3-a93c-0b86f2d7aa97",
                      "key": "workspace_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"items\": [\n    {\n      \"id\": \"cf1193a1-9f13-10b2-4cf5-7acc964b148f\",\n      \"workspace_id\": \"77229a92-2383-a986-7da3-9da068ca898d\",\n      \"user_id\": \"856aaa01-c932-8cf2-c007-7ed78dd7950d\",\n      \"role\": \"string\",\n      \"added_by\": \"8ec0f573-a2b0-c19a-8889-6e98d57a5492\",\n      \"created_at\": \"2013-11-10T16:40:42.264Z\"\n    },\n    {\n      \"id\": \"7930bd3b-4a8d-dcaa-b2c2-2c39363e8b22\",\n      \"workspace_id\": \"9da271be-0de6-d274-2300-07ab8916907f\",\n      \"user_id\": \"0c3d21dd-909a-c6ac-00bd-ea485e1881a4\",\n      \"role\": \"string\",\n      \"added_by\": \"6039ea79-6ece-6e52-d4b9-b77d5f97b09d\",\n      \"created_at\": \"1980-06-13T02:47:18.385Z\"\n    }\n  ],\n  \"total\": 2726,\n  \"page\": 8174,\n  \"per_page\": 5998\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "d1fd3364-3e6f-4658-b6ed-d235cdbc3aa7",
              "name": "Validation Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "workspaces",
                    ":workspace_id",
                    "members"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "page",
                      "value": "1"
                    },
                    {
                      "key": "per_page",
                      "value": "20"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "c48d1bdb-14c8-6fd3-a93c-0b86f2d7aa97",
                      "key": "workspace_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"detail\": [\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    },\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "c8cb38c0-0779-4b21-82d0-c2f1a997d0e2",
          "name": "Add Member",
          "request": {
            "name": "Add Member",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "workspaces",
                ":workspace_id",
                "members"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "c48d1bdb-14c8-6fd3-a93c-0b86f2d7aa97",
                  "key": "workspace_id",
                  "description": "(Required) "
                }
              ]
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"user_id\": \"effd7a88-d85d-43af-22a0-5439549dbcbc\",\n  \"role\": \"viewer\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "c1169f59-ccec-4834-b665-8a25dcfffeaa",
              "name": "Successful Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "workspaces",
                    ":workspace_id",
                    "members"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "c48d1bdb-14c8-6fd3-a93c-0b86f2d7aa97",
                      "key": "workspace_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"user_id\": \"effd7a88-d85d-43af-22a0-5439549dbcbc\",\n  \"role\": \"viewer\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Created",
              "code": 201,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"id\": \"ae042704-9be9-c6be-d36d-58cc0da3d458\",\n  \"workspace_id\": \"f4284538-86fe-8595-88e3-22beb52da056\",\n  \"user_id\": \"062cd200-c17e-4771-3a8b-45ab3a927035\",\n  \"role\": \"string\",\n  \"added_by\": \"670fd95d-9e1a-ae27-eefd-e29ba64d7ef5\",\n  \"created_at\": \"1971-02-19T11:51:31.866Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "6d4a2cd5-65ff-4c7c-93a3-3780be106703",
              "name": "Validation Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "workspaces",
                    ":workspace_id",
                    "members"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "c48d1bdb-14c8-6fd3-a93c-0b86f2d7aa97",
                      "key": "workspace_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"user_id\": \"effd7a88-d85d-43af-22a0-5439549dbcbc\",\n  \"role\": \"viewer\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"detail\": [\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    },\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "14208143-15f7-4f54-942a-b1d776520819",
          "name": "Update Member Role",
          "request": {
            "name": "Update Member Role",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "workspaces",
                ":workspace_id",
                "members",
                ":target_user_id"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "c48d1bdb-14c8-6fd3-a93c-0b86f2d7aa97",
                  "key": "workspace_id",
                  "description": "(Required) "
                },
                {
                  "disabled": false,
                  "type": "any",
                  "value": "91b0842d-5cd5-1136-3eb5-dbe98c5c6360",
                  "key": "target_user_id",
                  "description": "(Required) "
                }
              ]
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "PATCH",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"role\": \"owner\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "e9e4b68b-a35d-4d20-b4ea-c369cf8cb236",
              "name": "Successful Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "workspaces",
                    ":workspace_id",
                    "members",
                    ":target_user_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "c48d1bdb-14c8-6fd3-a93c-0b86f2d7aa97",
                      "key": "workspace_id",
                      "description": "(Required) "
                    },
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "91b0842d-5cd5-1136-3eb5-dbe98c5c6360",
                      "key": "target_user_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"role\": \"owner\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"id\": \"ae042704-9be9-c6be-d36d-58cc0da3d458\",\n  \"workspace_id\": \"f4284538-86fe-8595-88e3-22beb52da056\",\n  \"user_id\": \"062cd200-c17e-4771-3a8b-45ab3a927035\",\n  \"role\": \"string\",\n  \"added_by\": \"670fd95d-9e1a-ae27-eefd-e29ba64d7ef5\",\n  \"created_at\": \"1971-02-19T11:51:31.866Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "0827d17c-2a1c-459d-8c74-102fa7ed8387",
              "name": "Validation Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "workspaces",
                    ":workspace_id",
                    "members",
                    ":target_user_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "c48d1bdb-14c8-6fd3-a93c-0b86f2d7aa97",
                      "key": "workspace_id",
                      "description": "(Required) "
                    },
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "91b0842d-5cd5-1136-3eb5-dbe98c5c6360",
                      "key": "target_user_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"role\": \"owner\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"detail\": [\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    },\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "4681f855-edc3-49ec-89c6-f3e78a6a0ecc",
          "name": "Remove Member",
          "request": {
            "name": "Remove Member",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "workspaces",
                ":workspace_id",
                "members",
                ":target_user_id"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "c48d1bdb-14c8-6fd3-a93c-0b86f2d7aa97",
                  "key": "workspace_id",
                  "description": "(Required) "
                },
                {
                  "disabled": false,
                  "type": "any",
                  "value": "91b0842d-5cd5-1136-3eb5-dbe98c5c6360",
                  "key": "target_user_id",
                  "description": "(Required) "
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "DELETE",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "a373b481-211d-4b44-a482-ea526967fe3d",
              "name": "Successful Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "workspaces",
                    ":workspace_id",
                    "members",
                    ":target_user_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "c48d1bdb-14c8-6fd3-a93c-0b86f2d7aa97",
                      "key": "workspace_id",
                      "description": "(Required) "
                    },
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "91b0842d-5cd5-1136-3eb5-dbe98c5c6360",
                      "key": "target_user_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "method": "DELETE",
                "body": {}
              },
              "status": "No Content",
              "code": 204,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "79ed1c20-4f24-465a-9daf-e3873e2bbac4",
              "name": "Validation Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "workspaces",
                    ":workspace_id",
                    "members",
                    ":target_user_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "c48d1bdb-14c8-6fd3-a93c-0b86f2d7aa97",
                      "key": "workspace_id",
                      "description": "(Required) "
                    },
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "91b0842d-5cd5-1136-3eb5-dbe98c5c6360",
                      "key": "target_user_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"detail\": [\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    },\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "1bee00d9-56ce-462b-836f-0e4d164b529e",
          "name": "List Docs",
          "request": {
            "name": "List Docs",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "workspaces",
                ":workspace_id",
                "docs"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "key": "page",
                  "value": "1"
                },
                {
                  "disabled": false,
                  "key": "per_page",
                  "value": "20"
                }
              ],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "c48d1bdb-14c8-6fd3-a93c-0b86f2d7aa97",
                  "key": "workspace_id",
                  "description": "(Required) "
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "d59b0766-447b-4176-beb0-6dd4c5b87188",
              "name": "Successful Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "workspaces",
                    ":workspace_id",
                    "docs"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "page",
                      "value": "1"
                    },
                    {
                      "key": "per_page",
                      "value": "20"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "c48d1bdb-14c8-6fd3-a93c-0b86f2d7aa97",
                      "key": "workspace_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"items\": [\n    {\n      \"id\": \"9f3cc0fc-0e9d-455d-3dad-2552030ee863\",\n      \"workspace_id\": \"520b65d4-0233-557f-84ad-10f55a9a373c\",\n      \"title\": \"string\",\n      \"content\": \"string\",\n      \"created_by\": \"3de88323-b674-2d9c-b187-15a718bc5e23\",\n      \"updated_by\": \"9474b6fe-29c9-523c-5d28-b6003b7c3c2c\",\n      \"created_at\": \"1983-02-13T12:11:44.689Z\",\n      \"updated_at\": \"2025-01-10T20:31:08.037Z\"\n    },\n    {\n      \"id\": \"96867f26-2af3-fd13-0d7e-d408677dbe0d\",\n      \"workspace_id\": \"14ff04c1-040d-b68f-bd87-a7d449be5ccb\",\n      \"title\": \"string\",\n      \"content\": \"string\",\n      \"created_by\": \"a2594368-7974-c759-a252-18ebaa3fef09\",\n      \"updated_by\": \"e54c85d9-ff34-1167-7e02-9bbdb0c11d72\",\n      \"created_at\": \"2025-09-19T10:18:43.287Z\",\n      \"updated_at\": \"1960-11-19T23:44:40.052Z\"\n    }\n  ],\n  \"total\": 629,\n  \"page\": 1096,\n  \"per_page\": 7583\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "a56399b9-d6dd-4c82-bcf7-ad34f3d1427c",
              "name": "Validation Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "workspaces",
                    ":workspace_id",
                    "docs"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "page",
                      "value": "1"
                    },
                    {
                      "key": "per_page",
                      "value": "20"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "c48d1bdb-14c8-6fd3-a93c-0b86f2d7aa97",
                      "key": "workspace_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"detail\": [\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    },\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "70ee7651-7100-44c4-a307-508fb2553cd2",
          "name": "Create Doc",
          "request": {
            "name": "Create Doc",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "workspaces",
                ":workspace_id",
                "docs"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "c48d1bdb-14c8-6fd3-a93c-0b86f2d7aa97",
                  "key": "workspace_id",
                  "description": "(Required) "
                }
              ]
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"title\": \"string\",\n  \"content\": \"\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "6846b0db-eec0-47b3-956c-e1f49505cf1b",
              "name": "Successful Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "workspaces",
                    ":workspace_id",
                    "docs"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "c48d1bdb-14c8-6fd3-a93c-0b86f2d7aa97",
                      "key": "workspace_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"title\": \"string\",\n  \"content\": \"\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Created",
              "code": 201,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"id\": \"aa837c56-0185-893d-1a1d-3493eb4cf55b\",\n  \"workspace_id\": \"af84c64a-996a-48eb-87ec-7801a534de52\",\n  \"title\": \"string\",\n  \"content\": \"string\",\n  \"created_by\": \"31290e9c-f878-afdd-8aff-6ace4a5d9731\",\n  \"updated_by\": \"1965305c-cfb7-625b-d682-f4d93920a888\",\n  \"created_at\": \"2000-04-11T02:46:37.916Z\",\n  \"updated_at\": \"1953-05-04T06:50:00.815Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "5ffb0f84-97c3-4a3f-875c-8d82dc547852",
              "name": "Validation Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "workspaces",
                    ":workspace_id",
                    "docs"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "c48d1bdb-14c8-6fd3-a93c-0b86f2d7aa97",
                      "key": "workspace_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"title\": \"string\",\n  \"content\": \"\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"detail\": [\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    },\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "53e32651-15d3-45ec-bb1c-5d38fde4fbda",
          "name": "Update Doc",
          "request": {
            "name": "Update Doc",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "workspaces",
                ":workspace_id",
                "docs",
                ":doc_id"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "c48d1bdb-14c8-6fd3-a93c-0b86f2d7aa97",
                  "key": "workspace_id",
                  "description": "(Required) "
                },
                {
                  "disabled": false,
                  "type": "any",
                  "value": "0f742fc6-9694-e551-c11c-94ac89b6e8c3",
                  "key": "doc_id",
                  "description": "(Required) "
                }
              ]
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "PATCH",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"title\": \"string\",\n  \"content\": \"string\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "3aedb725-e022-4a09-af11-7991234cbceb",
              "name": "Successful Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "workspaces",
                    ":workspace_id",
                    "docs",
                    ":doc_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "c48d1bdb-14c8-6fd3-a93c-0b86f2d7aa97",
                      "key": "workspace_id",
                      "description": "(Required) "
                    },
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "0f742fc6-9694-e551-c11c-94ac89b6e8c3",
                      "key": "doc_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"title\": \"string\",\n  \"content\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"id\": \"aa837c56-0185-893d-1a1d-3493eb4cf55b\",\n  \"workspace_id\": \"af84c64a-996a-48eb-87ec-7801a534de52\",\n  \"title\": \"string\",\n  \"content\": \"string\",\n  \"created_by\": \"31290e9c-f878-afdd-8aff-6ace4a5d9731\",\n  \"updated_by\": \"1965305c-cfb7-625b-d682-f4d93920a888\",\n  \"created_at\": \"2000-04-11T02:46:37.916Z\",\n  \"updated_at\": \"1953-05-04T06:50:00.815Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "c7950016-ed9a-423a-8066-bc6a3a68edda",
              "name": "Validation Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "workspaces",
                    ":workspace_id",
                    "docs",
                    ":doc_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "c48d1bdb-14c8-6fd3-a93c-0b86f2d7aa97",
                      "key": "workspace_id",
                      "description": "(Required) "
                    },
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "0f742fc6-9694-e551-c11c-94ac89b6e8c3",
                      "key": "doc_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"title\": \"string\",\n  \"content\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"detail\": [\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    },\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "8747af95-acc7-4d6c-b02b-2b7bd017d330",
          "name": "Delete Doc",
          "request": {
            "name": "Delete Doc",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "workspaces",
                ":workspace_id",
                "docs",
                ":doc_id"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "c48d1bdb-14c8-6fd3-a93c-0b86f2d7aa97",
                  "key": "workspace_id",
                  "description": "(Required) "
                },
                {
                  "disabled": false,
                  "type": "any",
                  "value": "0f742fc6-9694-e551-c11c-94ac89b6e8c3",
                  "key": "doc_id",
                  "description": "(Required) "
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "DELETE",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "42f69e5e-ba5c-45c1-8b1f-0c533a4db54c",
              "name": "Successful Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "workspaces",
                    ":workspace_id",
                    "docs",
                    ":doc_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "c48d1bdb-14c8-6fd3-a93c-0b86f2d7aa97",
                      "key": "workspace_id",
                      "description": "(Required) "
                    },
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "0f742fc6-9694-e551-c11c-94ac89b6e8c3",
                      "key": "doc_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "method": "DELETE",
                "body": {}
              },
              "status": "No Content",
              "code": 204,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "18b42a7f-b2fb-40d1-ba68-69b0126c5231",
              "name": "Validation Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "workspaces",
                    ":workspace_id",
                    "docs",
                    ":doc_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "c48d1bdb-14c8-6fd3-a93c-0b86f2d7aa97",
                      "key": "workspace_id",
                      "description": "(Required) "
                    },
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "0f742fc6-9694-e551-c11c-94ac89b6e8c3",
                      "key": "doc_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"detail\": [\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    },\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "691de3ee-ac49-45dc-b2e4-497a95b0bf79",
          "name": "List Prompts",
          "request": {
            "name": "List Prompts",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "workspaces",
                ":workspace_id",
                "prompts"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "key": "page",
                  "value": "1"
                },
                {
                  "disabled": false,
                  "key": "per_page",
                  "value": "20"
                }
              ],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "c48d1bdb-14c8-6fd3-a93c-0b86f2d7aa97",
                  "key": "workspace_id",
                  "description": "(Required) "
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "0f1fb520-0050-4872-9160-bafb8c5fbbd0",
              "name": "Successful Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "workspaces",
                    ":workspace_id",
                    "prompts"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "page",
                      "value": "1"
                    },
                    {
                      "key": "per_page",
                      "value": "20"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "c48d1bdb-14c8-6fd3-a93c-0b86f2d7aa97",
                      "key": "workspace_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"items\": [\n    {\n      \"id\": \"9378b074-50f9-bed8-bc68-88f65a69bf7e\",\n      \"workspace_id\": \"8efc61b5-2d2d-58b9-7085-405c533172b9\",\n      \"title\": \"string\",\n      \"content\": \"string\",\n      \"tags\": [\n        \"string\",\n        \"string\"\n      ],\n      \"created_by\": \"4c98b44e-fda7-3633-2181-99deb5ba2016\",\n      \"created_at\": \"1986-12-16T19:06:44.723Z\",\n      \"updated_at\": \"1975-05-20T00:21:44.165Z\"\n    },\n    {\n      \"id\": \"d876018c-cbc0-5555-7800-8c36fe60a5bb\",\n      \"workspace_id\": \"3be82077-391f-62a2-a20c-c31674653eaa\",\n      \"title\": \"string\",\n      \"content\": \"string\",\n      \"tags\": [\n        \"string\",\n        \"string\"\n      ],\n      \"created_by\": \"194227dd-d59f-8ef6-46b7-fe90a9e3b196\",\n      \"created_at\": \"1998-12-08T12:51:18.652Z\",\n      \"updated_at\": \"2016-03-13T17:18:42.727Z\"\n    }\n  ],\n  \"total\": 8806,\n  \"page\": 9671,\n  \"per_page\": 2041\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "a4a854ed-d463-44dd-9472-07e33881cffc",
              "name": "Validation Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "workspaces",
                    ":workspace_id",
                    "prompts"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "page",
                      "value": "1"
                    },
                    {
                      "key": "per_page",
                      "value": "20"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "c48d1bdb-14c8-6fd3-a93c-0b86f2d7aa97",
                      "key": "workspace_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"detail\": [\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    },\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "0644e541-6332-44ef-9985-c608fd078eaa",
          "name": "Create Prompt",
          "request": {
            "name": "Create Prompt",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "workspaces",
                ":workspace_id",
                "prompts"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "c48d1bdb-14c8-6fd3-a93c-0b86f2d7aa97",
                  "key": "workspace_id",
                  "description": "(Required) "
                }
              ]
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"title\": \"string\",\n  \"content\": \"string\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "873f8649-1396-4140-b419-dc3e2a03b933",
              "name": "Successful Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "workspaces",
                    ":workspace_id",
                    "prompts"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "c48d1bdb-14c8-6fd3-a93c-0b86f2d7aa97",
                      "key": "workspace_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"title\": \"string\",\n  \"content\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Created",
              "code": 201,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"id\": \"fe783a00-4281-b779-010b-63d52d78122b\",\n  \"workspace_id\": \"c711339e-30b4-e0ad-e696-83fc9350f5fc\",\n  \"title\": \"string\",\n  \"content\": \"string\",\n  \"tags\": [\n    \"string\",\n    \"string\"\n  ],\n  \"created_by\": \"4bb29cf0-a08c-1457-8184-d7ac73ee3a6d\",\n  \"created_at\": \"1961-06-25T08:58:07.509Z\",\n  \"updated_at\": \"1967-10-31T18:30:04.114Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "75519223-ba5f-4d1a-83e0-6ba7fcec0690",
              "name": "Validation Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "workspaces",
                    ":workspace_id",
                    "prompts"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "c48d1bdb-14c8-6fd3-a93c-0b86f2d7aa97",
                      "key": "workspace_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"title\": \"string\",\n  \"content\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"detail\": [\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    },\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "9dad7543-6f76-41f3-80d3-95830dc44aa5",
          "name": "Delete Prompt",
          "request": {
            "name": "Delete Prompt",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "workspaces",
                ":workspace_id",
                "prompts",
                ":prompt_id"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "c48d1bdb-14c8-6fd3-a93c-0b86f2d7aa97",
                  "key": "workspace_id",
                  "description": "(Required) "
                },
                {
                  "disabled": false,
                  "type": "any",
                  "value": "79de6ed5-7fca-aba9-b2ed-49a485d93250",
                  "key": "prompt_id",
                  "description": "(Required) "
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "DELETE",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "1518f48a-1a9d-4e43-9b3e-fdf7ec0d5872",
              "name": "Successful Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "workspaces",
                    ":workspace_id",
                    "prompts",
                    ":prompt_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "c48d1bdb-14c8-6fd3-a93c-0b86f2d7aa97",
                      "key": "workspace_id",
                      "description": "(Required) "
                    },
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "79de6ed5-7fca-aba9-b2ed-49a485d93250",
                      "key": "prompt_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "method": "DELETE",
                "body": {}
              },
              "status": "No Content",
              "code": 204,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "93821e6b-9379-40cc-a325-fa0520fb8857",
              "name": "Validation Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "workspaces",
                    ":workspace_id",
                    "prompts",
                    ":prompt_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "c48d1bdb-14c8-6fd3-a93c-0b86f2d7aa97",
                      "key": "workspace_id",
                      "description": "(Required) "
                    },
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "79de6ed5-7fca-aba9-b2ed-49a485d93250",
                      "key": "prompt_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"detail\": [\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    },\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "97d39e7c-45b5-45aa-a83f-203f5c1db165",
          "name": "List Memory",
          "request": {
            "name": "List Memory",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "workspaces",
                ":workspace_id",
                "memory"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "key": "page",
                  "value": "1"
                },
                {
                  "disabled": false,
                  "key": "per_page",
                  "value": "20"
                }
              ],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "c48d1bdb-14c8-6fd3-a93c-0b86f2d7aa97",
                  "key": "workspace_id",
                  "description": "(Required) "
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "06ec83a1-f026-4ab0-a4d4-f82971050bd4",
              "name": "Successful Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "workspaces",
                    ":workspace_id",
                    "memory"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "page",
                      "value": "1"
                    },
                    {
                      "key": "per_page",
                      "value": "20"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "c48d1bdb-14c8-6fd3-a93c-0b86f2d7aa97",
                      "key": "workspace_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"items\": [\n    {\n      \"id\": \"03f4c9ab-c76f-44a9-69f1-d2f2f40289fd\",\n      \"workspace_id\": \"c3f5bf52-7b36-3991-9a50-ba2c0e42c330\",\n      \"content\": \"string\",\n      \"created_by\": \"088642f1-67c0-19e1-dcd1-d255eca4ca3a\",\n      \"created_at\": \"1983-12-13T19:06:37.289Z\"\n    },\n    {\n      \"id\": \"b418cd75-de8c-a6bf-c397-930d349de153\",\n      \"workspace_id\": \"1bf45eaa-28c8-2ce2-e453-cd8fb833e05a\",\n      \"content\": \"string\",\n      \"created_by\": \"e53acf27-54d8-d4df-be04-186735dd9e51\",\n      \"created_at\": \"1981-07-20T16:33:23.889Z\"\n    }\n  ],\n  \"total\": 5697,\n  \"page\": 4574,\n  \"per_page\": 8029\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "fcf1ebb1-16df-433e-966e-f508499c33e5",
              "name": "Validation Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "workspaces",
                    ":workspace_id",
                    "memory"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "page",
                      "value": "1"
                    },
                    {
                      "key": "per_page",
                      "value": "20"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "c48d1bdb-14c8-6fd3-a93c-0b86f2d7aa97",
                      "key": "workspace_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"detail\": [\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    },\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "9dfb9250-c8d3-4470-bd16-d90942c9c811",
          "name": "Add Memory",
          "request": {
            "name": "Add Memory",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "workspaces",
                ":workspace_id",
                "memory"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "c48d1bdb-14c8-6fd3-a93c-0b86f2d7aa97",
                  "key": "workspace_id",
                  "description": "(Required) "
                }
              ]
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"content\": \"string\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "7a92d25d-3e2d-420d-8b5c-4f704b7e5343",
              "name": "Successful Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "workspaces",
                    ":workspace_id",
                    "memory"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "c48d1bdb-14c8-6fd3-a93c-0b86f2d7aa97",
                      "key": "workspace_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"content\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Created",
              "code": 201,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"id\": \"dc5740bd-84e8-8f0e-c151-f15f1f8545f3\",\n  \"workspace_id\": \"c01ab2f7-d374-2f3c-f745-eb1623834d1e\",\n  \"content\": \"string\",\n  \"created_by\": \"970b27cc-5c32-30dd-435f-e40723f3ec14\",\n  \"created_at\": \"2011-03-18T04:13:49.717Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "b0eee8e3-61ef-41d9-a005-3a6f3516e212",
              "name": "Validation Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "workspaces",
                    ":workspace_id",
                    "memory"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "c48d1bdb-14c8-6fd3-a93c-0b86f2d7aa97",
                      "key": "workspace_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"content\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"detail\": [\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    },\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "ea4d3924-18ec-40d8-9ebb-0089346c90f2",
          "name": "List Activity",
          "request": {
            "name": "List Activity",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "workspaces",
                ":workspace_id",
                "activity"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "key": "page",
                  "value": "1"
                },
                {
                  "disabled": false,
                  "key": "per_page",
                  "value": "20"
                }
              ],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "c48d1bdb-14c8-6fd3-a93c-0b86f2d7aa97",
                  "key": "workspace_id",
                  "description": "(Required) "
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "8ecb87e1-2968-4469-8362-799ceb013a12",
              "name": "Successful Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "workspaces",
                    ":workspace_id",
                    "activity"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "page",
                      "value": "1"
                    },
                    {
                      "key": "per_page",
                      "value": "20"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "c48d1bdb-14c8-6fd3-a93c-0b86f2d7aa97",
                      "key": "workspace_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"items\": [\n    {\n      \"id\": \"e44e0eaf-ed06-a5ba-0395-f12cc70d265b\",\n      \"workspace_id\": \"4b84da02-ed06-fa0b-31fa-804cea3c4d49\",\n      \"user_id\": \"7cb17400-1e75-8984-2457-ff062f28e410\",\n      \"action\": \"string\",\n      \"target_type\": \"string\",\n      \"target_id\": \"fc20ce87-a0d2-afd4-a898-4f8170549a0c\",\n      \"created_at\": \"1950-08-05T02:45:26.152Z\"\n    },\n    {\n      \"id\": \"fd436057-87bc-50fe-c207-2221ebf984b3\",\n      \"workspace_id\": \"9fe78c1c-ae6b-5d4a-fde0-3d28b255372e\",\n      \"user_id\": \"2e76aa74-beda-8b1e-7788-1feb6c56997b\",\n      \"action\": \"string\",\n      \"target_type\": \"string\",\n      \"target_id\": \"581f9f58-8e76-27a9-068e-7377ac8c03d4\",\n      \"created_at\": \"1959-05-13T12:34:36.198Z\"\n    }\n  ],\n  \"total\": 3545,\n  \"page\": 2977,\n  \"per_page\": 360\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "0a7c476e-7f35-45d0-8082-057389ffd091",
              "name": "Validation Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "workspaces",
                    ":workspace_id",
                    "activity"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "page",
                      "value": "1"
                    },
                    {
                      "key": "per_page",
                      "value": "20"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "c48d1bdb-14c8-6fd3-a93c-0b86f2d7aa97",
                      "key": "workspace_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"detail\": [\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    },\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ],
      "event": []
    },
    {
      "id": "af66dffb-6870-419f-9325-06a6921d3af8",
      "name": "research",
      "description": {
        "content": "",
        "type": "text/plain"
      },
      "item": [
        {
          "id": "2eb67ffc-edfc-4360-a761-78c3bc0b06a5",
          "name": "Start Research",
          "request": {
            "name": "Start Research",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "research",
                "start"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"query\": \"string\",\n  \"depth\": \"standard\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "a117bcb2-043a-4877-972f-8925175b570d",
              "name": "Successful Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "research",
                    "start"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"query\": \"string\",\n  \"depth\": \"standard\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Accepted",
              "code": 202,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"job_id\": \"6d973899-1a27-1c9e-a6d8-775a597c3baf\",\n  \"status\": \"string\",\n  \"depth\": \"string\",\n  \"credits_reserved\": 3005\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "7d3ba7d8-8418-4c20-bcf0-5c07f17816da",
              "name": "Validation Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "research",
                    "start"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"query\": \"string\",\n  \"depth\": \"standard\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"detail\": [\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    },\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "88c4d982-7ae9-42d5-a1f7-7979072a586b",
          "name": "List History",
          "request": {
            "name": "List History",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "research",
                "history"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "key": "page",
                  "value": "1"
                },
                {
                  "disabled": false,
                  "key": "per_page",
                  "value": "20"
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "bf25f26a-f25e-468a-b01d-02d10d90f39b",
              "name": "Successful Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "research",
                    "history"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "page",
                      "value": "1"
                    },
                    {
                      "key": "per_page",
                      "value": "20"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"items\": [\n    {\n      \"id\": \"bf8b4ffc-4820-334a-4038-37f2633f4c0d\",\n      \"company_id\": \"fdb6a5fb-da08-effd-3392-6fd10a5dedcf\",\n      \"user_id\": \"fe61d70d-626c-22e4-9708-db650283393c\",\n      \"query\": \"string\",\n      \"depth\": \"string\",\n      \"status\": \"string\",\n      \"sources_found\": 1671,\n      \"sources_used\": 2989,\n      \"result_markdown\": \"string\",\n      \"result_summary\": \"string\",\n      \"credits_used\": \"string\",\n      \"error_message\": \"string\",\n      \"started_at\": \"2026-01-01T06:48:41.594Z\",\n      \"completed_at\": \"1977-01-18T05:01:28.465Z\"\n    },\n    {\n      \"id\": \"f75860ed-3162-cf77-8ef8-c64563352f63\",\n      \"company_id\": \"fefa99f7-4466-35d6-1f11-e4cc234210ae\",\n      \"user_id\": \"4dbb4f17-010a-3f3f-259b-a898e0a072bd\",\n      \"query\": \"string\",\n      \"depth\": \"string\",\n      \"status\": \"string\",\n      \"sources_found\": 236,\n      \"sources_used\": 3224,\n      \"result_markdown\": \"string\",\n      \"result_summary\": \"string\",\n      \"credits_used\": \"string\",\n      \"error_message\": \"string\",\n      \"started_at\": \"1947-06-25T04:00:46.913Z\",\n      \"completed_at\": \"2010-04-29T22:43:44.883Z\"\n    }\n  ],\n  \"total\": 5236,\n  \"page\": 3397,\n  \"per_page\": 9379\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "fa58eecf-7c1c-469b-a1f3-12bd74a705fa",
              "name": "Validation Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "research",
                    "history"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "page",
                      "value": "1"
                    },
                    {
                      "key": "per_page",
                      "value": "20"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"detail\": [\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    },\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "7b4928e6-2b43-4ff0-a80f-2a4463e5b14f",
          "name": "Get Usage",
          "request": {
            "name": "Get Usage",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "research",
                "usage"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "05de344b-445e-4d38-a6db-0f5193ca56b0",
              "name": "Successful Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "research",
                    "usage"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"quick_used\": 6662,\n  \"quick_limit\": 9262,\n  \"standard_used\": 6984,\n  \"standard_limit\": 9843,\n  \"deep_used\": 285,\n  \"deep_limit\": 8463\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "3c18313d-10d0-43ef-b506-5a67f78dc2a9",
          "name": "Create Report",
          "request": {
            "name": "Create Report",
            "description": {
              "content": "Create and enqueue a new research report.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "v1",
                "research"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"question\": \"string\",\n  \"depth\": \"standard\",\n  \"region\": \"all\",\n  \"use_workspace_docs\": true,\n  \"document_ids\": [\n    \"5dc6b851-6a73-00a4-b067-14e8aab30fd7\",\n    \"02c043da-0ce3-96fe-f896-288d4cbedd70\"\n  ],\n  \"language\": \"auto\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "e6cc3b92-81ff-4d85-962c-2fba38f42de4",
              "name": "Successful Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "research"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"question\": \"string\",\n  \"depth\": \"standard\",\n  \"region\": \"all\",\n  \"use_workspace_docs\": true,\n  \"document_ids\": [\n    \"74083e60-5cff-aa07-8b3b-7c3004d31d51\",\n    \"d21901f1-5cb3-aa96-a47f-9d549ea1f55d\"\n  ],\n  \"language\": \"auto\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Accepted",
              "code": 202,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"key_0\": true\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "f10f410d-ee31-42aa-b7e2-9360adcc5cd7",
              "name": "Validation Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "research"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"question\": \"string\",\n  \"depth\": \"standard\",\n  \"region\": \"all\",\n  \"use_workspace_docs\": true,\n  \"document_ids\": [\n    \"74083e60-5cff-aa07-8b3b-7c3004d31d51\",\n    \"d21901f1-5cb3-aa96-a47f-9d549ea1f55d\"\n  ],\n  \"language\": \"auto\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"detail\": [\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    },\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "c2c7725f-e488-4eb2-adff-1bdbe65940d7",
          "name": "List Reports",
          "request": {
            "name": "List Reports",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "research"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "key": "scope",
                  "value": "mine"
                },
                {
                  "disabled": false,
                  "key": "q",
                  "value": ""
                },
                {
                  "disabled": false,
                  "key": "page",
                  "value": "1"
                },
                {
                  "disabled": false,
                  "key": "per_page",
                  "value": "20"
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "fbf33013-031c-4d5d-8da2-389c7f2c124b",
              "name": "Successful Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "research"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "scope",
                      "value": "mine"
                    },
                    {
                      "key": "q",
                      "value": ""
                    },
                    {
                      "key": "page",
                      "value": "1"
                    },
                    {
                      "key": "per_page",
                      "value": "20"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"key_0\": 6814,\n  \"key_1\": false,\n  \"key_2\": true\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "23023ff5-3b8b-4e77-a9f5-397da8ccb0d1",
              "name": "Validation Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "research"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "scope",
                      "value": "mine"
                    },
                    {
                      "key": "q",
                      "value": ""
                    },
                    {
                      "key": "page",
                      "value": "1"
                    },
                    {
                      "key": "per_page",
                      "value": "20"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"detail\": [\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    },\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "bc33cf00-b6dc-493d-adc3-7641feb72450",
          "name": "Get Report",
          "request": {
            "name": "Get Report",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "research",
                ":report_id"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "463b3f39-bbfd-c97a-faaa-522e168e519a",
                  "key": "report_id",
                  "description": "(Required) "
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "ce62f2c8-1c77-42e5-a156-ebd0d54e4291",
              "name": "Successful Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "research",
                    ":report_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "463b3f39-bbfd-c97a-faaa-522e168e519a",
                      "key": "report_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"key_0\": 4723.864380151239\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "121e4a8c-bc4c-4296-a4cb-73b019924c2a",
              "name": "Validation Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "research",
                    ":report_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "463b3f39-bbfd-c97a-faaa-522e168e519a",
                      "key": "report_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"detail\": [\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    },\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "6da7d03d-a856-492d-a0ad-f19341b6311b",
          "name": "Delete Report",
          "request": {
            "name": "Delete Report",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "research",
                ":report_id"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "463b3f39-bbfd-c97a-faaa-522e168e519a",
                  "key": "report_id",
                  "description": "(Required) "
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "DELETE",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "4508cbe5-6f54-4804-9faf-dd85cb039091",
              "name": "Successful Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "research",
                    ":report_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "463b3f39-bbfd-c97a-faaa-522e168e519a",
                      "key": "report_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"key_0\": 2525,\n  \"key_1\": 6388\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "b6c7917a-a1b0-4e3e-a6d3-e5eed08f1a5d",
              "name": "Validation Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "research",
                    ":report_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "463b3f39-bbfd-c97a-faaa-522e168e519a",
                      "key": "report_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"detail\": [\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    },\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "ed24229d-6099-4931-b1cc-385f5783f808",
          "name": "Stream Report",
          "request": {
            "name": "Stream Report",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "research",
                ":report_id",
                "stream"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "463b3f39-bbfd-c97a-faaa-522e168e519a",
                  "key": "report_id",
                  "description": "(Required) "
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "7f87b1b2-f01d-4a4f-8662-c1f2d4cda829",
              "name": "Successful Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "research",
                    ":report_id",
                    "stream"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "463b3f39-bbfd-c97a-faaa-522e168e519a",
                      "key": "report_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "e71f3e12-b6a5-466b-90df-b6f2ceb45299",
              "name": "Validation Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "research",
                    ":report_id",
                    "stream"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "463b3f39-bbfd-c97a-faaa-522e168e519a",
                      "key": "report_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"detail\": [\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    },\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "1e3d98b2-f062-4dc5-9149-86cce4d6baeb",
          "name": "Cancel Report",
          "request": {
            "name": "Cancel Report",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "research",
                ":report_id",
                "cancel"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "463b3f39-bbfd-c97a-faaa-522e168e519a",
                  "key": "report_id",
                  "description": "(Required) "
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "11a08a4f-b0e0-492c-87d3-743be87450fe",
              "name": "Successful Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "research",
                    ":report_id",
                    "cancel"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "463b3f39-bbfd-c97a-faaa-522e168e519a",
                      "key": "report_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"key_0\": 3209.8121178397787,\n  \"key_1\": \"string\",\n  \"key_2\": true,\n  \"key_3\": \"string\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "89de3a1f-67cd-4984-8d70-90ad3387a6b0",
              "name": "Validation Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "research",
                    ":report_id",
                    "cancel"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "463b3f39-bbfd-c97a-faaa-522e168e519a",
                      "key": "report_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {}
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"detail\": [\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    },\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "763fe144-0c21-4205-bd3b-512d0bd79a08",
          "name": "Rerun Report",
          "request": {
            "name": "Rerun Report",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "research",
                ":report_id",
                "rerun"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "463b3f39-bbfd-c97a-faaa-522e168e519a",
                  "key": "report_id",
                  "description": "(Required) "
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "8e0262b5-b51b-4504-aec4-35a5de91fdae",
              "name": "Successful Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "research",
                    ":report_id",
                    "rerun"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "463b3f39-bbfd-c97a-faaa-522e168e519a",
                      "key": "report_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {}
              },
              "status": "Accepted",
              "code": 202,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"key_0\": 7651,\n  \"key_1\": 458.5435555179296\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "516aa037-f651-4c71-8353-84e5bb81f88f",
              "name": "Validation Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "research",
                    ":report_id",
                    "rerun"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "463b3f39-bbfd-c97a-faaa-522e168e519a",
                      "key": "report_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {}
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"detail\": [\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    },\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "bf591fa4-b338-4ec1-8d87-24d56c716546",
          "name": "Export Report",
          "request": {
            "name": "Export Report",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "research",
                ":report_id",
                "export"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "key": "format",
                  "value": "md"
                }
              ],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "463b3f39-bbfd-c97a-faaa-522e168e519a",
                  "key": "report_id",
                  "description": "(Required) "
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "4219d3e6-2a4a-4098-be9d-f75aaa854bcf",
              "name": "Successful Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "research",
                    ":report_id",
                    "export"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "format",
                      "value": "md"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "463b3f39-bbfd-c97a-faaa-522e168e519a",
                      "key": "report_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "b0abdc6f-2d64-404c-93ff-9ec443c69227",
              "name": "Validation Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "research",
                    ":report_id",
                    "export"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "format",
                      "value": "md"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "463b3f39-bbfd-c97a-faaa-522e168e519a",
                      "key": "report_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"detail\": [\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    },\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "36862ffb-ff40-4733-8e4a-804d68e23c40",
          "name": "Share Report",
          "request": {
            "name": "Share Report",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "research",
                ":report_id",
                "share"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "463b3f39-bbfd-c97a-faaa-522e168e519a",
                  "key": "report_id",
                  "description": "(Required) "
                }
              ]
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"user_email\": \"string\",\n  \"role\": \"viewer\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "8a08eff4-5e47-4cec-a257-c7dbce95e9f7",
              "name": "Successful Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "research",
                    ":report_id",
                    "share"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "463b3f39-bbfd-c97a-faaa-522e168e519a",
                      "key": "report_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"user_email\": \"string\",\n  \"role\": \"viewer\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"key_0\": 1969\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "ce8b2dcf-a590-4c69-90d9-2687a2e498f4",
              "name": "Validation Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "research",
                    ":report_id",
                    "share"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "463b3f39-bbfd-c97a-faaa-522e168e519a",
                      "key": "report_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"user_email\": \"string\",\n  \"role\": \"viewer\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"detail\": [\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    },\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "5051cc78-b96d-46a3-9808-c2712ea58b0e",
          "name": "Revoke Share",
          "request": {
            "name": "Revoke Share",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "research",
                ":report_id",
                "share",
                ":grant_id"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "463b3f39-bbfd-c97a-faaa-522e168e519a",
                  "key": "report_id",
                  "description": "(Required) "
                },
                {
                  "disabled": false,
                  "type": "any",
                  "value": "fbd62d4d-dea0-7880-09c6-150a91b300f0",
                  "key": "grant_id",
                  "description": "(Required) "
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "DELETE",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "31fc8263-4bdf-412a-802f-f0709345e1a0",
              "name": "Successful Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "research",
                    ":report_id",
                    "share",
                    ":grant_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "463b3f39-bbfd-c97a-faaa-522e168e519a",
                      "key": "report_id",
                      "description": "(Required) "
                    },
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "fbd62d4d-dea0-7880-09c6-150a91b300f0",
                      "key": "grant_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"key_0\": \"string\",\n  \"key_1\": 7942\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "aae13ac6-f882-43eb-b7f0-9e8379e7aa4d",
              "name": "Validation Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "research",
                    ":report_id",
                    "share",
                    ":grant_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "463b3f39-bbfd-c97a-faaa-522e168e519a",
                      "key": "report_id",
                      "description": "(Required) "
                    },
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "fbd62d4d-dea0-7880-09c6-150a91b300f0",
                      "key": "grant_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"detail\": [\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    },\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "be78a41d-c441-43ab-8183-70d515499125",
          "name": "Get Status",
          "request": {
            "name": "Get Status",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "research",
                ":job_id",
                "status"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "fc261590-ba2f-8d93-537b-e9b90471e716",
                  "key": "job_id",
                  "description": "(Required) "
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "28f1cf6f-caf9-4952-b389-a29a0dd1b811",
              "name": "Successful Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "research",
                    ":job_id",
                    "status"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "fc261590-ba2f-8d93-537b-e9b90471e716",
                      "key": "job_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"job_id\": \"39cd2f31-186a-c516-52e9-c4dd466b9ed6\",\n  \"status\": \"string\",\n  \"sources_found\": 3483,\n  \"sources_used\": 9848,\n  \"error_message\": \"string\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "d92ba44a-ad40-41c9-95dc-7d5a6daf11e5",
              "name": "Validation Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "research",
                    ":job_id",
                    "status"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "fc261590-ba2f-8d93-537b-e9b90471e716",
                      "key": "job_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"detail\": [\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    },\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "75f5c109-1d6d-4af2-a926-e12001803e64",
          "name": "Get Result",
          "request": {
            "name": "Get Result",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "research",
                ":job_id",
                "result"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "fc261590-ba2f-8d93-537b-e9b90471e716",
                  "key": "job_id",
                  "description": "(Required) "
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "e744bb8a-b8ef-45d6-9713-cff13f587140",
              "name": "Successful Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "research",
                    ":job_id",
                    "result"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "fc261590-ba2f-8d93-537b-e9b90471e716",
                      "key": "job_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"job_id\": \"47b08867-504c-3a64-65aa-098ee81df022\",\n  \"status\": \"string\",\n  \"result_markdown\": \"string\",\n  \"result_summary\": \"string\",\n  \"sources_used\": 9293,\n  \"credits_used\": \"string\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "35b54ec0-c84e-47bc-954f-feb78dd987b7",
              "name": "Validation Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "research",
                    ":job_id",
                    "result"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "fc261590-ba2f-8d93-537b-e9b90471e716",
                      "key": "job_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"detail\": [\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    },\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ],
      "event": []
    },
    {
      "id": "3b1980cd-6d5a-4413-be3f-f0f932c1e8d3",
      "name": "images",
      "description": {
        "content": "",
        "type": "text/plain"
      },
      "item": [
        {
          "id": "504293bc-9411-40b9-9247-abd8ae9d866e",
          "name": "Generate Image",
          "request": {
            "name": "Generate Image",
            "description": {
              "content": "Generate an image using DALL-E 3 or gpt-image-1.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "v1",
                "images",
                "generate"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"prompt\": \"string\",\n  \"size\": \"1024x1024\",\n  \"quality\": \"standard\",\n  \"model\": \"dall-e-3\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "4ce3aa98-058d-40b4-aafd-26c4e983a6d7",
              "name": "Successful Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "images",
                    "generate"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"prompt\": \"string\",\n  \"size\": \"1024x1024\",\n  \"quality\": \"standard\",\n  \"model\": \"dall-e-3\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"id\": \"string\",\n  \"url\": \"string\",\n  \"b64_json\": \"string\",\n  \"prompt\": \"string\",\n  \"model\": \"string\",\n  \"size\": \"string\",\n  \"quality\": \"string\",\n  \"cost_eur\": 4236.9959266317055\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "212cd20f-1b71-4f6a-a5d4-44fb3e3872d9",
              "name": "Validation Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "images",
                    "generate"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"prompt\": \"string\",\n  \"size\": \"1024x1024\",\n  \"quality\": \"standard\",\n  \"model\": \"dall-e-3\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"detail\": [\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    },\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ],
      "event": []
    },
    {
      "id": "7b2e554a-3e5b-4149-87f2-5104ba35c9c3",
      "name": "voice",
      "description": {
        "content": "",
        "type": "text/plain"
      },
      "item": [
        {
          "id": "0a8eb552-c11d-4631-86d7-94f38f41b41c",
          "name": "Synthesize",
          "request": {
            "name": "Synthesize",
            "description": {
              "content": "Stream TTS audio from ElevenLabs as audio/mpeg.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "v1",
                "voice",
                "synthesize"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"text\": \"string\",\n  \"voice_id\": \"21m00Tcm4TlvDq8ikWAM\",\n  \"model_id\": \"eleven_multilingual_v2\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "8ef2fe1a-287f-469e-bbd0-bfde4b8aba77",
              "name": "Successful Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "voice",
                    "synthesize"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"text\": \"string\",\n  \"voice_id\": \"21m00Tcm4TlvDq8ikWAM\",\n  \"model_id\": \"eleven_multilingual_v2\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "42250b5e-62f1-4bf0-866a-cc45a3df4ebf",
              "name": "Validation Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "voice",
                    "synthesize"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"text\": \"string\",\n  \"voice_id\": \"21m00Tcm4TlvDq8ikWAM\",\n  \"model_id\": \"eleven_multilingual_v2\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"detail\": [\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    },\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "964e4cfe-039a-4795-ad98-61ab5027d0a8",
          "name": "Transcribe",
          "request": {
            "name": "Transcribe",
            "description": {
              "content": "Transcribe audio using OpenAI Whisper.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "v1",
                "voice",
                "transcribe"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "multipart/form-data"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            },
            "body": {
              "mode": "formdata",
              "formdata": [
                {
                  "key": "file",
                  "type": "file",
                  "description": "(Required) "
                }
              ]
            }
          },
          "response": [
            {
              "id": "21e5d742-2c03-488a-b0dd-bfb0b53dc058",
              "name": "Successful Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "voice",
                    "transcribe"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "formdata",
                  "formdata": [
                    {
                      "description": {
                        "content": "(Required) ",
                        "type": "text/plain"
                      },
                      "key": "file",
                      "type": "file"
                    }
                  ]
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"text\": \"string\",\n  \"language\": \"string\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "eecefd7b-4774-413e-9b83-db9dc605a301",
              "name": "Validation Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "voice",
                    "transcribe"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "formdata",
                  "formdata": [
                    {
                      "description": {
                        "content": "(Required) ",
                        "type": "text/plain"
                      },
                      "key": "file",
                      "type": "file"
                    }
                  ]
                }
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"detail\": [\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    },\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ],
      "event": []
    },
    {
      "id": "2ff3fb7b-ff92-4621-9e7c-cc07a881d617",
      "name": "code",
      "description": {
        "content": "",
        "type": "text/plain"
      },
      "item": [
        {
          "id": "eed4f13e-139c-47ac-9714-1c34165f58f9",
          "name": "Execute Code",
          "request": {
            "name": "Execute Code",
            "description": {
              "content": "Execute Python code in a Docker sandbox and return results.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "v1",
                "code",
                "execute"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"code\": \"string\",\n  \"language\": \"python\",\n  \"timeout\": 30\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "2e6576f0-0417-477d-9f50-8bc64b64069a",
              "name": "Successful Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "code",
                    "execute"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"code\": \"string\",\n  \"language\": \"python\",\n  \"timeout\": 30\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"stdout\": \"string\",\n  \"stderr\": \"string\",\n  \"exit_code\": 730,\n  \"images\": [\n    \"string\",\n    \"string\"\n  ],\n  \"duration_ms\": 1300\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "7c1b1c93-30fd-4bcf-b3da-5e571ebfb3c5",
              "name": "Validation Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "code",
                    "execute"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"code\": \"string\",\n  \"language\": \"python\",\n  \"timeout\": 30\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"detail\": [\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    },\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ],
      "event": []
    },
    {
      "id": "9203c130-251d-4498-a40c-a069ed06c58d",
      "name": "me",
      "description": {
        "content": "",
        "type": "text/plain"
      },
      "item": [
        {
          "id": "31096143-f232-4129-be20-1b7424bdfa7b",
          "name": "Get Profile",
          "request": {
            "name": "Get Profile",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "me",
                "profile"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "497539c4-9bb9-4051-9299-d4f4c3943c88",
              "name": "Successful Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "me",
                    "profile"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"key_0\": 3129.0608345986625,\n  \"key_1\": 8697.49095824542\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "4fe63dbf-b514-4ea6-bec9-fee9cd535642",
          "name": "Update Profile",
          "request": {
            "name": "Update Profile",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "me",
                "profile"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "PATCH",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"name\": \"string\",\n  \"locale\": \"string\",\n  \"timezone\": \"string\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "1d768aa0-d074-41a7-93a9-84ced998b187",
              "name": "Successful Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "me",
                    "profile"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"string\",\n  \"locale\": \"string\",\n  \"timezone\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"key_0\": \"string\",\n  \"key_1\": \"string\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "50b477de-dcd0-4e0d-ad52-4ab6e1e3eb8e",
              "name": "Validation Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "me",
                    "profile"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"string\",\n  \"locale\": \"string\",\n  \"timezone\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"detail\": [\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    },\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "bef6f083-a1d2-41cf-b9fe-4d1f6e2a21a6",
          "name": "Upload Avatar",
          "request": {
            "name": "Upload Avatar",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "me",
                "avatar"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "multipart/form-data"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            },
            "body": {
              "mode": "formdata",
              "formdata": [
                {
                  "key": "file",
                  "type": "file",
                  "description": "(Required) "
                }
              ]
            }
          },
          "response": [
            {
              "id": "9fcf6547-baa5-420c-8dfd-fe61c2aa46ad",
              "name": "Successful Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "me",
                    "avatar"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "formdata",
                  "formdata": [
                    {
                      "description": {
                        "content": "(Required) ",
                        "type": "text/plain"
                      },
                      "key": "file",
                      "type": "file"
                    }
                  ]
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"key_0\": 6394\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "8a579280-454a-44c8-8dda-c57302f1eab9",
              "name": "Validation Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "me",
                    "avatar"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "formdata",
                  "formdata": [
                    {
                      "description": {
                        "content": "(Required) ",
                        "type": "text/plain"
                      },
                      "key": "file",
                      "type": "file"
                    }
                  ]
                }
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"detail\": [\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    },\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "57dd5118-5c5d-44c1-a2ef-a3295803e8cb",
          "name": "Delete Avatar",
          "request": {
            "name": "Delete Avatar",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "me",
                "avatar"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "DELETE",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "8dab9ae5-4721-4d75-8e26-0312c76c12ec",
              "name": "Successful Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "me",
                    "avatar"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"key_0\": 1403\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "fc49fef9-9b64-43cb-80b1-4934922a1e47",
          "name": "Email Start Change",
          "request": {
            "name": "Email Start Change",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "me",
                "email",
                "start-change"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"new_email\": \"cnUI@jvJeWhfiacF.an\",\n  \"current_password\": \"string\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "e6a00e62-2996-45c8-9969-9ec44ff9062c",
              "name": "Successful Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "me",
                    "email",
                    "start-change"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"new_email\": \"cnUI@jvJeWhfiacF.an\",\n  \"current_password\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"key_0\": false\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "33016b5f-a9e4-4fbb-8791-30a53e80cb84",
              "name": "Validation Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "me",
                    "email",
                    "start-change"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"new_email\": \"cnUI@jvJeWhfiacF.an\",\n  \"current_password\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"detail\": [\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    },\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "e1d5de69-d31a-4dfb-8db9-883ea512581d",
          "name": "Email Confirm",
          "request": {
            "name": "Email Confirm",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "me",
                "email",
                "confirm"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"token\": \"string\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "2d035849-d729-48b9-a837-693ba392de8b",
              "name": "Successful Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "me",
                    "email",
                    "confirm"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"token\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"key_0\": true\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "df252096-37cd-4083-8eb4-b9145e31b381",
              "name": "Validation Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "me",
                    "email",
                    "confirm"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"token\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"detail\": [\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    },\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "4e166bfb-0646-48a6-84a9-b4d7b4344a86",
          "name": "Change Password",
          "request": {
            "name": "Change Password",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "me",
                "password"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"current_password\": \"string\",\n  \"new_password\": \"string\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "a28363f7-9ec4-4d85-b183-952027d35ade",
              "name": "Successful Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "me",
                    "password"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"current_password\": \"string\",\n  \"new_password\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"key_0\": true\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "340e9f0e-785b-4025-8908-d89ccb97889c",
              "name": "Validation Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "me",
                    "password"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"current_password\": \"string\",\n  \"new_password\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"detail\": [\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    },\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "2de623de-d9ae-4891-b37a-81347d440b29",
          "name": "List Sessions",
          "request": {
            "name": "List Sessions",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "me",
                "sessions"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "968cea03-4260-4797-96ad-9501cca9ee6b",
              "name": "Successful Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "me",
                    "sessions"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "[\n  {\n    \"key_0\": false\n  },\n  {\n    \"key_0\": 4787.1119503053405,\n    \"key_1\": false,\n    \"key_2\": 4229\n  }\n]",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "951d4448-7530-4c21-bbe0-c62fd34f227b",
          "name": "Revoke All Sessions",
          "request": {
            "name": "Revoke All Sessions",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "me",
                "sessions"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "DELETE",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "cb94d794-737e-4fd1-a1a2-8bc9e2e849bb",
              "name": "Successful Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "me",
                    "sessions"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"key_0\": \"string\",\n  \"key_1\": false,\n  \"key_2\": \"string\",\n  \"key_3\": \"string\",\n  \"key_4\": 86.89561832456283\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "5c72db22-d8ba-432a-a272-4b635f07a7a7",
          "name": "Revoke Session",
          "request": {
            "name": "Revoke Session",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "me",
                "sessions",
                ":session_id"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "440ec7eb-c18a-26d5-9480-3b4622f4a770",
                  "key": "session_id",
                  "description": "(Required) "
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "DELETE",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "eb76abab-b528-413a-8954-055ef04392fb",
              "name": "Successful Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "me",
                    "sessions",
                    ":session_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "440ec7eb-c18a-26d5-9480-3b4622f4a770",
                      "key": "session_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"key_0\": \"string\",\n  \"key_1\": true\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "01d41044-ff10-4268-8ef3-9a88e82bfcec",
              "name": "Validation Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "me",
                    "sessions",
                    ":session_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "440ec7eb-c18a-26d5-9480-3b4622f4a770",
                      "key": "session_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"detail\": [\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    },\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "363e1e6e-64a6-4d66-a073-f779b618d8dd",
          "name": "List Login Attempts",
          "request": {
            "name": "List Login Attempts",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "me",
                "login-attempts"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "key": "limit",
                  "value": "30"
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "22bc80ba-51b6-41c7-82da-af9bfbaeffaf",
              "name": "Successful Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "me",
                    "login-attempts"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "limit",
                      "value": "30"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "[\n  {\n    \"key_0\": false,\n    \"key_1\": 1005,\n    \"key_2\": 9995\n  },\n  {\n    \"key_0\": 7154,\n    \"key_1\": false\n  }\n]",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "207399eb-6b84-4515-878e-5b62f5dd0a7a",
              "name": "Validation Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "me",
                    "login-attempts"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "limit",
                      "value": "30"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"detail\": [\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    },\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "a5aad511-afee-4356-8ad9-815a0f60f3a7",
          "name": "Mfa Status",
          "request": {
            "name": "Mfa Status",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "me",
                "mfa",
                "status"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "252b9b2b-e27c-49c8-851e-e052f6ce2074",
              "name": "Successful Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "me",
                    "mfa",
                    "status"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"key_0\": false,\n  \"key_1\": 7042.183491175453\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "902612cc-8b90-4818-a04f-d22b89f5dcc6",
          "name": "Get Notification Prefs",
          "request": {
            "name": "Get Notification Prefs",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "me",
                "notifications",
                "preferences"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "dd191f8a-f124-4895-8c1a-f95f55994724",
              "name": "Successful Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "me",
                    "notifications",
                    "preferences"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"key_0\": true\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "8272968e-8f6b-4419-92db-60d6b7fae8a8",
          "name": "Update Notification Prefs",
          "request": {
            "name": "Update Notification Prefs",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "me",
                "notifications",
                "preferences"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "PUT",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"key_0\": 6722.838506471254,\n  \"key_1\": false\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "f9165be7-5122-40c6-a879-22daa62eb6fb",
              "name": "Successful Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "me",
                    "notifications",
                    "preferences"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"key_0\": 6722.838506471254,\n  \"key_1\": false\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"key_0\": 6598,\n  \"key_1\": 7146.061672004844\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "a7978730-e8f6-451b-a59e-a7e692a6005e",
              "name": "Validation Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "me",
                    "notifications",
                    "preferences"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"key_0\": 6722.838506471254,\n  \"key_1\": false\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"detail\": [\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    },\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "3f7ef9ef-edac-4d9a-82d4-3f594f05db1f",
          "name": "Get Workspace",
          "request": {
            "name": "Get Workspace",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "me",
                "workspace"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "fa81ff64-7a3a-4ad0-a300-38f9e1f1a7b3",
              "name": "Successful Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "me",
                    "workspace"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"key_0\": \"string\",\n  \"key_1\": 3804,\n  \"key_2\": false\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "9ad54a7f-bae9-4cbb-b873-67839e875e42",
          "name": "Request Data Export",
          "request": {
            "name": "Request Data Export",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "me",
                "data-export",
                "request"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "cdde96b8-2140-41dd-8561-70a3ac03f5c7",
              "name": "Successful Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "me",
                    "data-export",
                    "request"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {}
              },
              "status": "Accepted",
              "code": 202,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"key_0\": \"string\",\n  \"key_1\": 8705\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "a94fc524-f1ff-46cf-8b61-08eddc2d586d",
          "name": "Get Latest Data Export",
          "request": {
            "name": "Get Latest Data Export",
            "description": {
              "content": "Return the most recent export job for the user, or null if none.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "v1",
                "me",
                "data-export",
                "latest"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "229e2fe4-af24-4cb6-95c8-efa5c3b6cb5a",
              "name": "Successful Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "me",
                    "data-export",
                    "latest"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"key_0\": 8642,\n  \"key_1\": \"string\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "8c9ef176-978d-4eb3-a8a8-d34f4d89b33a",
          "name": "Get Data Export Status",
          "request": {
            "name": "Get Data Export Status",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "me",
                "data-export",
                ":job_id"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "fc261590-ba2f-8d93-537b-e9b90471e716",
                  "key": "job_id",
                  "description": "(Required) "
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "4cc1272c-0b58-4acc-8463-552456bd750b",
              "name": "Successful Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "me",
                    "data-export",
                    ":job_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "fc261590-ba2f-8d93-537b-e9b90471e716",
                      "key": "job_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"key_0\": 2456\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "d8412fd3-49b6-4b41-9763-9b1ac193b6ac",
              "name": "Validation Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "me",
                    "data-export",
                    ":job_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "fc261590-ba2f-8d93-537b-e9b90471e716",
                      "key": "job_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"detail\": [\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    },\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "1761e51d-4f37-42b8-a8e8-6e4b5469eb8f",
          "name": "Download Data Export",
          "request": {
            "name": "Download Data Export",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "me",
                "data-export",
                ":job_id",
                "download"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "key": "token",
                  "value": "string",
                  "description": "(Required) "
                }
              ],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "fc261590-ba2f-8d93-537b-e9b90471e716",
                  "key": "job_id",
                  "description": "(Required) "
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "789541c6-7782-4670-ad03-635dcb999ea1",
              "name": "Successful Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "me",
                    "data-export",
                    ":job_id",
                    "download"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "token",
                      "value": "string"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "fc261590-ba2f-8d93-537b-e9b90471e716",
                      "key": "job_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "4fd95bd9-2888-4003-8042-2bdda97d7a53",
              "name": "Validation Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "me",
                    "data-export",
                    ":job_id",
                    "download"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "token",
                      "value": "string"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "fc261590-ba2f-8d93-537b-e9b90471e716",
                      "key": "job_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"detail\": [\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    },\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "cd997933-ee20-48a6-8062-f819d61d74a0",
          "name": "Request Account Deletion",
          "request": {
            "name": "Request Account Deletion",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "me",
                "account",
                "delete-request"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"current_password\": \"string\",\n  \"confirmation_phrase\": \"string\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "8beb6185-41a3-4421-9536-deb6aad793fe",
              "name": "Successful Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "me",
                    "account",
                    "delete-request"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"current_password\": \"string\",\n  \"confirmation_phrase\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"key_0\": 6767.790192360492,\n  \"key_1\": \"string\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "52328712-ab30-4539-b3a5-6cd3629f5b77",
              "name": "Validation Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "me",
                    "account",
                    "delete-request"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"current_password\": \"string\",\n  \"confirmation_phrase\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"detail\": [\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    },\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "f8cc5f07-4654-45b7-a3e6-2cd26660c92d",
          "name": "Cancel Account Deletion",
          "request": {
            "name": "Cancel Account Deletion",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "me",
                "account",
                "delete-cancel"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"token\": \"string\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "12b67330-5ac0-44bd-85cc-0323c3e32ae8",
              "name": "Successful Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "me",
                    "account",
                    "delete-cancel"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"token\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"key_0\": 2499.0192237775323,\n  \"key_1\": 1100.1682749550778,\n  \"key_2\": 3298\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "ce2e29dd-88f9-48ab-b376-30f6232a1594",
              "name": "Validation Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "me",
                    "account",
                    "delete-cancel"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"token\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"detail\": [\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    },\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "bc67a149-52b2-4a0c-bff4-e55864d6e010",
          "name": "Get Cookie Prefs",
          "request": {
            "name": "Get Cookie Prefs",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "me",
                "cookies"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "3938db4d-789f-4656-a38c-8eb91acb6601",
              "name": "Successful Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "me",
                    "cookies"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"key_0\": 8542.400782928953\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "e6dcb4aa-1594-4c51-8e41-37a484e6dd85",
          "name": "Update Cookie Prefs",
          "request": {
            "name": "Update Cookie Prefs",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "me",
                "cookies"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "PUT",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"necessary\": true,\n  \"analytics\": false,\n  \"marketing\": false\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "99d9eda5-2bcf-4cd0-9519-3eeee0c604eb",
              "name": "Successful Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "me",
                    "cookies"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"necessary\": true,\n  \"analytics\": false,\n  \"marketing\": false\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"key_0\": \"string\",\n  \"key_1\": false,\n  \"key_2\": 1279.3385667080925\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "43287b2a-5e84-4288-ae49-93e0e3980bfe",
              "name": "Validation Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "me",
                    "cookies"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"necessary\": true,\n  \"analytics\": false,\n  \"marketing\": false\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"detail\": [\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    },\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "cdd59194-9f8b-4c60-b7f0-d204280d9d51",
          "name": "Submit Feedback",
          "request": {
            "name": "Submit Feedback",
            "description": {
              "content": "Store user feedback and forward to feedback inbox.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "v1",
                "me",
                "feedback"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"message\": \"string\",\n  \"email_optional\": \"string\",\n  \"page_url\": \"string\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "9402e964-8f08-4384-999a-66dfdd418afb",
              "name": "Successful Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "me",
                    "feedback"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"message\": \"string\",\n  \"email_optional\": \"string\",\n  \"page_url\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"key_0\": true\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "6bf91c99-cafc-419a-9869-dcc522c353ca",
              "name": "Validation Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "me",
                    "feedback"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"message\": \"string\",\n  \"email_optional\": \"string\",\n  \"page_url\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"detail\": [\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    },\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ],
      "event": []
    },
    {
      "id": "59050303-8a71-457c-8566-06bc1e4f5ea0",
      "name": "docs",
      "description": {
        "content": "",
        "type": "text/plain"
      },
      "item": [
        {
          "id": "d5c5e0df-3764-431d-a14b-16c4abbd6423",
          "name": "Submit Docs Feedback",
          "request": {
            "name": "Submit Docs Feedback",
            "description": {
              "content": "Accept anonymous feedback from the public docs site.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "v1",
                "docs-feedback"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "auth": null,
            "body": {
              "mode": "raw",
              "raw": "{\n  \"message\": \"string\",\n  \"page_url\": \"string\",\n  \"source\": \"docs\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "b2ef6dd0-811d-48c8-8deb-199492af0e0d",
              "name": "Successful Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "docs-feedback"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"message\": \"string\",\n  \"page_url\": \"string\",\n  \"source\": \"docs\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"key_0\": 1333.9402582453763\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "9d696ec7-3ce0-4539-9df0-1f25f05c6ed6",
              "name": "Validation Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "docs-feedback"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"message\": \"string\",\n  \"page_url\": \"string\",\n  \"source\": \"docs\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"detail\": [\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    },\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ],
      "event": []
    },
    {
      "id": "bc4fc6ef-c938-4032-87c8-84b383e1dddd",
      "name": "bulk",
      "description": {
        "content": "",
        "type": "text/plain"
      },
      "item": [
        {
          "id": "2e206f29-ac8c-4215-80c5-26709a61e751",
          "name": "Upload File",
          "request": {
            "name": "Upload File",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "bulk",
                "upload"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "multipart/form-data"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            },
            "body": {
              "mode": "formdata",
              "formdata": [
                {
                  "key": "file",
                  "type": "file",
                  "description": "(Required) "
                }
              ]
            }
          },
          "response": [
            {
              "id": "23d9ca46-ce45-4cbd-b580-7dd3932c41cc",
              "name": "Successful Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "bulk",
                    "upload"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "formdata",
                  "formdata": [
                    {
                      "description": {
                        "content": "(Required) ",
                        "type": "text/plain"
                      },
                      "key": "file",
                      "type": "file"
                    }
                  ]
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"key_0\": false,\n  \"key_1\": 3023,\n  \"key_2\": \"string\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "289c074d-71eb-4d47-ab24-ad8ac8f5bb72",
              "name": "Validation Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "bulk",
                    "upload"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "formdata",
                  "formdata": [
                    {
                      "description": {
                        "content": "(Required) ",
                        "type": "text/plain"
                      },
                      "key": "file",
                      "type": "file"
                    }
                  ]
                }
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"detail\": [\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    },\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "0d0add0c-7379-4c13-bbcc-45ab00504496",
          "name": "Create Job",
          "request": {
            "name": "Create Job",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "bulk",
                "jobs"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"name\": \"string\",\n  \"operation\": \"translate\",\n  \"upload_id\": \"string\",\n  \"paste_data\": \"string\",\n  \"config\": {\n    \"key_0\": 217\n  },\n  \"parallelism\": 5,\n  \"visibility\": \"private\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "86c9813d-71e8-4adf-81f3-580ecefd9a7d",
              "name": "Successful Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "bulk",
                    "jobs"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"string\",\n  \"operation\": \"translate\",\n  \"upload_id\": \"string\",\n  \"paste_data\": \"string\",\n  \"config\": {\n    \"key_0\": 217\n  },\n  \"parallelism\": 5,\n  \"visibility\": \"private\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Created",
              "code": 201,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"key_0\": 5024\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "7e8eccef-bfcc-4405-ac39-d4992db8767d",
              "name": "Validation Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "bulk",
                    "jobs"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"string\",\n  \"operation\": \"translate\",\n  \"upload_id\": \"string\",\n  \"paste_data\": \"string\",\n  \"config\": {\n    \"key_0\": 217\n  },\n  \"parallelism\": 5,\n  \"visibility\": \"private\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"detail\": [\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    },\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "3e4e99f2-f9d6-4926-b360-f7a2e234eac9",
          "name": "List Jobs",
          "request": {
            "name": "List Jobs",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "bulk",
                "jobs"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "key": "scope",
                  "value": "mine"
                },
                {
                  "disabled": false,
                  "key": "status",
                  "value": ""
                },
                {
                  "disabled": false,
                  "key": "q",
                  "value": ""
                },
                {
                  "disabled": false,
                  "key": "page",
                  "value": "1"
                },
                {
                  "disabled": false,
                  "key": "page_size",
                  "value": "50"
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "918b5cf2-f8f3-4ed2-9920-9334b8a6be78",
              "name": "Successful Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "bulk",
                    "jobs"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "scope",
                      "value": "mine"
                    },
                    {
                      "key": "status",
                      "value": ""
                    },
                    {
                      "key": "q",
                      "value": ""
                    },
                    {
                      "key": "page",
                      "value": "1"
                    },
                    {
                      "key": "page_size",
                      "value": "50"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"key_0\": 714.3134826312258\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "1f915e75-a790-4319-8c80-d0cea1a17040",
              "name": "Validation Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "bulk",
                    "jobs"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "scope",
                      "value": "mine"
                    },
                    {
                      "key": "status",
                      "value": ""
                    },
                    {
                      "key": "q",
                      "value": ""
                    },
                    {
                      "key": "page",
                      "value": "1"
                    },
                    {
                      "key": "page_size",
                      "value": "50"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"detail\": [\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    },\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "7280cb4d-ad9a-4762-97c2-c329831acf4c",
          "name": "Start Job",
          "request": {
            "name": "Start Job",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "bulk",
                "jobs",
                ":job_id",
                "start"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "fc261590-ba2f-8d93-537b-e9b90471e716",
                  "key": "job_id",
                  "description": "(Required) "
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "f9db53cf-a0ec-4ac6-ad3d-ac2b2e2719b5",
              "name": "Successful Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "bulk",
                    "jobs",
                    ":job_id",
                    "start"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "fc261590-ba2f-8d93-537b-e9b90471e716",
                      "key": "job_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"key_0\": 7874,\n  \"key_1\": false\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "c2d3bdc4-bfd3-40b7-8f01-adbb55b18ab1",
              "name": "Validation Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "bulk",
                    "jobs",
                    ":job_id",
                    "start"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "fc261590-ba2f-8d93-537b-e9b90471e716",
                      "key": "job_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {}
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"detail\": [\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    },\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "934aa692-cd8d-478d-9eae-ec9166cd337d",
          "name": "Get Job",
          "request": {
            "name": "Get Job",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "bulk",
                "jobs",
                ":job_id"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "fc261590-ba2f-8d93-537b-e9b90471e716",
                  "key": "job_id",
                  "description": "(Required) "
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "1c05e2b0-4535-4fe8-a768-d3e2d6a80d2c",
              "name": "Successful Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "bulk",
                    "jobs",
                    ":job_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "fc261590-ba2f-8d93-537b-e9b90471e716",
                      "key": "job_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"key_0\": 1408,\n  \"key_1\": false,\n  \"key_2\": true,\n  \"key_3\": false\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "a51a16b0-7660-4c74-a74f-f05bed6d32c0",
              "name": "Validation Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "bulk",
                    "jobs",
                    ":job_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "fc261590-ba2f-8d93-537b-e9b90471e716",
                      "key": "job_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"detail\": [\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    },\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "9ee35720-5e87-4dfb-96af-a4fdb1697ce8",
          "name": "Delete Job",
          "request": {
            "name": "Delete Job",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "bulk",
                "jobs",
                ":job_id"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "fc261590-ba2f-8d93-537b-e9b90471e716",
                  "key": "job_id",
                  "description": "(Required) "
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "DELETE",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "f545de5d-c459-4661-80ce-d83b64f78b83",
              "name": "Successful Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "bulk",
                    "jobs",
                    ":job_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "fc261590-ba2f-8d93-537b-e9b90471e716",
                      "key": "job_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"key_0\": 1630.8726738052926\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "0391115c-75c1-436e-a87b-9ff5b95bde7e",
              "name": "Validation Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "bulk",
                    "jobs",
                    ":job_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "fc261590-ba2f-8d93-537b-e9b90471e716",
                      "key": "job_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"detail\": [\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    },\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "d2807a53-0f36-4d6d-90ec-0d5629a96447",
          "name": "List Rows",
          "request": {
            "name": "List Rows",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "bulk",
                "jobs",
                ":job_id",
                "rows"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "key": "status",
                  "value": ""
                },
                {
                  "disabled": false,
                  "key": "page",
                  "value": "1"
                },
                {
                  "disabled": false,
                  "key": "page_size",
                  "value": "50"
                }
              ],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "fc261590-ba2f-8d93-537b-e9b90471e716",
                  "key": "job_id",
                  "description": "(Required) "
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "dc17e497-cd1a-4807-bbc2-e42fe1fac533",
              "name": "Successful Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "bulk",
                    "jobs",
                    ":job_id",
                    "rows"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "status",
                      "value": ""
                    },
                    {
                      "key": "page",
                      "value": "1"
                    },
                    {
                      "key": "page_size",
                      "value": "50"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "fc261590-ba2f-8d93-537b-e9b90471e716",
                      "key": "job_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"key_0\": false,\n  \"key_1\": 4209\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "179fdfd4-09ca-4ad1-8983-fdd5d7e92fe8",
              "name": "Validation Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "bulk",
                    "jobs",
                    ":job_id",
                    "rows"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "status",
                      "value": ""
                    },
                    {
                      "key": "page",
                      "value": "1"
                    },
                    {
                      "key": "page_size",
                      "value": "50"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "fc261590-ba2f-8d93-537b-e9b90471e716",
                      "key": "job_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"detail\": [\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    },\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "352333a5-4386-4090-9f8d-a66cc7bf4adf",
          "name": "Stream Job",
          "request": {
            "name": "Stream Job",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "bulk",
                "jobs",
                ":job_id",
                "stream"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "fc261590-ba2f-8d93-537b-e9b90471e716",
                  "key": "job_id",
                  "description": "(Required) "
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "d347687e-568e-4f89-aca0-090cd106d3f1",
              "name": "Successful Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "bulk",
                    "jobs",
                    ":job_id",
                    "stream"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "fc261590-ba2f-8d93-537b-e9b90471e716",
                      "key": "job_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "31e0d677-1aec-4380-bcf4-f65764941c50",
              "name": "Validation Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "bulk",
                    "jobs",
                    ":job_id",
                    "stream"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "fc261590-ba2f-8d93-537b-e9b90471e716",
                      "key": "job_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"detail\": [\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    },\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "a4a44c8d-7ccf-42ba-b1fc-292907848be6",
          "name": "Cancel Job",
          "request": {
            "name": "Cancel Job",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "bulk",
                "jobs",
                ":job_id",
                "cancel"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "fc261590-ba2f-8d93-537b-e9b90471e716",
                  "key": "job_id",
                  "description": "(Required) "
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "681a40b8-6e96-4789-a6ab-e9583f024072",
              "name": "Successful Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "bulk",
                    "jobs",
                    ":job_id",
                    "cancel"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "fc261590-ba2f-8d93-537b-e9b90471e716",
                      "key": "job_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"key_0\": true\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "0e849eaa-408a-4202-b93a-397f7b3589de",
              "name": "Validation Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "bulk",
                    "jobs",
                    ":job_id",
                    "cancel"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "fc261590-ba2f-8d93-537b-e9b90471e716",
                      "key": "job_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {}
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"detail\": [\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    },\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "5e45acee-97bc-4991-9669-f9d5ee862ded",
          "name": "Retry Failed",
          "request": {
            "name": "Retry Failed",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "bulk",
                "jobs",
                ":job_id",
                "retry-failed"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "fc261590-ba2f-8d93-537b-e9b90471e716",
                  "key": "job_id",
                  "description": "(Required) "
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "4e432b63-0464-4b83-aa96-750285a13fc8",
              "name": "Successful Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "bulk",
                    "jobs",
                    ":job_id",
                    "retry-failed"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "fc261590-ba2f-8d93-537b-e9b90471e716",
                      "key": "job_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"key_0\": \"string\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "c3f14bbb-2884-44d3-bbff-f09e7f8797da",
              "name": "Validation Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "bulk",
                    "jobs",
                    ":job_id",
                    "retry-failed"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "fc261590-ba2f-8d93-537b-e9b90471e716",
                      "key": "job_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {}
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"detail\": [\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    },\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "31b84a5e-eab4-416d-a1d5-5bba7bd89db2",
          "name": "Export Job",
          "request": {
            "name": "Export Job",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "bulk",
                "jobs",
                ":job_id",
                "export"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "key": "format",
                  "value": "xlsx"
                }
              ],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "fc261590-ba2f-8d93-537b-e9b90471e716",
                  "key": "job_id",
                  "description": "(Required) "
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "707174e9-b230-40b0-9d4d-640c6bf025cf",
              "name": "Successful Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "bulk",
                    "jobs",
                    ":job_id",
                    "export"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "format",
                      "value": "xlsx"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "fc261590-ba2f-8d93-537b-e9b90471e716",
                      "key": "job_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "a877c8ec-8003-4dcc-b80f-a396e91a0271",
              "name": "Validation Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "bulk",
                    "jobs",
                    ":job_id",
                    "export"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "format",
                      "value": "xlsx"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "fc261590-ba2f-8d93-537b-e9b90471e716",
                      "key": "job_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"detail\": [\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    },\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "8e23f4f3-4877-4ad7-b9a4-d9521c94b77d",
          "name": "Get Charts",
          "request": {
            "name": "Get Charts",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "bulk",
                "jobs",
                ":job_id",
                "charts"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "fc261590-ba2f-8d93-537b-e9b90471e716",
                  "key": "job_id",
                  "description": "(Required) "
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "2ea7d0cd-e4d5-4df3-b057-d4f6a125043b",
              "name": "Successful Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "bulk",
                    "jobs",
                    ":job_id",
                    "charts"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "fc261590-ba2f-8d93-537b-e9b90471e716",
                      "key": "job_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"key_0\": false,\n  \"key_1\": true,\n  \"key_2\": true\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "01b4ef9f-4d2b-41b0-a275-01605f63806c",
              "name": "Validation Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "bulk",
                    "jobs",
                    ":job_id",
                    "charts"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "fc261590-ba2f-8d93-537b-e9b90471e716",
                      "key": "job_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"detail\": [\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    },\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "4ecc9f2c-d81f-4340-859f-25604b9e67c3",
          "name": "Add Grant",
          "request": {
            "name": "Add Grant",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "bulk",
                "jobs",
                ":job_id",
                "grants"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "fc261590-ba2f-8d93-537b-e9b90471e716",
                  "key": "job_id",
                  "description": "(Required) "
                }
              ]
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"user_email\": \"string\",\n  \"role\": \"viewer\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "274e2e8d-8175-4c33-a7e2-8b00abc30e20",
              "name": "Successful Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "bulk",
                    "jobs",
                    ":job_id",
                    "grants"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "fc261590-ba2f-8d93-537b-e9b90471e716",
                      "key": "job_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"user_email\": \"string\",\n  \"role\": \"viewer\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"key_0\": \"string\",\n  \"key_1\": \"string\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "771c64b6-f3d3-435d-b44b-7c2842402ec8",
              "name": "Validation Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "bulk",
                    "jobs",
                    ":job_id",
                    "grants"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "fc261590-ba2f-8d93-537b-e9b90471e716",
                      "key": "job_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"user_email\": \"string\",\n  \"role\": \"viewer\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"detail\": [\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    },\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "04b26ce2-3e91-4d62-8724-bbd6590ea6b5",
          "name": "Remove Grant",
          "request": {
            "name": "Remove Grant",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "bulk",
                "jobs",
                ":job_id",
                "grants",
                ":grant_id"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "fc261590-ba2f-8d93-537b-e9b90471e716",
                  "key": "job_id",
                  "description": "(Required) "
                },
                {
                  "disabled": false,
                  "type": "any",
                  "value": "fbd62d4d-dea0-7880-09c6-150a91b300f0",
                  "key": "grant_id",
                  "description": "(Required) "
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "DELETE",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "639c3c34-5d3e-4819-97e0-82ed24c7deef",
              "name": "Successful Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "bulk",
                    "jobs",
                    ":job_id",
                    "grants",
                    ":grant_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "fc261590-ba2f-8d93-537b-e9b90471e716",
                      "key": "job_id",
                      "description": "(Required) "
                    },
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "fbd62d4d-dea0-7880-09c6-150a91b300f0",
                      "key": "grant_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"key_0\": \"string\",\n  \"key_1\": 6783\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "da2fb829-4413-4d04-a8a7-507214862a29",
              "name": "Validation Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "bulk",
                    "jobs",
                    ":job_id",
                    "grants",
                    ":grant_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "fc261590-ba2f-8d93-537b-e9b90471e716",
                      "key": "job_id",
                      "description": "(Required) "
                    },
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "fbd62d4d-dea0-7880-09c6-150a91b300f0",
                      "key": "grant_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"detail\": [\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    },\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "0c05d16f-7e5b-40b5-921f-5cf3bce36ecf",
          "name": "Get Templates",
          "request": {
            "name": "Get Templates",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "bulk",
                "templates"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "70683b19-950d-4d4e-ae9f-b45a48cb6d84",
              "name": "Successful Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "bulk",
                    "templates"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "[]",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "f9272f5c-419b-4b81-a375-1b498be1d0dc",
          "name": "From Template",
          "request": {
            "name": "From Template",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "bulk",
                "from-template"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"key_0\": 6722.838506471254,\n  \"key_1\": false\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "925b32ce-685b-4c3e-9523-3d974015f48d",
              "name": "Successful Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "bulk",
                    "from-template"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"key_0\": 6722.838506471254,\n  \"key_1\": false\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"key_0\": \"string\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "be0b6975-0254-4451-8f29-0da8e73576cf",
              "name": "Validation Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "bulk",
                    "from-template"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"key_0\": 6722.838506471254,\n  \"key_1\": false\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"detail\": [\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    },\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "f450118b-6c53-4d78-8bc9-2e7dd7a24569",
          "name": "Get Usage",
          "request": {
            "name": "Get Usage",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "bulk",
                "usage"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "key": "range",
                  "value": "30d"
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "e7d0899d-7e8c-4ed6-b2e5-b90d6eeba01e",
              "name": "Successful Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "bulk",
                    "usage"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "range",
                      "value": "30d"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"key_0\": true\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "a244740a-6355-461c-bdb1-11da8d9815b1",
              "name": "Validation Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "bulk",
                    "usage"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "range",
                      "value": "30d"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"detail\": [\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    },\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "e5160f40-5f08-41dc-b7e6-d9ed8bbbe30f",
          "name": "Estimate Cost",
          "request": {
            "name": "Estimate Cost",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "bulk",
                "estimate"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"key_0\": 6722.838506471254,\n  \"key_1\": false\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "122c4332-7edf-4322-92fc-e217d1d02be0",
              "name": "Successful Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "bulk",
                    "estimate"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"key_0\": 6722.838506471254,\n  \"key_1\": false\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"key_0\": \"string\",\n  \"key_1\": \"string\",\n  \"key_2\": \"string\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "841626a9-ce89-4c3c-9b1a-d4fbfde60f56",
              "name": "Validation Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "bulk",
                    "estimate"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"key_0\": 6722.838506471254,\n  \"key_1\": false\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"detail\": [\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    },\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ],
      "event": []
    },
    {
      "id": "aaf0b418-ab17-4ee2-9d90-85e8ae807a60",
      "name": "comments",
      "description": {
        "content": "",
        "type": "text/plain"
      },
      "item": [
        {
          "id": "4cdf0590-86c7-4043-8ded-0ad12c136a19",
          "name": "List Comments",
          "request": {
            "name": "List Comments",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "comments"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "key": "parent_type",
                  "value": "string",
                  "description": "(Required) "
                },
                {
                  "disabled": false,
                  "key": "parent_id",
                  "value": "f4702345-dfb5-7c2c-13c9-60546f32cf47",
                  "description": "(Required) "
                },
                {
                  "disabled": false,
                  "key": "limit",
                  "value": "50"
                },
                {
                  "disabled": false,
                  "key": "offset",
                  "value": "0"
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "06a46e7a-24b1-42f7-a0fa-4276299758d5",
              "name": "Successful Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "comments"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "parent_type",
                      "value": "string"
                    },
                    {
                      "key": "parent_id",
                      "value": "f4702345-dfb5-7c2c-13c9-60546f32cf47"
                    },
                    {
                      "key": "limit",
                      "value": "50"
                    },
                    {
                      "key": "offset",
                      "value": "0"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "[\n  {\n    \"id\": \"703f4391-709c-46ce-cf77-b2a59c0e50f4\",\n    \"parent_type\": \"string\",\n    \"parent_id\": \"bdcfb187-9711-9d38-d7f0-55f304e443e3\",\n    \"thread_id\": \"0b02cbba-767a-0a99-53c7-ec28a2cbfcbf\",\n    \"body\": \"string\",\n    \"body_text\": \"string\",\n    \"author_id\": \"8dc2aabe-2074-48c5-6381-cd5d84d5e8ff\",\n    \"edited_at\": \"1971-01-17T05:54:53.181Z\",\n    \"resolved_at\": \"1973-05-04T09:43:24.535Z\",\n    \"resolved_by\": \"fdd85366-85b4-8cc5-efb9-e7d7e131ce2c\",\n    \"created_at\": \"1979-08-22T15:36:37.769Z\"\n  },\n  {\n    \"id\": \"509b4e3c-d75f-f09d-1a29-a4833db904e4\",\n    \"parent_type\": \"string\",\n    \"parent_id\": \"b8ebb684-6056-c035-380d-97de8850dc92\",\n    \"thread_id\": \"8f9a70af-5c0f-4fe9-8753-9c3aacd1c741\",\n    \"body\": \"string\",\n    \"body_text\": \"string\",\n    \"author_id\": \"833484af-205d-411c-faf6-fef4b005d1ac\",\n    \"edited_at\": \"1997-02-09T19:30:27.405Z\",\n    \"resolved_at\": \"2004-04-27T18:12:38.243Z\",\n    \"resolved_by\": \"961a7b9b-295a-1efb-9a40-b760f1bb3334\",\n    \"created_at\": \"1956-06-21T07:59:33.757Z\"\n  }\n]",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "29854c2e-8238-4c25-a5cd-5c2291ce25e3",
              "name": "Validation Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "comments"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "parent_type",
                      "value": "string"
                    },
                    {
                      "key": "parent_id",
                      "value": "f4702345-dfb5-7c2c-13c9-60546f32cf47"
                    },
                    {
                      "key": "limit",
                      "value": "50"
                    },
                    {
                      "key": "offset",
                      "value": "0"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"detail\": [\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    },\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "755af6e2-8f59-48fb-a20c-f5065d7b7776",
          "name": "Create Comment",
          "request": {
            "name": "Create Comment",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "comments"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"parent_type\": \"agent\",\n  \"parent_id\": \"e5e67855-96d4-8672-b588-bc6c4187006c\",\n  \"body\": \"string\",\n  \"body_text\": \"string\",\n  \"thread_id\": \"af965890-6b27-b5c1-1a0a-f77284350689\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "366831ef-460a-482f-86f7-b284d699b4a7",
              "name": "Successful Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "comments"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"parent_type\": \"agent\",\n  \"parent_id\": \"e5e67855-96d4-8672-b588-bc6c4187006c\",\n  \"body\": \"string\",\n  \"body_text\": \"string\",\n  \"thread_id\": \"af965890-6b27-b5c1-1a0a-f77284350689\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Created",
              "code": 201,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"id\": \"f96a24a5-b6c8-ef27-80d9-c98babe70233\",\n  \"parent_type\": \"string\",\n  \"parent_id\": \"33c1668b-9d1b-e4cf-6d1f-9b96b273c707\",\n  \"thread_id\": \"134cc1a8-7068-9a2b-88ca-61f339e96e90\",\n  \"body\": \"string\",\n  \"body_text\": \"string\",\n  \"author_id\": \"7773e438-6038-83f3-6c66-fd36ef3d890e\",\n  \"edited_at\": \"1952-01-15T13:22:23.037Z\",\n  \"resolved_at\": \"2004-10-06T08:09:07.144Z\",\n  \"resolved_by\": \"b37b8fb9-270a-c0a2-8157-07af64bec888\",\n  \"created_at\": \"2000-08-15T07:29:32.825Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "edb49109-51cd-4720-8855-a9b0c688823f",
              "name": "Validation Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "comments"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"parent_type\": \"agent\",\n  \"parent_id\": \"e5e67855-96d4-8672-b588-bc6c4187006c\",\n  \"body\": \"string\",\n  \"body_text\": \"string\",\n  \"thread_id\": \"af965890-6b27-b5c1-1a0a-f77284350689\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"detail\": [\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    },\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "164f3951-bb9c-46aa-9d33-f5f0efebd6c1",
          "name": "Update Comment",
          "request": {
            "name": "Update Comment",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "comments",
                ":comment_id"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "d635be9c-1d87-912e-d0f6-a66d705ffcb8",
                  "key": "comment_id",
                  "description": "(Required) "
                }
              ]
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "PATCH",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"body\": \"string\",\n  \"body_text\": \"string\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "75070145-6251-44ae-b393-a348cc166321",
              "name": "Successful Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "comments",
                    ":comment_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "d635be9c-1d87-912e-d0f6-a66d705ffcb8",
                      "key": "comment_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"body\": \"string\",\n  \"body_text\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"id\": \"f96a24a5-b6c8-ef27-80d9-c98babe70233\",\n  \"parent_type\": \"string\",\n  \"parent_id\": \"33c1668b-9d1b-e4cf-6d1f-9b96b273c707\",\n  \"thread_id\": \"134cc1a8-7068-9a2b-88ca-61f339e96e90\",\n  \"body\": \"string\",\n  \"body_text\": \"string\",\n  \"author_id\": \"7773e438-6038-83f3-6c66-fd36ef3d890e\",\n  \"edited_at\": \"1952-01-15T13:22:23.037Z\",\n  \"resolved_at\": \"2004-10-06T08:09:07.144Z\",\n  \"resolved_by\": \"b37b8fb9-270a-c0a2-8157-07af64bec888\",\n  \"created_at\": \"2000-08-15T07:29:32.825Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "702c50dd-ea8e-4e94-bdd4-d4f0e8b10401",
              "name": "Validation Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "comments",
                    ":comment_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "d635be9c-1d87-912e-d0f6-a66d705ffcb8",
                      "key": "comment_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"body\": \"string\",\n  \"body_text\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"detail\": [\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    },\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "df440227-fcb7-4777-bf42-83226cfc18d8",
          "name": "Delete Comment",
          "request": {
            "name": "Delete Comment",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "comments",
                ":comment_id"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "d635be9c-1d87-912e-d0f6-a66d705ffcb8",
                  "key": "comment_id",
                  "description": "(Required) "
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "DELETE",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "126c27a3-0aa3-4d69-b935-cd7977547c8b",
              "name": "Successful Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "comments",
                    ":comment_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "d635be9c-1d87-912e-d0f6-a66d705ffcb8",
                      "key": "comment_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "method": "DELETE",
                "body": {}
              },
              "status": "No Content",
              "code": 204,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "7bde3410-0294-4799-b2a1-c1d6568b648f",
              "name": "Validation Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "comments",
                    ":comment_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "d635be9c-1d87-912e-d0f6-a66d705ffcb8",
                      "key": "comment_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"detail\": [\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    },\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "1d365466-979c-442a-83fb-d361785f9a0f",
          "name": "Resolve Comment",
          "request": {
            "name": "Resolve Comment",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "comments",
                ":comment_id",
                "resolve"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "d635be9c-1d87-912e-d0f6-a66d705ffcb8",
                  "key": "comment_id",
                  "description": "(Required) "
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "50c5f7c3-8543-4d14-8eeb-d097c3e07ccd",
              "name": "Successful Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "comments",
                    ":comment_id",
                    "resolve"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "d635be9c-1d87-912e-d0f6-a66d705ffcb8",
                      "key": "comment_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"id\": \"f96a24a5-b6c8-ef27-80d9-c98babe70233\",\n  \"parent_type\": \"string\",\n  \"parent_id\": \"33c1668b-9d1b-e4cf-6d1f-9b96b273c707\",\n  \"thread_id\": \"134cc1a8-7068-9a2b-88ca-61f339e96e90\",\n  \"body\": \"string\",\n  \"body_text\": \"string\",\n  \"author_id\": \"7773e438-6038-83f3-6c66-fd36ef3d890e\",\n  \"edited_at\": \"1952-01-15T13:22:23.037Z\",\n  \"resolved_at\": \"2004-10-06T08:09:07.144Z\",\n  \"resolved_by\": \"b37b8fb9-270a-c0a2-8157-07af64bec888\",\n  \"created_at\": \"2000-08-15T07:29:32.825Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "807b340a-d314-4a53-8a05-53ee1697bd74",
              "name": "Validation Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "comments",
                    ":comment_id",
                    "resolve"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "d635be9c-1d87-912e-d0f6-a66d705ffcb8",
                      "key": "comment_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {}
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"detail\": [\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    },\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "08f81415-8697-4494-bc47-2d41f8175f75",
          "name": "Unresolve Comment",
          "request": {
            "name": "Unresolve Comment",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "comments",
                ":comment_id",
                "unresolve"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "d635be9c-1d87-912e-d0f6-a66d705ffcb8",
                  "key": "comment_id",
                  "description": "(Required) "
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "39719845-cff6-4177-8af5-0a371a66402e",
              "name": "Successful Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "comments",
                    ":comment_id",
                    "unresolve"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "d635be9c-1d87-912e-d0f6-a66d705ffcb8",
                      "key": "comment_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"id\": \"f96a24a5-b6c8-ef27-80d9-c98babe70233\",\n  \"parent_type\": \"string\",\n  \"parent_id\": \"33c1668b-9d1b-e4cf-6d1f-9b96b273c707\",\n  \"thread_id\": \"134cc1a8-7068-9a2b-88ca-61f339e96e90\",\n  \"body\": \"string\",\n  \"body_text\": \"string\",\n  \"author_id\": \"7773e438-6038-83f3-6c66-fd36ef3d890e\",\n  \"edited_at\": \"1952-01-15T13:22:23.037Z\",\n  \"resolved_at\": \"2004-10-06T08:09:07.144Z\",\n  \"resolved_by\": \"b37b8fb9-270a-c0a2-8157-07af64bec888\",\n  \"created_at\": \"2000-08-15T07:29:32.825Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "165ae1a7-5f94-41bc-8e54-758e94d8398d",
              "name": "Validation Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "comments",
                    ":comment_id",
                    "unresolve"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "d635be9c-1d87-912e-d0f6-a66d705ffcb8",
                      "key": "comment_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {}
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"detail\": [\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    },\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ],
      "event": []
    },
    {
      "id": "5e5a4eac-e12b-40ee-b2cb-726a05972dd1",
      "name": "notifications",
      "description": {
        "content": "",
        "type": "text/plain"
      },
      "item": [
        {
          "id": "37541335-2756-43ed-b601-fe08bf843f73",
          "name": "List Notifications",
          "request": {
            "name": "List Notifications",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "notifications"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "key": "unread_only",
                  "value": "false"
                },
                {
                  "disabled": false,
                  "key": "limit",
                  "value": "40"
                },
                {
                  "disabled": false,
                  "key": "offset",
                  "value": "0"
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "32819a11-da1f-4732-9395-986419c749d5",
              "name": "Successful Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "notifications"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "unread_only",
                      "value": "false"
                    },
                    {
                      "key": "limit",
                      "value": "40"
                    },
                    {
                      "key": "offset",
                      "value": "0"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "[\n  {\n    \"id\": \"8cce2fc8-8eee-e147-227e-d00acd61f9a1\",\n    \"kind\": \"string\",\n    \"title\": \"string\",\n    \"body\": \"string\",\n    \"url\": \"string\",\n    \"actor_id\": \"7bd4b36b-71eb-5104-fd5d-98880f6b1fd1\",\n    \"context_type\": \"string\",\n    \"context_id\": \"f91c73fe-99e1-ada3-60ec-68121e2f63a2\",\n    \"read_at\": \"2007-05-23T23:34:30.342Z\",\n    \"created_at\": \"1990-10-05T16:10:48.362Z\"\n  },\n  {\n    \"id\": \"c2e4d1c6-8130-b087-ffd3-a4d24302e63a\",\n    \"kind\": \"string\",\n    \"title\": \"string\",\n    \"body\": \"string\",\n    \"url\": \"string\",\n    \"actor_id\": \"8ee953ca-d0a9-b4bb-f1a9-95cc9c1c5098\",\n    \"context_type\": \"string\",\n    \"context_id\": \"c2b6cd0d-47fe-1e02-396f-dff05153709d\",\n    \"read_at\": \"2021-02-23T11:37:42.842Z\",\n    \"created_at\": \"2017-07-19T17:21:18.681Z\"\n  }\n]",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "0e54ebaf-6dfc-4449-afa2-a6ef9e9c4767",
              "name": "Validation Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "notifications"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "unread_only",
                      "value": "false"
                    },
                    {
                      "key": "limit",
                      "value": "40"
                    },
                    {
                      "key": "offset",
                      "value": "0"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"detail\": [\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    },\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "6c22bbd9-603d-41aa-bc05-11a9ab890d63",
          "name": "Get Unread Count",
          "request": {
            "name": "Get Unread Count",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "notifications",
                "unread-count"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "98e4bca9-5842-4ba4-9b9c-9dbe47bc422f",
              "name": "Successful Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "notifications",
                    "unread-count"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"unread\": 9611\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "29b51922-255d-40d0-b779-f3b3d7ec0bd6",
          "name": "Mark One Read",
          "request": {
            "name": "Mark One Read",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "notifications",
                ":notification_id",
                "read"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "0a616145-bb83-71a3-9197-72f14a7bb615",
                  "key": "notification_id",
                  "description": "(Required) "
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "222bfa14-bf14-44b4-ab5c-9054d88245c1",
              "name": "Successful Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "notifications",
                    ":notification_id",
                    "read"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "0a616145-bb83-71a3-9197-72f14a7bb615",
                      "key": "notification_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "method": "POST",
                "body": {}
              },
              "status": "No Content",
              "code": 204,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "f59708c6-b1a5-4b8e-bf94-4d783ad9e94c",
              "name": "Validation Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "notifications",
                    ":notification_id",
                    "read"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "0a616145-bb83-71a3-9197-72f14a7bb615",
                      "key": "notification_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {}
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"detail\": [\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    },\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "8ac985fc-db82-45ca-82a0-d27e1f9cfc00",
          "name": "Mark All Read",
          "request": {
            "name": "Mark All Read",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "notifications",
                "read-all"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "method": "POST",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "d1101e1a-205f-4a74-ae21-5cb8aad4165b",
              "name": "Successful Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "notifications",
                    "read-all"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "POST",
                "body": {}
              },
              "status": "No Content",
              "code": 204,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "7df90b97-5800-4041-825f-150ff9e1ef78",
          "name": "Notification Stream",
          "request": {
            "name": "Notification Stream",
            "description": {
              "content": "SSE stream — pushes `ping` every 25s and `notification` events via Redis pubsub.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "v1",
                "notifications",
                "stream"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "231e992a-e7af-4a7d-95bc-b4b536655ce1",
              "name": "Successful Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "notifications",
                    "stream"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ],
      "event": []
    },
    {
      "id": "206750df-06fd-4c35-a102-41ae80b23207",
      "name": "workspace-collab",
      "description": {
        "content": "",
        "type": "text/plain"
      },
      "item": [
        {
          "id": "fa6e71a3-65a0-4db8-a5b7-cd223f422a8f",
          "name": "Get Activity Feed",
          "request": {
            "name": "Get Activity Feed",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "workspace",
                "activity"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "key": "limit",
                  "value": "40"
                },
                {
                  "disabled": false,
                  "key": "offset",
                  "value": "0"
                },
                {
                  "disabled": false,
                  "key": "object_type",
                  "value": "string"
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "746bfcff-be22-4a8d-8509-bbe936903210",
              "name": "Successful Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "workspace",
                    "activity"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "limit",
                      "value": "40"
                    },
                    {
                      "key": "offset",
                      "value": "0"
                    },
                    {
                      "key": "object_type",
                      "value": "string"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "[\n  {\n    \"id\": \"b4a9e139-d84a-c5a5-cffb-c6db850aa5d5\",\n    \"actor_id\": \"c02ab958-7661-9abc-7ab4-1853a62c445c\",\n    \"verb\": \"string\",\n    \"object_type\": \"string\",\n    \"object_id\": \"2057b7b5-3a03-32a6-b9ce-ef43a69c500e\",\n    \"object_label\": \"string\",\n    \"meta\": {\n      \"key_0\": \"string\"\n    },\n    \"created_at\": \"2008-03-21T02:45:47.015Z\"\n  },\n  {\n    \"id\": \"af4cedfb-b982-fb53-fa65-09c33d76ef21\",\n    \"actor_id\": \"06a39c00-8ca2-a65c-3647-5a07eb90f9b1\",\n    \"verb\": \"string\",\n    \"object_type\": \"string\",\n    \"object_id\": \"90359580-8e2e-c607-4809-5d5fb3614b48\",\n    \"object_label\": \"string\",\n    \"meta\": {\n      \"key_0\": 5142.991229190512\n    },\n    \"created_at\": \"2016-07-27T07:13:25.838Z\"\n  }\n]",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "89016799-02ee-4a35-b510-ccf83e74773d",
              "name": "Validation Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "workspace",
                    "activity"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "limit",
                      "value": "40"
                    },
                    {
                      "key": "offset",
                      "value": "0"
                    },
                    {
                      "key": "object_type",
                      "value": "string"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"detail\": [\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    },\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "60e34e62-bb9d-4ce6-9baf-00c09c22705b",
          "name": "List Members",
          "request": {
            "name": "List Members",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "workspace",
                "members"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "8a891591-e2e9-4f1b-8153-7c7174f3e3be",
              "name": "Successful Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "workspace",
                    "members"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "[\n  {\n    \"user_id\": \"e3e0ef7d-31cf-7595-b4d9-35807355e4ab\",\n    \"role\": \"string\",\n    \"joined_at\": \"2009-01-10T04:08:55.018Z\"\n  },\n  {\n    \"user_id\": \"321060d8-5ce7-8478-762b-3979554a6de3\",\n    \"role\": \"string\",\n    \"joined_at\": \"2017-04-09T15:25:23.827Z\"\n  }\n]",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "d5dc6351-cbf8-482a-948d-da6ff03a7383",
          "name": "Get Kpis",
          "request": {
            "name": "Get Kpis",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "workspace",
                "kpis"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "232feae6-79f1-4ff7-b552-9ca586823907",
              "name": "Successful Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "workspace",
                    "kpis"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"total_members\": 6523,\n  \"events_today\": 3870,\n  \"events_week\": 5606\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "924c107e-6be7-41c9-b057-a0e6c59b414d",
          "name": "List Saved Views",
          "request": {
            "name": "List Saved Views",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "workspace",
                "saved-views"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "key": "page",
                  "value": "string"
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "bb32dfab-3ed3-4f24-ab36-30c680bed288",
              "name": "Successful Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "workspace",
                    "saved-views"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "page",
                      "value": "string"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "[\n  {\n    \"id\": \"d04dadf1-a904-50ae-04bc-883af6ffb971\",\n    \"name\": \"string\",\n    \"page\": \"string\",\n    \"query\": {\n      \"key_0\": 3744.7205107516133,\n      \"key_1\": \"string\"\n    },\n    \"pinned\": false,\n    \"created_at\": \"1993-11-13T23:27:33.070Z\"\n  },\n  {\n    \"id\": \"b28611c0-0eb4-dc1e-cd83-82eb60d2cdd1\",\n    \"name\": \"string\",\n    \"page\": \"string\",\n    \"query\": {\n      \"key_0\": \"string\",\n      \"key_1\": \"string\"\n    },\n    \"pinned\": true,\n    \"created_at\": \"1947-01-14T12:56:51.369Z\"\n  }\n]",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "d5659478-fede-4ddc-9aca-5b13a2a76090",
              "name": "Validation Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "workspace",
                    "saved-views"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "page",
                      "value": "string"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"detail\": [\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    },\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "22442941-21f2-4249-a446-2daa48851ce5",
          "name": "Create Saved View",
          "request": {
            "name": "Create Saved View",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "workspace",
                "saved-views"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"name\": \"string\",\n  \"page\": \"string\",\n  \"query\": {\n    \"key_0\": 236.36983026318336,\n    \"key_1\": \"string\",\n    \"key_2\": 1002\n  },\n  \"pinned\": false\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "2144dd15-20ac-4278-baa5-b8b05bbe2f75",
              "name": "Successful Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "workspace",
                    "saved-views"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"string\",\n  \"page\": \"string\",\n  \"query\": {\n    \"key_0\": 236.36983026318336,\n    \"key_1\": \"string\",\n    \"key_2\": 1002\n  },\n  \"pinned\": false\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Created",
              "code": 201,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"id\": \"eaa15dc4-5dce-cd96-c45a-0b3fc388d7d6\",\n  \"name\": \"string\",\n  \"page\": \"string\",\n  \"query\": {\n    \"key_0\": true,\n    \"key_1\": false\n  },\n  \"pinned\": false,\n  \"created_at\": \"2021-12-15T20:00:44.966Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "c91f7b67-abdc-4d94-ad50-17cd85512404",
              "name": "Validation Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "workspace",
                    "saved-views"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"string\",\n  \"page\": \"string\",\n  \"query\": {\n    \"key_0\": 236.36983026318336,\n    \"key_1\": \"string\",\n    \"key_2\": 1002\n  },\n  \"pinned\": false\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"detail\": [\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    },\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "e0026b5c-baff-4c13-a035-5b660538f1b4",
          "name": "Delete Saved View",
          "request": {
            "name": "Delete Saved View",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "workspace",
                "saved-views",
                ":view_id"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "0484c9a3-8ed0-877c-693a-b3bfca1033c9",
                  "key": "view_id",
                  "description": "(Required) "
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "DELETE",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "62a16a5c-d344-4ffb-abef-8007a363b44b",
              "name": "Successful Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "workspace",
                    "saved-views",
                    ":view_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "0484c9a3-8ed0-877c-693a-b3bfca1033c9",
                      "key": "view_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "method": "DELETE",
                "body": {}
              },
              "status": "No Content",
              "code": 204,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "8d407ae3-ac4d-4129-b55b-c8729ce3b06c",
              "name": "Validation Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "workspace",
                    "saved-views",
                    ":view_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "0484c9a3-8ed0-877c-693a-b3bfca1033c9",
                      "key": "view_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"detail\": [\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    },\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ],
      "event": []
    },
    {
      "id": "4d2194f6-6f1c-484e-9a9f-4a09c5a403ee",
      "name": "connectors",
      "description": {
        "content": "",
        "type": "text/plain"
      },
      "item": [
        {
          "id": "cc15b4b5-ad27-4b0b-b1e9-58b57a7d51b2",
          "name": "List Connectors",
          "request": {
            "name": "List Connectors",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "connectors"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "key": "provider",
                  "value": "string"
                },
                {
                  "disabled": false,
                  "key": "status",
                  "value": "string"
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "82ce3dd2-f613-4a60-881f-2d78c1ec61d8",
              "name": "Successful Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "connectors"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "provider",
                      "value": "string"
                    },
                    {
                      "key": "status",
                      "value": "string"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "[\n  {\n    \"id\": \"66c632cf-1353-e883-9023-4a822369cb84\",\n    \"provider\": \"string\",\n    \"display_name\": \"string\",\n    \"account_email\": \"string\",\n    \"status\": \"string\",\n    \"scope\": [\n      \"string\",\n      \"string\"\n    ],\n    \"last_sync_at\": {},\n    \"last_error\": \"string\",\n    \"created_at\": {}\n  },\n  {\n    \"id\": \"9a864f9b-a4f7-bfde-b10d-a115dda12038\",\n    \"provider\": \"string\",\n    \"display_name\": \"string\",\n    \"account_email\": \"string\",\n    \"status\": \"string\",\n    \"scope\": [\n      \"string\",\n      \"string\"\n    ],\n    \"last_sync_at\": {},\n    \"last_error\": \"string\",\n    \"created_at\": {}\n  }\n]",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "0ae7e609-b457-460b-88e7-15bbaf7502a5",
              "name": "Validation Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "connectors"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "provider",
                      "value": "string"
                    },
                    {
                      "key": "status",
                      "value": "string"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"detail\": [\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    },\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "abb49b94-f8d4-4c78-a64f-7c05a8974400",
          "name": "Get Usage",
          "request": {
            "name": "Get Usage",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "connectors",
                "usage"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "f5ba871b-f9d7-4f9c-8bec-2a230595f21f",
              "name": "Successful Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "connectors",
                    "usage"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"total_files\": 1179,\n  \"total_bytes\": 9767,\n  \"connector_count\": 9218\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "6b329ef9-97d8-453a-8b75-7a61bd17e2f0",
          "name": "Auth Start",
          "request": {
            "name": "Auth Start",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "connectors",
                ":provider",
                "auth-start"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "string",
                  "key": "provider",
                  "description": "(Required) "
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "a5ab55b4-0f8c-44da-8fc3-02994802ff61",
              "name": "Successful Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "connectors",
                    ":provider",
                    "auth-start"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "provider",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "5edf0107-0546-4027-9674-d60f0c5c6588",
              "name": "Validation Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "connectors",
                    ":provider",
                    "auth-start"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "provider",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"detail\": [\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    },\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "4a501371-22ba-4b70-8423-407abd473ae0",
          "name": "Auth Callback",
          "request": {
            "name": "Auth Callback",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "connectors",
                ":provider",
                "auth-callback"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "key": "code",
                  "value": "string",
                  "description": "(Required) "
                },
                {
                  "disabled": false,
                  "key": "state",
                  "value": "string",
                  "description": "(Required) "
                }
              ],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "string",
                  "key": "provider",
                  "description": "(Required) "
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": null
          },
          "response": [
            {
              "id": "b47f1e50-8db5-498e-bb26-e4623c487252",
              "name": "Successful Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "connectors",
                    ":provider",
                    "auth-callback"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "code",
                      "value": "string"
                    },
                    {
                      "key": "state",
                      "value": "string"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "provider",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "66d297b6-eb5b-4b21-a2aa-f553089ecd76",
              "name": "Validation Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "connectors",
                    ":provider",
                    "auth-callback"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "code",
                      "value": "string"
                    },
                    {
                      "key": "state",
                      "value": "string"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "provider",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"detail\": [\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    },\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "a9bcec5f-4295-4588-89ea-3323d3bb6f51",
          "name": "Get Connector",
          "request": {
            "name": "Get Connector",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "connectors",
                ":connector_id"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "6bcf5cf3-deae-806b-dbfc-043c66f90e64",
                  "key": "connector_id",
                  "description": "(Required) "
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "33fd28cc-e03b-4369-b629-4f4e3875abe5",
              "name": "Successful Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "connectors",
                    ":connector_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "6bcf5cf3-deae-806b-dbfc-043c66f90e64",
                      "key": "connector_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"id\": \"741fcb5f-6968-c0ba-b6a2-7a777e13cef2\",\n  \"provider\": \"string\",\n  \"display_name\": \"string\",\n  \"account_email\": \"string\",\n  \"status\": \"string\",\n  \"scope\": [\n    \"string\",\n    \"string\"\n  ],\n  \"last_sync_at\": {},\n  \"last_error\": \"string\",\n  \"created_at\": {}\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "175a68c5-c587-4915-9581-301f6dbedbff",
              "name": "Validation Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "connectors",
                    ":connector_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "6bcf5cf3-deae-806b-dbfc-043c66f90e64",
                      "key": "connector_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"detail\": [\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    },\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "6d8b107c-b2a3-41f3-84bb-c305af6b04c2",
          "name": "Update Connector",
          "request": {
            "name": "Update Connector",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "connectors",
                ":connector_id"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "6bcf5cf3-deae-806b-dbfc-043c66f90e64",
                  "key": "connector_id",
                  "description": "(Required) "
                }
              ]
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "PATCH",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"display_name\": \"string\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "84356f20-7cb7-46f0-a9ff-3d803a5b8705",
              "name": "Successful Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "connectors",
                    ":connector_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "6bcf5cf3-deae-806b-dbfc-043c66f90e64",
                      "key": "connector_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"display_name\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"id\": \"47642ef2-41a2-9fe0-2cfd-e321e2c5b798\",\n  \"provider\": \"string\",\n  \"display_name\": \"string\",\n  \"account_email\": \"string\",\n  \"status\": \"string\",\n  \"scope\": [\n    \"string\",\n    \"string\"\n  ],\n  \"last_sync_at\": {},\n  \"last_error\": \"string\",\n  \"created_at\": {}\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "a25b890e-5749-4d70-859e-b5480a65b9a8",
              "name": "Validation Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "connectors",
                    ":connector_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "6bcf5cf3-deae-806b-dbfc-043c66f90e64",
                      "key": "connector_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"display_name\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"detail\": [\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    },\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "0e649527-c9ed-49b6-b6ee-62d1b30b5fa3",
          "name": "Delete Connector",
          "request": {
            "name": "Delete Connector",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "connectors",
                ":connector_id"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "key": "purge",
                  "value": "false"
                }
              ],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "6bcf5cf3-deae-806b-dbfc-043c66f90e64",
                  "key": "connector_id",
                  "description": "(Required) "
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "DELETE",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "b87eeba8-bb06-4319-9405-10fb97327918",
              "name": "Successful Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "connectors",
                    ":connector_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "purge",
                      "value": "false"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "6bcf5cf3-deae-806b-dbfc-043c66f90e64",
                      "key": "connector_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "94ffd6e9-f077-4de1-a703-a3ebbc865d36",
              "name": "Validation Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "connectors",
                    ":connector_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "purge",
                      "value": "false"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "6bcf5cf3-deae-806b-dbfc-043c66f90e64",
                      "key": "connector_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"detail\": [\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    },\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "c2be3db4-39c9-44fa-8f17-c44122190812",
          "name": "Sync All Folders",
          "request": {
            "name": "Sync All Folders",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "connectors",
                ":connector_id",
                "sync"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "6bcf5cf3-deae-806b-dbfc-043c66f90e64",
                  "key": "connector_id",
                  "description": "(Required) "
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "66e43136-ada8-4e86-a7dd-e41bbe3caf0d",
              "name": "Successful Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "connectors",
                    ":connector_id",
                    "sync"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "6bcf5cf3-deae-806b-dbfc-043c66f90e64",
                      "key": "connector_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "2ba7a3e8-bae1-4779-a9e2-c9944a6f5b16",
              "name": "Validation Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "connectors",
                    ":connector_id",
                    "sync"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "6bcf5cf3-deae-806b-dbfc-043c66f90e64",
                      "key": "connector_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {}
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"detail\": [\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    },\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "cb7b969b-a498-482d-997d-c52c44850abf",
          "name": "List Connector Files",
          "request": {
            "name": "List Connector Files",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "connectors",
                ":connector_id",
                "files"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "key": "status",
                  "value": "string"
                },
                {
                  "disabled": false,
                  "key": "page",
                  "value": "1"
                },
                {
                  "disabled": false,
                  "key": "per_page",
                  "value": "50"
                }
              ],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "6bcf5cf3-deae-806b-dbfc-043c66f90e64",
                  "key": "connector_id",
                  "description": "(Required) "
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "a2ffd18a-b5bc-40f6-93bc-a3cd7cef1590",
              "name": "Successful Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "connectors",
                    ":connector_id",
                    "files"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "status",
                      "value": "string"
                    },
                    {
                      "key": "page",
                      "value": "1"
                    },
                    {
                      "key": "per_page",
                      "value": "50"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "6bcf5cf3-deae-806b-dbfc-043c66f90e64",
                      "key": "connector_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "[\n  {\n    \"id\": \"7a767ed8-319c-c490-e090-b819730c51a6\",\n    \"folder_id\": \"aae52f40-4650-7e5b-2008-f8efd9c4c301\",\n    \"document_id\": \"d7ae84c9-b3b3-00e4-aba8-1ece8edb6ea0\",\n    \"external_id\": \"string\",\n    \"external_path\": \"string\",\n    \"mime_type\": \"string\",\n    \"size_bytes\": 2847,\n    \"checksum\": \"string\",\n    \"modified_at\": {},\n    \"ingested_at\": {},\n    \"status\": \"string\",\n    \"error\": \"string\",\n    \"attempt\": 3837,\n    \"created_at\": {}\n  },\n  {\n    \"id\": \"d5aeea7c-30e1-b591-455d-6d60562f545a\",\n    \"folder_id\": \"c7f5f924-1c3e-fe44-a53c-39c7192180ea\",\n    \"document_id\": \"7b4df870-6008-a461-f855-9cccf50cec58\",\n    \"external_id\": \"string\",\n    \"external_path\": \"string\",\n    \"mime_type\": \"string\",\n    \"size_bytes\": 6139,\n    \"checksum\": \"string\",\n    \"modified_at\": {},\n    \"ingested_at\": {},\n    \"status\": \"string\",\n    \"error\": \"string\",\n    \"attempt\": 7598,\n    \"created_at\": {}\n  }\n]",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "38e2aa8a-a485-40d7-a2ce-f17315a25345",
              "name": "Validation Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "connectors",
                    ":connector_id",
                    "files"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "status",
                      "value": "string"
                    },
                    {
                      "key": "page",
                      "value": "1"
                    },
                    {
                      "key": "per_page",
                      "value": "50"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "6bcf5cf3-deae-806b-dbfc-043c66f90e64",
                      "key": "connector_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"detail\": [\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    },\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "ad586e8c-8e32-4c72-aa8d-71e5f9a7388a",
          "name": "List Connector Sync Runs",
          "request": {
            "name": "List Connector Sync Runs",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "connectors",
                ":connector_id",
                "sync-runs"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "key": "page",
                  "value": "1"
                },
                {
                  "disabled": false,
                  "key": "per_page",
                  "value": "20"
                }
              ],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "6bcf5cf3-deae-806b-dbfc-043c66f90e64",
                  "key": "connector_id",
                  "description": "(Required) "
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "1e05913d-290c-4c44-86d0-41c3bb2d6c66",
              "name": "Successful Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "connectors",
                    ":connector_id",
                    "sync-runs"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "page",
                      "value": "1"
                    },
                    {
                      "key": "per_page",
                      "value": "20"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "6bcf5cf3-deae-806b-dbfc-043c66f90e64",
                      "key": "connector_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "[\n  {\n    \"id\": \"512aef30-c093-d2d8-4e07-e8eba6c3f9a2\",\n    \"folder_id\": \"1b25d317-771f-f8b0-36b0-65724e0b461a\",\n    \"connector_id\": \"bede9651-c865-53d9-9ba1-70ab350ff72b\",\n    \"status\": \"string\",\n    \"started_at\": {},\n    \"ended_at\": {},\n    \"files_seen\": 2308,\n    \"files_added\": 5432,\n    \"files_updated\": 5656,\n    \"files_removed\": 8034,\n    \"files_failed\": 5574,\n    \"error\": \"string\",\n    \"trigger_kind\": \"string\"\n  },\n  {\n    \"id\": \"3b089e33-29c7-51e1-ac01-207585bfc693\",\n    \"folder_id\": \"afea95c9-a17b-c5cc-3967-17d08d9f030e\",\n    \"connector_id\": \"b06f89a1-8d3e-ab51-9ba8-62cadc4a29f0\",\n    \"status\": \"string\",\n    \"started_at\": {},\n    \"ended_at\": {},\n    \"files_seen\": 1890,\n    \"files_added\": 1215,\n    \"files_updated\": 5415,\n    \"files_removed\": 2667,\n    \"files_failed\": 9998,\n    \"error\": \"string\",\n    \"trigger_kind\": \"string\"\n  }\n]",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "c45d4243-d6d7-4770-b851-af21e4360dad",
              "name": "Validation Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "connectors",
                    ":connector_id",
                    "sync-runs"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "page",
                      "value": "1"
                    },
                    {
                      "key": "per_page",
                      "value": "20"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "6bcf5cf3-deae-806b-dbfc-043c66f90e64",
                      "key": "connector_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"detail\": [\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    },\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "cfff5635-84c8-4556-93a2-aeb2563865a1",
          "name": "Pause Connector",
          "request": {
            "name": "Pause Connector",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "connectors",
                ":connector_id",
                "pause"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "6bcf5cf3-deae-806b-dbfc-043c66f90e64",
                  "key": "connector_id",
                  "description": "(Required) "
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "f64544e7-7794-4698-9438-4c13eec43bec",
              "name": "Successful Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "connectors",
                    ":connector_id",
                    "pause"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "6bcf5cf3-deae-806b-dbfc-043c66f90e64",
                      "key": "connector_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"id\": \"47642ef2-41a2-9fe0-2cfd-e321e2c5b798\",\n  \"provider\": \"string\",\n  \"display_name\": \"string\",\n  \"account_email\": \"string\",\n  \"status\": \"string\",\n  \"scope\": [\n    \"string\",\n    \"string\"\n  ],\n  \"last_sync_at\": {},\n  \"last_error\": \"string\",\n  \"created_at\": {}\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "77b8a1f1-f17e-4c76-b28d-1bae76ed8989",
              "name": "Validation Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "connectors",
                    ":connector_id",
                    "pause"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "6bcf5cf3-deae-806b-dbfc-043c66f90e64",
                      "key": "connector_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {}
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"detail\": [\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    },\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "342e971c-8a76-4442-b5dd-beb1271878dd",
          "name": "Resume Connector",
          "request": {
            "name": "Resume Connector",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "connectors",
                ":connector_id",
                "resume"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "6bcf5cf3-deae-806b-dbfc-043c66f90e64",
                  "key": "connector_id",
                  "description": "(Required) "
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "983e8884-080e-407f-a71f-e6c484190dea",
              "name": "Successful Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "connectors",
                    ":connector_id",
                    "resume"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "6bcf5cf3-deae-806b-dbfc-043c66f90e64",
                      "key": "connector_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"id\": \"47642ef2-41a2-9fe0-2cfd-e321e2c5b798\",\n  \"provider\": \"string\",\n  \"display_name\": \"string\",\n  \"account_email\": \"string\",\n  \"status\": \"string\",\n  \"scope\": [\n    \"string\",\n    \"string\"\n  ],\n  \"last_sync_at\": {},\n  \"last_error\": \"string\",\n  \"created_at\": {}\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "f408013c-8565-45a4-ae72-676223671dca",
              "name": "Validation Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "connectors",
                    ":connector_id",
                    "resume"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "6bcf5cf3-deae-806b-dbfc-043c66f90e64",
                      "key": "connector_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {}
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"detail\": [\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    },\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "3f3eb108-d293-474a-9211-d62bb7d10af5",
          "name": "List Folders",
          "request": {
            "name": "List Folders",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "connectors",
                ":connector_id",
                "folders"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "6bcf5cf3-deae-806b-dbfc-043c66f90e64",
                  "key": "connector_id",
                  "description": "(Required) "
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "77a38e62-f518-486e-a80e-30cb6bcf1d9e",
              "name": "Successful Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "connectors",
                    ":connector_id",
                    "folders"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "6bcf5cf3-deae-806b-dbfc-043c66f90e64",
                      "key": "connector_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "[\n  {\n    \"id\": \"6b0a5d55-6a1d-70b3-e652-37fc6d6444ee\",\n    \"connector_id\": \"c755e384-4a0d-f853-48da-47f70b737f0d\",\n    \"external_id\": \"string\",\n    \"external_path\": \"string\",\n    \"recursive\": true,\n    \"include_globs\": [\n      \"string\",\n      \"string\"\n    ],\n    \"exclude_globs\": [\n      \"string\",\n      \"string\"\n    ],\n    \"schedule_minutes\": 1898,\n    \"enabled\": true,\n    \"last_sync_at\": {},\n    \"next_sync_at\": {},\n    \"total_files\": 1524,\n    \"failed_files\": 3976,\n    \"created_at\": {}\n  },\n  {\n    \"id\": \"89624781-a501-517c-ba31-e6589ea843c5\",\n    \"connector_id\": \"091ac352-9633-ba11-ba56-19e37c98a800\",\n    \"external_id\": \"string\",\n    \"external_path\": \"string\",\n    \"recursive\": false,\n    \"include_globs\": [\n      \"string\",\n      \"string\"\n    ],\n    \"exclude_globs\": [\n      \"string\",\n      \"string\"\n    ],\n    \"schedule_minutes\": 652,\n    \"enabled\": true,\n    \"last_sync_at\": {},\n    \"next_sync_at\": {},\n    \"total_files\": 2060,\n    \"failed_files\": 5535,\n    \"created_at\": {}\n  }\n]",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "093d7709-19fc-464f-8adb-0dbffa7e7187",
              "name": "Validation Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "connectors",
                    ":connector_id",
                    "folders"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "6bcf5cf3-deae-806b-dbfc-043c66f90e64",
                      "key": "connector_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"detail\": [\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    },\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "b6daf56a-1b84-4bcd-8d2a-99bfbe64938f",
          "name": "Add Folder",
          "request": {
            "name": "Add Folder",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "connectors",
                ":connector_id",
                "folders"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "6bcf5cf3-deae-806b-dbfc-043c66f90e64",
                  "key": "connector_id",
                  "description": "(Required) "
                }
              ]
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"external_id\": \"string\",\n  \"external_path\": \"string\",\n  \"recursive\": true,\n  \"include_globs\": [\n    \"string\",\n    \"string\"\n  ],\n  \"exclude_globs\": [\n    \"string\",\n    \"string\"\n  ],\n  \"schedule_minutes\": 60\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "217aa3cc-cddd-4433-8e97-225f382f90a1",
              "name": "Successful Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "connectors",
                    ":connector_id",
                    "folders"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "6bcf5cf3-deae-806b-dbfc-043c66f90e64",
                      "key": "connector_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"external_id\": \"string\",\n  \"external_path\": \"string\",\n  \"recursive\": true,\n  \"include_globs\": [\n    \"string\",\n    \"string\"\n  ],\n  \"exclude_globs\": [\n    \"string\",\n    \"string\"\n  ],\n  \"schedule_minutes\": 60\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"id\": \"0e0ae2b1-ebbc-eb6e-45fa-5cb82df52a74\",\n  \"connector_id\": \"50d53646-8953-aaf2-21c6-00567a4e2d1f\",\n  \"external_id\": \"string\",\n  \"external_path\": \"string\",\n  \"recursive\": true,\n  \"include_globs\": [\n    \"string\",\n    \"string\"\n  ],\n  \"exclude_globs\": [\n    \"string\",\n    \"string\"\n  ],\n  \"schedule_minutes\": 9746,\n  \"enabled\": false,\n  \"last_sync_at\": {},\n  \"next_sync_at\": {},\n  \"total_files\": 1008,\n  \"failed_files\": 6292,\n  \"created_at\": {}\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "ebd6360d-3df3-496b-902a-1cb707dbdf57",
              "name": "Validation Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "connectors",
                    ":connector_id",
                    "folders"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "6bcf5cf3-deae-806b-dbfc-043c66f90e64",
                      "key": "connector_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"external_id\": \"string\",\n  \"external_path\": \"string\",\n  \"recursive\": true,\n  \"include_globs\": [\n    \"string\",\n    \"string\"\n  ],\n  \"exclude_globs\": [\n    \"string\",\n    \"string\"\n  ],\n  \"schedule_minutes\": 60\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"detail\": [\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    },\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "4c5788f2-8e25-4fcc-97ad-88d47973ad31",
          "name": "Browse Folders",
          "request": {
            "name": "Browse Folders",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "connectors",
                ":connector_id",
                "browse"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "key": "parent",
                  "value": "string"
                }
              ],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "6bcf5cf3-deae-806b-dbfc-043c66f90e64",
                  "key": "connector_id",
                  "description": "(Required) "
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "b963ac83-54b0-425f-ae29-f9e15d4861bb",
              "name": "Successful Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "connectors",
                    ":connector_id",
                    "browse"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "parent",
                      "value": "string"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "6bcf5cf3-deae-806b-dbfc-043c66f90e64",
                      "key": "connector_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "593e4fa3-2326-4203-8e09-874d6fe9c4eb",
              "name": "Validation Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "connectors",
                    ":connector_id",
                    "browse"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "parent",
                      "value": "string"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "6bcf5cf3-deae-806b-dbfc-043c66f90e64",
                      "key": "connector_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"detail\": [\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    },\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "94ae3b94-a6b5-4bf8-9094-53ec7f676a1e",
          "name": "Update Folder",
          "request": {
            "name": "Update Folder",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "connectors",
                ":connector_id",
                "folders",
                ":folder_id"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "6bcf5cf3-deae-806b-dbfc-043c66f90e64",
                  "key": "connector_id",
                  "description": "(Required) "
                },
                {
                  "disabled": false,
                  "type": "any",
                  "value": "38ea015b-0c61-aebc-e735-41ab469ff22b",
                  "key": "folder_id",
                  "description": "(Required) "
                }
              ]
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "PATCH",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"schedule_minutes\": 5947,\n  \"enabled\": false,\n  \"include_globs\": [\n    \"string\",\n    \"string\"\n  ],\n  \"exclude_globs\": [\n    \"string\",\n    \"string\"\n  ]\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "081756ea-3637-4850-9612-253d032ea419",
              "name": "Successful Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "connectors",
                    ":connector_id",
                    "folders",
                    ":folder_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "6bcf5cf3-deae-806b-dbfc-043c66f90e64",
                      "key": "connector_id",
                      "description": "(Required) "
                    },
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "38ea015b-0c61-aebc-e735-41ab469ff22b",
                      "key": "folder_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"schedule_minutes\": 3304,\n  \"enabled\": true,\n  \"include_globs\": [\n    \"string\",\n    \"string\"\n  ],\n  \"exclude_globs\": [\n    \"string\",\n    \"string\"\n  ]\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"id\": \"0e0ae2b1-ebbc-eb6e-45fa-5cb82df52a74\",\n  \"connector_id\": \"50d53646-8953-aaf2-21c6-00567a4e2d1f\",\n  \"external_id\": \"string\",\n  \"external_path\": \"string\",\n  \"recursive\": true,\n  \"include_globs\": [\n    \"string\",\n    \"string\"\n  ],\n  \"exclude_globs\": [\n    \"string\",\n    \"string\"\n  ],\n  \"schedule_minutes\": 9746,\n  \"enabled\": false,\n  \"last_sync_at\": {},\n  \"next_sync_at\": {},\n  \"total_files\": 1008,\n  \"failed_files\": 6292,\n  \"created_at\": {}\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "8dda490d-46a8-427f-a250-b1a9ed4d7288",
              "name": "Validation Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "connectors",
                    ":connector_id",
                    "folders",
                    ":folder_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "6bcf5cf3-deae-806b-dbfc-043c66f90e64",
                      "key": "connector_id",
                      "description": "(Required) "
                    },
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "38ea015b-0c61-aebc-e735-41ab469ff22b",
                      "key": "folder_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"schedule_minutes\": 3304,\n  \"enabled\": true,\n  \"include_globs\": [\n    \"string\",\n    \"string\"\n  ],\n  \"exclude_globs\": [\n    \"string\",\n    \"string\"\n  ]\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"detail\": [\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    },\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "0e0a3770-90a9-42c8-b5d6-6773ecd67fe6",
          "name": "Remove Folder",
          "request": {
            "name": "Remove Folder",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "connectors",
                ":connector_id",
                "folders",
                ":folder_id"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "6bcf5cf3-deae-806b-dbfc-043c66f90e64",
                  "key": "connector_id",
                  "description": "(Required) "
                },
                {
                  "disabled": false,
                  "type": "any",
                  "value": "38ea015b-0c61-aebc-e735-41ab469ff22b",
                  "key": "folder_id",
                  "description": "(Required) "
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "DELETE",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "722569d7-c5b5-4234-9fc2-3623ff8a6729",
              "name": "Successful Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "connectors",
                    ":connector_id",
                    "folders",
                    ":folder_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "6bcf5cf3-deae-806b-dbfc-043c66f90e64",
                      "key": "connector_id",
                      "description": "(Required) "
                    },
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "38ea015b-0c61-aebc-e735-41ab469ff22b",
                      "key": "folder_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "538b7ff0-ccef-4f25-8632-10e5eec5660a",
              "name": "Validation Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "connectors",
                    ":connector_id",
                    "folders",
                    ":folder_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "6bcf5cf3-deae-806b-dbfc-043c66f90e64",
                      "key": "connector_id",
                      "description": "(Required) "
                    },
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "38ea015b-0c61-aebc-e735-41ab469ff22b",
                      "key": "folder_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"detail\": [\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    },\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "cb7ab6c2-ad3c-4feb-a5ee-ecf122b74915",
          "name": "Sync Now",
          "request": {
            "name": "Sync Now",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "connectors",
                ":connector_id",
                "folders",
                ":folder_id",
                "sync-now"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "6bcf5cf3-deae-806b-dbfc-043c66f90e64",
                  "key": "connector_id",
                  "description": "(Required) "
                },
                {
                  "disabled": false,
                  "type": "any",
                  "value": "38ea015b-0c61-aebc-e735-41ab469ff22b",
                  "key": "folder_id",
                  "description": "(Required) "
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "37f382e0-3823-4462-a422-d7070ed17b8d",
              "name": "Successful Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "connectors",
                    ":connector_id",
                    "folders",
                    ":folder_id",
                    "sync-now"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "6bcf5cf3-deae-806b-dbfc-043c66f90e64",
                      "key": "connector_id",
                      "description": "(Required) "
                    },
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "38ea015b-0c61-aebc-e735-41ab469ff22b",
                      "key": "folder_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "a401ef7f-7b25-4084-b265-727d73935f6c",
              "name": "Validation Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "connectors",
                    ":connector_id",
                    "folders",
                    ":folder_id",
                    "sync-now"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "6bcf5cf3-deae-806b-dbfc-043c66f90e64",
                      "key": "connector_id",
                      "description": "(Required) "
                    },
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "38ea015b-0c61-aebc-e735-41ab469ff22b",
                      "key": "folder_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {}
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"detail\": [\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    },\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "e0be8d11-5085-491c-a4ea-b9260f69814e",
          "name": "Sync Now",
          "request": {
            "name": "Sync Now",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "connectors",
                ":connector_id",
                "folders",
                ":folder_id",
                "sync"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "6bcf5cf3-deae-806b-dbfc-043c66f90e64",
                  "key": "connector_id",
                  "description": "(Required) "
                },
                {
                  "disabled": false,
                  "type": "any",
                  "value": "38ea015b-0c61-aebc-e735-41ab469ff22b",
                  "key": "folder_id",
                  "description": "(Required) "
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "c4909f19-9078-4805-b17f-0ece6c84c492",
              "name": "Successful Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "connectors",
                    ":connector_id",
                    "folders",
                    ":folder_id",
                    "sync"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "6bcf5cf3-deae-806b-dbfc-043c66f90e64",
                      "key": "connector_id",
                      "description": "(Required) "
                    },
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "38ea015b-0c61-aebc-e735-41ab469ff22b",
                      "key": "folder_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "c24ad7b1-39ba-4a4d-a6a3-af353c2bf27b",
              "name": "Validation Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "connectors",
                    ":connector_id",
                    "folders",
                    ":folder_id",
                    "sync"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "6bcf5cf3-deae-806b-dbfc-043c66f90e64",
                      "key": "connector_id",
                      "description": "(Required) "
                    },
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "38ea015b-0c61-aebc-e735-41ab469ff22b",
                      "key": "folder_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {}
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"detail\": [\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    },\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "2719d37d-3b04-4291-841d-becdb6cb8a26",
          "name": "List Files",
          "request": {
            "name": "List Files",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "connectors",
                ":connector_id",
                "folders",
                ":folder_id",
                "files"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "key": "status",
                  "value": "string"
                },
                {
                  "disabled": false,
                  "key": "limit",
                  "value": "50"
                },
                {
                  "disabled": false,
                  "key": "offset",
                  "value": "0"
                }
              ],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "6bcf5cf3-deae-806b-dbfc-043c66f90e64",
                  "key": "connector_id",
                  "description": "(Required) "
                },
                {
                  "disabled": false,
                  "type": "any",
                  "value": "38ea015b-0c61-aebc-e735-41ab469ff22b",
                  "key": "folder_id",
                  "description": "(Required) "
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "8371da97-15c1-468a-af3d-d0d800fb0615",
              "name": "Successful Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "connectors",
                    ":connector_id",
                    "folders",
                    ":folder_id",
                    "files"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "status",
                      "value": "string"
                    },
                    {
                      "key": "limit",
                      "value": "50"
                    },
                    {
                      "key": "offset",
                      "value": "0"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "6bcf5cf3-deae-806b-dbfc-043c66f90e64",
                      "key": "connector_id",
                      "description": "(Required) "
                    },
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "38ea015b-0c61-aebc-e735-41ab469ff22b",
                      "key": "folder_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "[\n  {\n    \"id\": \"2dcc5ea9-0e9e-8ac3-c046-3cd1b2e02739\",\n    \"folder_id\": \"baff1c2d-ccff-076e-1b60-79e1751f69b7\",\n    \"document_id\": \"f598967d-5805-b22a-41af-8144110b8aa4\",\n    \"external_id\": \"string\",\n    \"external_path\": \"string\",\n    \"mime_type\": \"string\",\n    \"size_bytes\": 3593,\n    \"checksum\": \"string\",\n    \"modified_at\": {},\n    \"ingested_at\": {},\n    \"status\": \"string\",\n    \"error\": \"string\",\n    \"attempt\": 1381,\n    \"created_at\": {}\n  },\n  {\n    \"id\": \"3c2a374f-bad4-3a77-37b1-751b1d8915f2\",\n    \"folder_id\": \"0455f423-ae9e-00b1-5bcc-58be62ef186b\",\n    \"document_id\": \"6134a41f-d08f-ed0a-6212-c2522c657208\",\n    \"external_id\": \"string\",\n    \"external_path\": \"string\",\n    \"mime_type\": \"string\",\n    \"size_bytes\": 7049,\n    \"checksum\": \"string\",\n    \"modified_at\": {},\n    \"ingested_at\": {},\n    \"status\": \"string\",\n    \"error\": \"string\",\n    \"attempt\": 8150,\n    \"created_at\": {}\n  }\n]",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "f3388b9d-2220-4491-9f56-1857ae166544",
              "name": "Validation Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "connectors",
                    ":connector_id",
                    "folders",
                    ":folder_id",
                    "files"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "status",
                      "value": "string"
                    },
                    {
                      "key": "limit",
                      "value": "50"
                    },
                    {
                      "key": "offset",
                      "value": "0"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "6bcf5cf3-deae-806b-dbfc-043c66f90e64",
                      "key": "connector_id",
                      "description": "(Required) "
                    },
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "38ea015b-0c61-aebc-e735-41ab469ff22b",
                      "key": "folder_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"detail\": [\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    },\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "9a4607b8-bafe-46ca-9bf0-632803a28a91",
          "name": "List Sync Runs",
          "request": {
            "name": "List Sync Runs",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "connectors",
                ":connector_id",
                "folders",
                ":folder_id",
                "runs"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "key": "limit",
                  "value": "20"
                }
              ],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "6bcf5cf3-deae-806b-dbfc-043c66f90e64",
                  "key": "connector_id",
                  "description": "(Required) "
                },
                {
                  "disabled": false,
                  "type": "any",
                  "value": "38ea015b-0c61-aebc-e735-41ab469ff22b",
                  "key": "folder_id",
                  "description": "(Required) "
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "9f8b4bff-7810-4a9b-870a-763a37509222",
              "name": "Successful Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "connectors",
                    ":connector_id",
                    "folders",
                    ":folder_id",
                    "runs"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "limit",
                      "value": "20"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "6bcf5cf3-deae-806b-dbfc-043c66f90e64",
                      "key": "connector_id",
                      "description": "(Required) "
                    },
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "38ea015b-0c61-aebc-e735-41ab469ff22b",
                      "key": "folder_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "[\n  {\n    \"id\": \"3273fb7a-23c1-14e7-a9e9-d2ef1b64ae94\",\n    \"folder_id\": \"ccf610ff-510e-2f53-585d-f7bb82e8ebf7\",\n    \"connector_id\": \"a54f3d4e-7deb-79e8-3846-0f7c0764a0bf\",\n    \"status\": \"string\",\n    \"started_at\": {},\n    \"ended_at\": {},\n    \"files_seen\": 6032,\n    \"files_added\": 393,\n    \"files_updated\": 4518,\n    \"files_removed\": 9068,\n    \"files_failed\": 6341,\n    \"error\": \"string\",\n    \"trigger_kind\": \"string\"\n  },\n  {\n    \"id\": \"ce9fb64d-a040-7177-256e-a4668df0d761\",\n    \"folder_id\": \"4cedce09-dcfe-a7bb-9109-0dc478e8c77b\",\n    \"connector_id\": \"e84215b8-413c-ff08-7781-d131624d6308\",\n    \"status\": \"string\",\n    \"started_at\": {},\n    \"ended_at\": {},\n    \"files_seen\": 9342,\n    \"files_added\": 1830,\n    \"files_updated\": 8037,\n    \"files_removed\": 7617,\n    \"files_failed\": 1454,\n    \"error\": \"string\",\n    \"trigger_kind\": \"string\"\n  }\n]",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "e3acda2d-f93a-4e66-81d5-d46f788c9441",
              "name": "Validation Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "connectors",
                    ":connector_id",
                    "folders",
                    ":folder_id",
                    "runs"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "limit",
                      "value": "20"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "6bcf5cf3-deae-806b-dbfc-043c66f90e64",
                      "key": "connector_id",
                      "description": "(Required) "
                    },
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "38ea015b-0c61-aebc-e735-41ab469ff22b",
                      "key": "folder_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"detail\": [\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    },\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ],
      "event": []
    },
    {
      "id": "144fc31a-7749-4173-8b18-ef487c0c570f",
      "name": "dashboard",
      "description": {
        "content": "",
        "type": "text/plain"
      },
      "item": [
        {
          "id": "c6ec495c-fe69-4d7c-a0aa-1f43b3339b51",
          "name": "Get Overview",
          "request": {
            "name": "Get Overview",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "dashboard",
                "overview"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "key": "range",
                  "value": "30d"
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "48de803a-3dbc-44de-8813-1f8b986250e2",
              "name": "Successful Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "dashboard",
                    "overview"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "range",
                      "value": "30d"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "a662a5d3-34fb-4898-a487-a5c48fe6bfce",
              "name": "Validation Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "dashboard",
                    "overview"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "range",
                      "value": "30d"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"detail\": [\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    },\n    {\n      \"loc\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ],
      "event": []
    },
    {
      "id": "186192b2-fc9c-4964-81a4-b04f9ca0ccce",
      "name": "/v1/auth/login",
      "request": {
        "name": "/v1/auth/login",
        "description": {},
        "url": {
          "path": [
            "v1",
            "auth",
            "login"
          ],
          "host": [
            "{{baseUrl}}"
          ],
          "query": [],
          "variable": []
        },
        "method": "POST",
        "auth": null
      },
      "response": [],
      "event": [],
      "protocolProfileBehavior": {
        "disableBodyPruning": true
      }
    },
    {
      "id": "4b188420-7e17-48e1-953e-460bc167b6b1",
      "name": "/v1/auth/refresh",
      "request": {
        "name": "/v1/auth/refresh",
        "description": {},
        "url": {
          "path": [
            "v1",
            "auth",
            "refresh"
          ],
          "host": [
            "{{baseUrl}}"
          ],
          "query": [],
          "variable": []
        },
        "method": "POST",
        "auth": null
      },
      "response": [],
      "event": [],
      "protocolProfileBehavior": {
        "disableBodyPruning": true
      }
    },
    {
      "id": "30e90e6c-2687-4a34-9767-0d18c840a3c5",
      "name": "/v1/workflows",
      "request": {
        "name": "/v1/workflows",
        "description": {},
        "url": {
          "path": [
            "v1",
            "workflows"
          ],
          "host": [
            "{{baseUrl}}"
          ],
          "query": [],
          "variable": []
        },
        "method": "GET",
        "auth": null
      },
      "response": [],
      "event": [],
      "protocolProfileBehavior": {
        "disableBodyPruning": true
      }
    },
    {
      "id": "efdc3b27-a127-47ad-a4f3-a21b81b0ef54",
      "name": "/v1/workflows/:id/runs",
      "request": {
        "name": "/v1/workflows/:id/runs",
        "description": {},
        "url": {
          "path": [
            "v1",
            "workflows",
            ":id",
            "runs"
          ],
          "host": [
            "{{baseUrl}}"
          ],
          "query": [],
          "variable": []
        },
        "method": "POST",
        "auth": null
      },
      "response": [],
      "event": [],
      "protocolProfileBehavior": {
        "disableBodyPruning": true
      }
    },
    {
      "id": "5e82ece6-aa94-4e1c-82e6-a55ab2702182",
      "name": "/v1/workflows/runs/:run_id",
      "request": {
        "name": "/v1/workflows/runs/:run_id",
        "description": {},
        "url": {
          "path": [
            "v1",
            "workflows",
            "runs",
            ":run_id"
          ],
          "host": [
            "{{baseUrl}}"
          ],
          "query": [],
          "variable": []
        },
        "method": "GET",
        "auth": null
      },
      "response": [],
      "event": [],
      "protocolProfileBehavior": {
        "disableBodyPruning": true
      }
    },
    {
      "id": "8d554265-9784-4770-babf-23f9fa517fd8",
      "name": "/v1/research",
      "request": {
        "name": "/v1/research",
        "description": {},
        "url": {
          "path": [
            "v1",
            "research"
          ],
          "host": [
            "{{baseUrl}}"
          ],
          "query": [],
          "variable": []
        },
        "method": "POST",
        "auth": null
      },
      "response": [],
      "event": [],
      "protocolProfileBehavior": {
        "disableBodyPruning": true
      }
    },
    {
      "id": "546c1ee3-019a-4d03-90d2-c995b650d6cf",
      "name": "/v1/research/:id",
      "request": {
        "name": "/v1/research/:id",
        "description": {},
        "url": {
          "path": [
            "v1",
            "research",
            ":id"
          ],
          "host": [
            "{{baseUrl}}"
          ],
          "query": [],
          "variable": []
        },
        "method": "GET",
        "auth": null
      },
      "response": [],
      "event": [],
      "protocolProfileBehavior": {
        "disableBodyPruning": true
      }
    },
    {
      "id": "2583bd40-9cff-4ccf-8bea-f5e0749aff47",
      "name": "/v1/agents/:id/run",
      "request": {
        "name": "/v1/agents/:id/run",
        "description": {},
        "url": {
          "path": [
            "v1",
            "agents",
            ":id",
            "run"
          ],
          "host": [
            "{{baseUrl}}"
          ],
          "query": [],
          "variable": []
        },
        "method": "POST",
        "auth": null
      },
      "response": [],
      "event": [],
      "protocolProfileBehavior": {
        "disableBodyPruning": true
      }
    },
    {
      "id": "74df90d2-d62d-434d-b948-66048ad91ac1",
      "name": "/v1/chat/sessions",
      "request": {
        "name": "/v1/chat/sessions",
        "description": {},
        "url": {
          "path": [
            "v1",
            "chat",
            "sessions"
          ],
          "host": [
            "{{baseUrl}}"
          ],
          "query": [],
          "variable": []
        },
        "method": "POST",
        "auth": null
      },
      "response": [],
      "event": [],
      "protocolProfileBehavior": {
        "disableBodyPruning": true
      }
    },
    {
      "id": "1184ac97-9404-4fc9-b3ec-ebe14294ab7a",
      "name": "/v1/chat/sessions/:id/messages",
      "request": {
        "name": "/v1/chat/sessions/:id/messages",
        "description": {},
        "url": {
          "path": [
            "v1",
            "chat",
            "sessions",
            ":id",
            "messages"
          ],
          "host": [
            "{{baseUrl}}"
          ],
          "query": [],
          "variable": []
        },
        "method": "POST",
        "auth": null
      },
      "response": [],
      "event": [],
      "protocolProfileBehavior": {
        "disableBodyPruning": true
      }
    },
    {
      "id": "70e2861d-d1b0-40f3-8019-e428d08043b4",
      "name": "/v1/documents/upload",
      "request": {
        "name": "/v1/documents/upload",
        "description": {},
        "url": {
          "path": [
            "v1",
            "documents",
            "upload"
          ],
          "host": [
            "{{baseUrl}}"
          ],
          "query": [],
          "variable": []
        },
        "method": "POST",
        "auth": null
      },
      "response": [],
      "event": [],
      "protocolProfileBehavior": {
        "disableBodyPruning": true
      }
    },
    {
      "id": "b441f66d-cea8-421d-882f-96c74c5c5190",
      "name": "/v1/bulk/jobs",
      "request": {
        "name": "/v1/bulk/jobs",
        "description": {},
        "url": {
          "path": [
            "v1",
            "bulk",
            "jobs"
          ],
          "host": [
            "{{baseUrl}}"
          ],
          "query": [],
          "variable": []
        },
        "method": "POST",
        "auth": null
      },
      "response": [],
      "event": [],
      "protocolProfileBehavior": {
        "disableBodyPruning": true
      }
    },
    {
      "id": "7afb2d2f-db1f-475a-94d0-549be2b64c88",
      "name": "/v1/bulk/jobs/:id/rows",
      "request": {
        "name": "/v1/bulk/jobs/:id/rows",
        "description": {},
        "url": {
          "path": [
            "v1",
            "bulk",
            "jobs",
            ":id",
            "rows"
          ],
          "host": [
            "{{baseUrl}}"
          ],
          "query": [],
          "variable": []
        },
        "method": "GET",
        "auth": null
      },
      "response": [],
      "event": [],
      "protocolProfileBehavior": {
        "disableBodyPruning": true
      }
    },
    {
      "id": "5a06c0a9-0bef-4c04-8746-17a14ed4227d",
      "name": "/v1/users/me",
      "request": {
        "name": "/v1/users/me",
        "description": {},
        "url": {
          "path": [
            "v1",
            "users",
            "me"
          ],
          "host": [
            "{{baseUrl}}"
          ],
          "query": [],
          "variable": []
        },
        "method": "GET",
        "auth": null
      },
      "response": [],
      "event": [],
      "protocolProfileBehavior": {
        "disableBodyPruning": true
      }
    },
    {
      "id": "da261824-73af-42b1-a864-a58e97126c8b",
      "name": "/v1/billing/credits",
      "request": {
        "name": "/v1/billing/credits",
        "description": {},
        "url": {
          "path": [
            "v1",
            "billing",
            "credits"
          ],
          "host": [
            "{{baseUrl}}"
          ],
          "query": [],
          "variable": []
        },
        "method": "GET",
        "auth": null
      },
      "response": [],
      "event": [],
      "protocolProfileBehavior": {
        "disableBodyPruning": true
      }
    },
    {
      "id": "27d3f799-af0b-49a3-99f8-d4f0bf02a883",
      "name": "/v1/connectors",
      "request": {
        "name": "/v1/connectors",
        "description": {},
        "url": {
          "path": [
            "v1",
            "connectors"
          ],
          "host": [
            "{{baseUrl}}"
          ],
          "query": [],
          "variable": []
        },
        "method": "POST",
        "auth": null
      },
      "response": [],
      "event": [],
      "protocolProfileBehavior": {
        "disableBodyPruning": true
      }
    },
    {
      "id": "528e313a-6e1c-4409-9b75-0b09b0596348",
      "name": "/v1/connectors/:id/folders/:folder_id/sync",
      "request": {
        "name": "/v1/connectors/:id/folders/:folder_id/sync",
        "description": {},
        "url": {
          "path": [
            "v1",
            "connectors",
            ":id",
            "folders",
            ":folder_id",
            "sync"
          ],
          "host": [
            "{{baseUrl}}"
          ],
          "query": [],
          "variable": []
        },
        "method": "GET",
        "auth": null
      },
      "response": [],
      "event": [],
      "protocolProfileBehavior": {
        "disableBodyPruning": true
      }
    },
    {
      "id": "17a8752a-f96e-4286-95a1-88a2d6fb6c1c",
      "name": "/v1/workspaces/items",
      "request": {
        "name": "/v1/workspaces/items",
        "description": {},
        "url": {
          "path": [
            "v1",
            "workspaces",
            "items"
          ],
          "host": [
            "{{baseUrl}}"
          ],
          "query": [],
          "variable": []
        },
        "method": "POST",
        "auth": null
      },
      "response": [],
      "event": [],
      "protocolProfileBehavior": {
        "disableBodyPruning": true
      }
    },
    {
      "id": "9eea9012-3d68-4757-a06e-81266ef6eaf9",
      "name": "/v1/auth/api-keys",
      "request": {
        "name": "/v1/auth/api-keys",
        "description": {},
        "url": {
          "path": [
            "v1",
            "auth",
            "api-keys"
          ],
          "host": [
            "{{baseUrl}}"
          ],
          "query": [],
          "variable": []
        },
        "method": "POST",
        "auth": null
      },
      "response": [],
      "event": [],
      "protocolProfileBehavior": {
        "disableBodyPruning": true
      }
    },
    {
      "id": "41c5f541-5ce5-4961-a654-834e9ca5d6ca",
      "name": "/v1/auth/mfa/totp/setup",
      "request": {
        "name": "/v1/auth/mfa/totp/setup",
        "description": {},
        "url": {
          "path": [
            "v1",
            "auth",
            "mfa",
            "totp",
            "setup"
          ],
          "host": [
            "{{baseUrl}}"
          ],
          "query": [],
          "variable": []
        },
        "method": "POST",
        "auth": null
      },
      "response": [],
      "event": [],
      "protocolProfileBehavior": {
        "disableBodyPruning": true
      }
    },
    {
      "id": "bbca7b44-03fa-4d01-94c6-2a295a8f7a33",
      "name": "/v1/chat/:session_id/stream",
      "request": {
        "name": "/v1/chat/:session_id/stream",
        "description": {},
        "url": {
          "path": [
            "v1",
            "chat",
            ":session_id",
            "stream"
          ],
          "host": [
            "{{baseUrl}}"
          ],
          "query": [],
          "variable": []
        },
        "method": "GET",
        "auth": null
      },
      "response": [],
      "event": [],
      "protocolProfileBehavior": {
        "disableBodyPruning": true
      }
    }
  ],
  "event": [],
  "variable": [
    {
      "type": "string",
      "value": "https://api.hubrix.ai/v1",
      "key": "baseUrl"
    },
    {
      "key": "baseUrl",
      "value": "https://api.hubrix.ai/v1",
      "type": "string"
    },
    {
      "key": "token",
      "value": "",
      "type": "string",
      "description": "Set via POST /auth/login"
    }
  ],
  "info": {
    "_postman_id": "6d16e458-4b70-4391-b243-742bd17bc8d4",
    "name": "Hubrix API",
    "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json",
    "description": {
      "content": "## Welcome to the Hubrix API\n\nThe Hubrix API gives you programmatic access to every feature of the Hubrix AI Workspace:\nchat, custom agents, visual workflow automation, deep research, bulk processing, document storage,\ncloud data connectors, billing, and team workspaces.\n\n### Base URLs\n\n| Environment | URL |\n|-------------|-----|\n| Production | `https://api.hubrix.ai/v1` |\n| Staging | `https://dev2.hubrix.ai/api/v1` |\n\nAll paths in this reference are shown relative to the base URL (e.g. `POST /auth/login`\nmaps to `POST https://api.hubrix.ai/v1/auth/login` in production).\n\n### Authentication\n\nAll endpoints require a `Bearer` token in the `Authorization` header unless explicitly\nmarked **Public**. Obtain a token by:\n\n1. **Email/password** — `POST /auth/login` → `{access_token, refresh_token}`\n2. **Google SSO** — `GET /auth/google/start` → redirect → `GET /auth/google/callback`\n3. **Microsoft SSO** — `GET /auth/microsoft/start` → redirect → `GET /auth/microsoft/callback`\n\nAccess tokens expire after **15 minutes**. Use `POST /auth/refresh` with the `refresh_token`\n(valid 30 days, rotated on each use) to obtain a new access token without re-authentication.\n\nAPI keys (format: `hbx_…`) authenticate as a company without user context. Issue them from\n**Settings → API Keys** in the Hubrix UI.\n\n### Versioning\n\nWe use CalVer (`YYYY.MM.DD`) shown in `info.version` and returned on every response in the\n`X-Hubrix-Version` header. We commit to:\n\n- **Backward-compatible additions** — new endpoints, new optional fields — at any time.\n- **Breaking changes** — at most quarterly, with 90-day deprecation notice, changelog entry,\n  `Sunset` header on deprecated endpoints, and email to active integrators.\n\nPin to a specific version by sending `X-Hubrix-API-Version: 2026.05.04`. We serve the\nrequested version for its full deprecation window.\n\n### Rate Limits\n\nRate limit state is returned on every response:\n\n| Header | Description |\n|--------|-------------|\n| `X-RateLimit-Limit` | Maximum requests allowed in the window |\n| `X-RateLimit-Remaining` | Requests remaining in the current window |\n| `X-RateLimit-Reset` | Unix epoch when the window resets |\n\nOn `429 Too Many Requests`, wait until `X-RateLimit-Reset` or use exponential backoff\nstarting at 1 second. See the [Rate Limits guide](https://api.hubrix.ai/rate-limits).\n\n### Errors\n\nAll errors follow [RFC 9457 Problem Details](https://www.rfc-editor.org/rfc/rfc9457):\n\n```json\n{\n  \"type\":     \"https://api.hubrix.ai/errors/insufficient_credits\",\n  \"title\":    \"Insufficient credits\",\n  \"status\":   402,\n  \"detail\":   \"This action requires 60 credits; current balance is 13.\",\n  \"instance\": \"/v1/research\",\n  \"request_id\": \"req_01HZ3K9...\"\n}\n```\n\nResponses use `Content-Type: application/problem+json`. See the full\n[error code reference](https://api.hubrix.ai/errors).\n\n### Credits\n\nAI operations consume credits from your company's monthly allocation. Each endpoint that\ncosts credits documents its credit cost in the description. The billing flow is:\n\n1. `reserve()` — credits reserved before the operation starts\n2. `commit()` — reserved credits converted to used on success\n3. `refund()` — reserved credits returned on failure\n\nCheck your balance at `GET /billing/credits`. Top up at `POST /billing/topup`.\n\n### SDKs\n\nOfficial SDKs:\n\n- **Python** — `pip install hubrix` · [Quickstart](https://api.hubrix.ai/sdks/python)\n- **JavaScript/TypeScript** — `npm install @hubrix/sdk` · [Quickstart](https://api.hubrix.ai/sdks/javascript)\n- **Swift** — SPM package · [Quickstart](https://api.hubrix.ai/sdks/swift) *(preview)*\n\n### Webhooks\n\nHubrix sends signed webhooks for billing events, workflow completions, and job state changes.\nSee [Webhooks](https://api.hubrix.ai/webhooks).\n\n### Support\n\n- **API issues**: [api@hubrix.ai](mailto:api@hubrix.ai)\n- **Documentation**: [hubrix.ai/contact](https://hubrix.ai/contact)\n- **Engineering blog**: [docs.hubrix.ai/engineering](https://docs.hubrix.ai/engineering)\n\n\nContact Support:\n Name: Hubrix Engineering\n Email: api@hubrix.ai",
      "type": "text/plain"
    }
  },
  "auth": {
    "type": "bearer",
    "bearer": [
      {
        "key": "token",
        "value": "{{token}}",
        "type": "string"
      }
    ]
  }
}