{
  "item": [
    {
      "id": "ce76b526-9f91-498e-8b5a-534b8337822e",
      "name": "Public REST",
      "description": {
        "content": "Key-authenticated JSON under `/api/v1/ext/*` (gated by `ENABLE_PUBLIC_API` in deployment).",
        "type": "text/plain"
      },
      "item": [
        {
          "id": "9fceec1e-2a6a-4980-aa63-9fa71e9130d4",
          "name": "List published idea collections",
          "request": {
            "name": "List published idea collections",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "ext",
                "collections"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": null
          },
          "response": [
            {
              "id": "64356ed8-619a-486a-99bc-e54b4dd8f52e",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "ext",
                    "collections"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "disabled": false,
                  "key": "Retry-After",
                  "value": "559",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Limit",
                  "value": "559",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Remaining",
                  "value": "559",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Reset",
                  "value": "559",
                  "description": ""
                },
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": [\n    {\n      \"description\": \"string\",\n      \"id\": \"e72fd5ec-2807-5785-5c4b-055a566da261\",\n      \"ideas_count\": 96,\n      \"published_at\": \"2020-12-10T13:35:23.465Z\",\n      \"title\": \"string\"\n    },\n    {\n      \"description\": \"string\",\n      \"id\": \"0d4386fa-27fc-2677-b214-9406c784fd85\",\n      \"ideas_count\": 6386,\n      \"published_at\": \"1992-07-09T01:43:13.199Z\",\n      \"title\": \"string\"\n    }\n  ],\n  \"success\": true\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "61d1a51a-97ba-4378-80c5-14337892984e",
              "name": "Bad request",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "ext",
                    "collections"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "disabled": false,
                  "key": "Retry-After",
                  "value": "559",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Limit",
                  "value": "559",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Remaining",
                  "value": "559",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Reset",
                  "value": "559",
                  "description": ""
                },
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"string\",\n    \"details\": {},\n    \"message\": \"string\"\n  },\n  \"success\": true\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "250b9fbf-4e09-4fd8-a42c-cf6601ad8639",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "ext",
                    "collections"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "disabled": false,
                  "key": "Retry-After",
                  "value": "559",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Limit",
                  "value": "559",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Remaining",
                  "value": "559",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Reset",
                  "value": "559",
                  "description": ""
                },
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"string\",\n    \"details\": {},\n    \"message\": \"string\"\n  },\n  \"success\": true\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "f0de8430-fc56-4438-9c9d-ba629ccf6c96",
              "name": "Forbidden",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "ext",
                    "collections"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "disabled": false,
                  "key": "Retry-After",
                  "value": "559",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Limit",
                  "value": "559",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Remaining",
                  "value": "559",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Reset",
                  "value": "559",
                  "description": ""
                },
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"string\",\n    \"details\": {},\n    \"message\": \"string\"\n  },\n  \"success\": true\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "e8cc695c-2691-46f8-acb6-55e9155b66eb",
              "name": "Rate limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "ext",
                    "collections"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "disabled": false,
                  "key": "Retry-After",
                  "value": "559",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Limit",
                  "value": "559",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Remaining",
                  "value": "559",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Reset",
                  "value": "559",
                  "description": ""
                },
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"string\",\n    \"details\": {},\n    \"message\": \"string\"\n  },\n  \"success\": true\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "615d3e11-c515-4836-af6a-3cc6bca961e2",
              "name": "Internal server error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "ext",
                    "collections"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "disabled": false,
                  "key": "Retry-After",
                  "value": "559",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Limit",
                  "value": "559",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Remaining",
                  "value": "559",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Reset",
                  "value": "559",
                  "description": ""
                },
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"string\",\n    \"details\": {},\n    \"message\": \"string\"\n  },\n  \"success\": true\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "400576f0-91fb-4c0e-a6c6-b37227a898de",
          "name": "List X-Ray analyses",
          "request": {
            "name": "List X-Ray analyses",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "ext",
                "idea-analyses"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "key": "page",
                  "value": "559",
                  "description": "Page number"
                },
                {
                  "disabled": false,
                  "key": "per_page",
                  "value": "559",
                  "description": "Items per page"
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": null
          },
          "response": [
            {
              "id": "b1db5aaa-00c6-4617-8bc2-51debe8ae46b",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "ext",
                    "idea-analyses"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "page",
                      "value": "559"
                    },
                    {
                      "key": "per_page",
                      "value": "559"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "disabled": false,
                  "key": "Retry-After",
                  "value": "559",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Limit",
                  "value": "559",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Remaining",
                  "value": "559",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Reset",
                  "value": "559",
                  "description": ""
                },
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": [\n    {\n      \"created_at\": \"2011-09-11T04:56:17.649Z\",\n      \"credits_used\": 8432,\n      \"description\": \"string\",\n      \"id\": \"7f106ff2-e17c-1786-02bb-7b01ec58a8c3\",\n      \"progress\": 1661,\n      \"result\": {},\n      \"status\": \"string\",\n      \"title\": \"string\"\n    },\n    {\n      \"created_at\": \"2006-08-07T20:21:27.537Z\",\n      \"credits_used\": 265,\n      \"description\": \"string\",\n      \"id\": \"b703250f-2a7e-6965-e694-5e96f7a9defe\",\n      \"progress\": 4221,\n      \"result\": {},\n      \"status\": \"string\",\n      \"title\": \"string\"\n    }\n  ],\n  \"success\": false\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "8a5e0194-38ad-41dc-9632-341f1d0f3a09",
              "name": "Bad request",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "ext",
                    "idea-analyses"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "page",
                      "value": "559"
                    },
                    {
                      "key": "per_page",
                      "value": "559"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "disabled": false,
                  "key": "Retry-After",
                  "value": "559",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Limit",
                  "value": "559",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Remaining",
                  "value": "559",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Reset",
                  "value": "559",
                  "description": ""
                },
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"string\",\n    \"details\": {},\n    \"message\": \"string\"\n  },\n  \"success\": true\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "cd5f54ca-0463-43d3-8a8d-a8d8778a4715",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "ext",
                    "idea-analyses"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "page",
                      "value": "559"
                    },
                    {
                      "key": "per_page",
                      "value": "559"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "disabled": false,
                  "key": "Retry-After",
                  "value": "559",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Limit",
                  "value": "559",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Remaining",
                  "value": "559",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Reset",
                  "value": "559",
                  "description": ""
                },
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"string\",\n    \"details\": {},\n    \"message\": \"string\"\n  },\n  \"success\": true\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "8ffccbd6-94e3-45ab-978a-40abef7eff67",
              "name": "Forbidden",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "ext",
                    "idea-analyses"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "page",
                      "value": "559"
                    },
                    {
                      "key": "per_page",
                      "value": "559"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "disabled": false,
                  "key": "Retry-After",
                  "value": "559",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Limit",
                  "value": "559",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Remaining",
                  "value": "559",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Reset",
                  "value": "559",
                  "description": ""
                },
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"string\",\n    \"details\": {},\n    \"message\": \"string\"\n  },\n  \"success\": true\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "11efcc7f-0bcf-4039-b82e-f494c491a45e",
              "name": "Rate limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "ext",
                    "idea-analyses"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "page",
                      "value": "559"
                    },
                    {
                      "key": "per_page",
                      "value": "559"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "disabled": false,
                  "key": "Retry-After",
                  "value": "559",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Limit",
                  "value": "559",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Remaining",
                  "value": "559",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Reset",
                  "value": "559",
                  "description": ""
                },
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"string\",\n    \"details\": {},\n    \"message\": \"string\"\n  },\n  \"success\": true\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "f6099c37-fc8f-408f-8cc2-b4cff6e0c2e0",
              "name": "Internal server error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "ext",
                    "idea-analyses"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "page",
                      "value": "559"
                    },
                    {
                      "key": "per_page",
                      "value": "559"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "disabled": false,
                  "key": "Retry-After",
                  "value": "559",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Limit",
                  "value": "559",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Remaining",
                  "value": "559",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Reset",
                  "value": "559",
                  "description": ""
                },
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"string\",\n    \"details\": {},\n    \"message\": \"string\"\n  },\n  \"success\": true\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "9c61116c-aa2c-496d-b8f3-39b83226d36e",
          "name": "Submit X-Ray analysis",
          "request": {
            "name": "Submit X-Ray analysis",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "ext",
                "idea-analyses"
              ],
              "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  \"description\": \"string\",\n  \"sector_slug\": \"string\",\n  \"title\": \"string\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "26ba5d99-32c8-48ea-8645-98bb25fc0faf",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "ext",
                    "idea-analyses"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"description\": \"string\",\n  \"sector_slug\": \"string\",\n  \"title\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "disabled": false,
                  "key": "Retry-After",
                  "value": "559",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Limit",
                  "value": "559",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Remaining",
                  "value": "559",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Reset",
                  "value": "559",
                  "description": ""
                },
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"credits_used\": 3620,\n    \"id\": \"1ce159e0-d157-6865-87d8-80ad9eb641b5\",\n    \"pipeline_saved\": true,\n    \"pipeline_saved_at\": \"1987-01-27T13:00:15.505Z\",\n    \"status\": \"string\"\n  },\n  \"success\": true\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "31825930-3af6-4030-ad2e-283cf0d3d744",
              "name": "Created",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "ext",
                    "idea-analyses"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"description\": \"string\",\n  \"sector_slug\": \"string\",\n  \"title\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Created",
              "code": 201,
              "header": [
                {
                  "disabled": false,
                  "key": "Retry-After",
                  "value": "559",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Limit",
                  "value": "559",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Remaining",
                  "value": "559",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Reset",
                  "value": "559",
                  "description": ""
                },
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"credits_used\": 3620,\n    \"id\": \"1ce159e0-d157-6865-87d8-80ad9eb641b5\",\n    \"pipeline_saved\": true,\n    \"pipeline_saved_at\": \"1987-01-27T13:00:15.505Z\",\n    \"status\": \"string\"\n  },\n  \"success\": true\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "e6ac4ba5-e78f-481c-a9ce-baa840dac178",
              "name": "Bad request",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "ext",
                    "idea-analyses"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"description\": \"string\",\n  \"sector_slug\": \"string\",\n  \"title\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "disabled": false,
                  "key": "Retry-After",
                  "value": "559",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Limit",
                  "value": "559",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Remaining",
                  "value": "559",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Reset",
                  "value": "559",
                  "description": ""
                },
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"string\",\n    \"details\": {},\n    \"message\": \"string\"\n  },\n  \"success\": true\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "f1c67289-b02d-4e77-967d-47832ab383dd",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "ext",
                    "idea-analyses"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"description\": \"string\",\n  \"sector_slug\": \"string\",\n  \"title\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "disabled": false,
                  "key": "Retry-After",
                  "value": "559",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Limit",
                  "value": "559",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Remaining",
                  "value": "559",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Reset",
                  "value": "559",
                  "description": ""
                },
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"string\",\n    \"details\": {},\n    \"message\": \"string\"\n  },\n  \"success\": true\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "d847c939-ad77-4e61-a374-8d3efbdd491f",
              "name": "Payment required or API key limit exceeded",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "ext",
                    "idea-analyses"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"description\": \"string\",\n  \"sector_slug\": \"string\",\n  \"title\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Payment Required",
              "code": 402,
              "header": [
                {
                  "disabled": false,
                  "key": "Retry-After",
                  "value": "559",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Limit",
                  "value": "559",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Remaining",
                  "value": "559",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Reset",
                  "value": "559",
                  "description": ""
                },
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"string\",\n    \"details\": {},\n    \"message\": \"string\"\n  },\n  \"success\": true\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "31e95c4f-8e2b-4db3-a368-7ad486f4dcf5",
              "name": "Forbidden",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "ext",
                    "idea-analyses"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"description\": \"string\",\n  \"sector_slug\": \"string\",\n  \"title\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "disabled": false,
                  "key": "Retry-After",
                  "value": "559",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Limit",
                  "value": "559",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Remaining",
                  "value": "559",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Reset",
                  "value": "559",
                  "description": ""
                },
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"string\",\n    \"details\": {},\n    \"message\": \"string\"\n  },\n  \"success\": true\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "e41f8683-9ccd-4a91-b973-cbf865a5e587",
              "name": "Rate limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "ext",
                    "idea-analyses"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"description\": \"string\",\n  \"sector_slug\": \"string\",\n  \"title\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "disabled": false,
                  "key": "Retry-After",
                  "value": "559",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Limit",
                  "value": "559",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Remaining",
                  "value": "559",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Reset",
                  "value": "559",
                  "description": ""
                },
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"string\",\n    \"details\": {},\n    \"message\": \"string\"\n  },\n  \"success\": true\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "a79e8f90-1d36-4be4-8c50-852f0880d529",
              "name": "Internal server error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "ext",
                    "idea-analyses"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"description\": \"string\",\n  \"sector_slug\": \"string\",\n  \"title\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "disabled": false,
                  "key": "Retry-After",
                  "value": "559",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Limit",
                  "value": "559",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Remaining",
                  "value": "559",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Reset",
                  "value": "559",
                  "description": ""
                },
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"string\",\n    \"details\": {},\n    \"message\": \"string\"\n  },\n  \"success\": true\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "5de39467-57f6-4aa6-878d-b1b57cad25d7",
          "name": "Get X-Ray analysis result",
          "request": {
            "name": "Get X-Ray analysis result",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "ext",
                "idea-analyses",
                ":id"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "ccff4f5c-99b0-0a61-8dbb-5690becbfd38",
                  "key": "id",
                  "description": "(Required) "
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": null
          },
          "response": [
            {
              "id": "d292e57c-71b5-48d0-8281-6df1a809ede2",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "ext",
                    "idea-analyses",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "ccff4f5c-99b0-0a61-8dbb-5690becbfd38",
                      "key": "id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "disabled": false,
                  "key": "Retry-After",
                  "value": "559",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Limit",
                  "value": "559",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Remaining",
                  "value": "559",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Reset",
                  "value": "559",
                  "description": ""
                },
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"created_at\": \"2010-04-30T11:47:20.401Z\",\n    \"credits_used\": 5470,\n    \"description\": \"string\",\n    \"id\": \"e810adfb-4326-7866-9d4f-d261d38a8f59\",\n    \"progress\": 4675,\n    \"result\": {},\n    \"status\": \"string\",\n    \"title\": \"string\"\n  },\n  \"success\": false\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "529d4c8d-e83a-480c-9880-efc03ebd3a67",
              "name": "Bad request",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "ext",
                    "idea-analyses",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "ccff4f5c-99b0-0a61-8dbb-5690becbfd38",
                      "key": "id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "disabled": false,
                  "key": "Retry-After",
                  "value": "559",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Limit",
                  "value": "559",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Remaining",
                  "value": "559",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Reset",
                  "value": "559",
                  "description": ""
                },
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"string\",\n    \"details\": {},\n    \"message\": \"string\"\n  },\n  \"success\": true\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "1ec96da0-1265-40bd-9226-d3232c45d0ca",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "ext",
                    "idea-analyses",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "ccff4f5c-99b0-0a61-8dbb-5690becbfd38",
                      "key": "id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "disabled": false,
                  "key": "Retry-After",
                  "value": "559",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Limit",
                  "value": "559",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Remaining",
                  "value": "559",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Reset",
                  "value": "559",
                  "description": ""
                },
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"string\",\n    \"details\": {},\n    \"message\": \"string\"\n  },\n  \"success\": true\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "fb95cc0c-a8f1-4be6-8425-00253b3f2988",
              "name": "Forbidden",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "ext",
                    "idea-analyses",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "ccff4f5c-99b0-0a61-8dbb-5690becbfd38",
                      "key": "id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "disabled": false,
                  "key": "Retry-After",
                  "value": "559",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Limit",
                  "value": "559",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Remaining",
                  "value": "559",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Reset",
                  "value": "559",
                  "description": ""
                },
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"string\",\n    \"details\": {},\n    \"message\": \"string\"\n  },\n  \"success\": true\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "d1a7ade6-fbe7-411f-8e26-11dfb90bd201",
              "name": "Rate limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "ext",
                    "idea-analyses",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "ccff4f5c-99b0-0a61-8dbb-5690becbfd38",
                      "key": "id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "disabled": false,
                  "key": "Retry-After",
                  "value": "559",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Limit",
                  "value": "559",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Remaining",
                  "value": "559",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Reset",
                  "value": "559",
                  "description": ""
                },
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"string\",\n    \"details\": {},\n    \"message\": \"string\"\n  },\n  \"success\": true\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "be1ee169-6d9c-4e13-ba5b-958360ce0af0",
              "name": "Internal server error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "ext",
                    "idea-analyses",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "ccff4f5c-99b0-0a61-8dbb-5690becbfd38",
                      "key": "id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "disabled": false,
                  "key": "Retry-After",
                  "value": "559",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Limit",
                  "value": "559",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Remaining",
                  "value": "559",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Reset",
                  "value": "559",
                  "description": ""
                },
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"string\",\n    \"details\": {},\n    \"message\": \"string\"\n  },\n  \"success\": true\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "52dd1de6-3787-489d-b046-58f212a51b63",
          "name": "Get X-Ray analysis progress",
          "request": {
            "name": "Get X-Ray analysis progress",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "ext",
                "idea-analyses",
                ":id",
                "progress"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "ccff4f5c-99b0-0a61-8dbb-5690becbfd38",
                  "key": "id",
                  "description": "(Required) "
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": null
          },
          "response": [
            {
              "id": "fe5d4cc9-48e6-401e-b91f-bddd501ea740",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "ext",
                    "idea-analyses",
                    ":id",
                    "progress"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "ccff4f5c-99b0-0a61-8dbb-5690becbfd38",
                      "key": "id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "disabled": false,
                  "key": "Retry-After",
                  "value": "559",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Limit",
                  "value": "559",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Remaining",
                  "value": "559",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Reset",
                  "value": "559",
                  "description": ""
                },
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"id\": \"cf9c8eca-094d-d972-6ef3-8daa5be43551\",\n    \"progress\": 6728,\n    \"status\": \"string\"\n  },\n  \"success\": true\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "a29803d6-264e-42ff-b452-12f93ccedb2f",
              "name": "Bad request",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "ext",
                    "idea-analyses",
                    ":id",
                    "progress"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "ccff4f5c-99b0-0a61-8dbb-5690becbfd38",
                      "key": "id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "disabled": false,
                  "key": "Retry-After",
                  "value": "559",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Limit",
                  "value": "559",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Remaining",
                  "value": "559",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Reset",
                  "value": "559",
                  "description": ""
                },
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"string\",\n    \"details\": {},\n    \"message\": \"string\"\n  },\n  \"success\": true\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "2ae15da9-d33a-4ba7-8bfd-4a6283424956",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "ext",
                    "idea-analyses",
                    ":id",
                    "progress"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "ccff4f5c-99b0-0a61-8dbb-5690becbfd38",
                      "key": "id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "disabled": false,
                  "key": "Retry-After",
                  "value": "559",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Limit",
                  "value": "559",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Remaining",
                  "value": "559",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Reset",
                  "value": "559",
                  "description": ""
                },
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"string\",\n    \"details\": {},\n    \"message\": \"string\"\n  },\n  \"success\": true\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "a2bee00f-b232-46af-9830-7bd0bf2d87dd",
              "name": "Forbidden",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "ext",
                    "idea-analyses",
                    ":id",
                    "progress"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "ccff4f5c-99b0-0a61-8dbb-5690becbfd38",
                      "key": "id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "disabled": false,
                  "key": "Retry-After",
                  "value": "559",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Limit",
                  "value": "559",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Remaining",
                  "value": "559",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Reset",
                  "value": "559",
                  "description": ""
                },
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"string\",\n    \"details\": {},\n    \"message\": \"string\"\n  },\n  \"success\": true\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "66e1feb9-4b74-4962-921c-151c15a4fcb7",
              "name": "Rate limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "ext",
                    "idea-analyses",
                    ":id",
                    "progress"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "ccff4f5c-99b0-0a61-8dbb-5690becbfd38",
                      "key": "id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "disabled": false,
                  "key": "Retry-After",
                  "value": "559",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Limit",
                  "value": "559",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Remaining",
                  "value": "559",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Reset",
                  "value": "559",
                  "description": ""
                },
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"string\",\n    \"details\": {},\n    \"message\": \"string\"\n  },\n  \"success\": true\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "0ff843b1-bb1e-4b8f-be66-33d938b4de9e",
              "name": "Internal server error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "ext",
                    "idea-analyses",
                    ":id",
                    "progress"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "ccff4f5c-99b0-0a61-8dbb-5690becbfd38",
                      "key": "id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "disabled": false,
                  "key": "Retry-After",
                  "value": "559",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Limit",
                  "value": "559",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Remaining",
                  "value": "559",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Reset",
                  "value": "559",
                  "description": ""
                },
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"string\",\n    \"details\": {},\n    \"message\": \"string\"\n  },\n  \"success\": true\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "031654f9-db30-4c9a-9ad6-6b2d6d6b784e",
          "name": "Search published ideas",
          "request": {
            "name": "Search published ideas",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "ext",
                "ideas",
                "search"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "key": "q",
                  "value": "string",
                  "description": "Search query"
                },
                {
                  "disabled": false,
                  "key": "industry",
                  "value": "string",
                  "description": "Industry filter"
                },
                {
                  "disabled": false,
                  "key": "sector",
                  "value": "string",
                  "description": "Sector filter"
                },
                {
                  "disabled": false,
                  "key": "source",
                  "value": "string",
                  "description": "Source/feed/provider filter"
                },
                {
                  "disabled": false,
                  "key": "collection_id",
                  "value": "string",
                  "description": "Collection UUID filter"
                },
                {
                  "disabled": false,
                  "key": "collection_name",
                  "value": "string",
                  "description": "Collection name filter"
                },
                {
                  "disabled": false,
                  "key": "published_from",
                  "value": "string",
                  "description": "Published from date (RFC3339 or YYYY-MM-DD)"
                },
                {
                  "disabled": false,
                  "key": "published_to",
                  "value": "string",
                  "description": "Published to date (RFC3339 or YYYY-MM-DD)"
                },
                {
                  "disabled": false,
                  "key": "language",
                  "value": "string",
                  "description": "Preferred response language"
                },
                {
                  "disabled": false,
                  "key": "page",
                  "value": "559",
                  "description": "Page number"
                },
                {
                  "disabled": false,
                  "key": "per_page",
                  "value": "559",
                  "description": "Items per page"
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": null
          },
          "response": [
            {
              "id": "769ad3e7-c724-4c1c-86b9-95b4000bac57",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "ext",
                    "ideas",
                    "search"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "q",
                      "value": "string"
                    },
                    {
                      "key": "industry",
                      "value": "string"
                    },
                    {
                      "key": "sector",
                      "value": "string"
                    },
                    {
                      "key": "source",
                      "value": "string"
                    },
                    {
                      "key": "collection_id",
                      "value": "string"
                    },
                    {
                      "key": "collection_name",
                      "value": "string"
                    },
                    {
                      "key": "published_from",
                      "value": "string"
                    },
                    {
                      "key": "published_to",
                      "value": "string"
                    },
                    {
                      "key": "language",
                      "value": "string"
                    },
                    {
                      "key": "page",
                      "value": "559"
                    },
                    {
                      "key": "per_page",
                      "value": "559"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "disabled": false,
                  "key": "Retry-After",
                  "value": "559",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Limit",
                  "value": "559",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Remaining",
                  "value": "559",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Reset",
                  "value": "559",
                  "description": ""
                },
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": [\n    {\n      \"created_at\": \"1978-04-26T01:53:54.936Z\",\n      \"description\": \"string\",\n      \"id\": \"344dd58f-fcc4-cad5-eaa2-4a1536ec784d\",\n      \"score\": 4662,\n      \"sector\": \"string\",\n      \"source_url\": \"string\",\n      \"title\": \"string\"\n    },\n    {\n      \"created_at\": \"1950-09-06T17:04:33.731Z\",\n      \"description\": \"string\",\n      \"id\": \"6a822fa9-19a3-5986-3cd2-a055e2018dfa\",\n      \"score\": 3117,\n      \"sector\": \"string\",\n      \"source_url\": \"string\",\n      \"title\": \"string\"\n    }\n  ],\n  \"success\": false\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "4472ffda-ed70-4cdf-8ddc-a5709f46b002",
              "name": "Bad request",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "ext",
                    "ideas",
                    "search"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "q",
                      "value": "string"
                    },
                    {
                      "key": "industry",
                      "value": "string"
                    },
                    {
                      "key": "sector",
                      "value": "string"
                    },
                    {
                      "key": "source",
                      "value": "string"
                    },
                    {
                      "key": "collection_id",
                      "value": "string"
                    },
                    {
                      "key": "collection_name",
                      "value": "string"
                    },
                    {
                      "key": "published_from",
                      "value": "string"
                    },
                    {
                      "key": "published_to",
                      "value": "string"
                    },
                    {
                      "key": "language",
                      "value": "string"
                    },
                    {
                      "key": "page",
                      "value": "559"
                    },
                    {
                      "key": "per_page",
                      "value": "559"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "disabled": false,
                  "key": "Retry-After",
                  "value": "559",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Limit",
                  "value": "559",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Remaining",
                  "value": "559",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Reset",
                  "value": "559",
                  "description": ""
                },
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"string\",\n    \"details\": {},\n    \"message\": \"string\"\n  },\n  \"success\": true\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "1289c5cd-9722-4ba8-ad5d-c84ed68ffdbb",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "ext",
                    "ideas",
                    "search"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "q",
                      "value": "string"
                    },
                    {
                      "key": "industry",
                      "value": "string"
                    },
                    {
                      "key": "sector",
                      "value": "string"
                    },
                    {
                      "key": "source",
                      "value": "string"
                    },
                    {
                      "key": "collection_id",
                      "value": "string"
                    },
                    {
                      "key": "collection_name",
                      "value": "string"
                    },
                    {
                      "key": "published_from",
                      "value": "string"
                    },
                    {
                      "key": "published_to",
                      "value": "string"
                    },
                    {
                      "key": "language",
                      "value": "string"
                    },
                    {
                      "key": "page",
                      "value": "559"
                    },
                    {
                      "key": "per_page",
                      "value": "559"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "disabled": false,
                  "key": "Retry-After",
                  "value": "559",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Limit",
                  "value": "559",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Remaining",
                  "value": "559",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Reset",
                  "value": "559",
                  "description": ""
                },
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"string\",\n    \"details\": {},\n    \"message\": \"string\"\n  },\n  \"success\": true\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "8d89d884-bedd-47dc-8b73-8532704b5546",
              "name": "Forbidden",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "ext",
                    "ideas",
                    "search"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "q",
                      "value": "string"
                    },
                    {
                      "key": "industry",
                      "value": "string"
                    },
                    {
                      "key": "sector",
                      "value": "string"
                    },
                    {
                      "key": "source",
                      "value": "string"
                    },
                    {
                      "key": "collection_id",
                      "value": "string"
                    },
                    {
                      "key": "collection_name",
                      "value": "string"
                    },
                    {
                      "key": "published_from",
                      "value": "string"
                    },
                    {
                      "key": "published_to",
                      "value": "string"
                    },
                    {
                      "key": "language",
                      "value": "string"
                    },
                    {
                      "key": "page",
                      "value": "559"
                    },
                    {
                      "key": "per_page",
                      "value": "559"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "disabled": false,
                  "key": "Retry-After",
                  "value": "559",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Limit",
                  "value": "559",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Remaining",
                  "value": "559",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Reset",
                  "value": "559",
                  "description": ""
                },
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"string\",\n    \"details\": {},\n    \"message\": \"string\"\n  },\n  \"success\": true\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "951c29c5-d9d4-4de3-9ba1-4193164d2964",
              "name": "Rate limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "ext",
                    "ideas",
                    "search"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "q",
                      "value": "string"
                    },
                    {
                      "key": "industry",
                      "value": "string"
                    },
                    {
                      "key": "sector",
                      "value": "string"
                    },
                    {
                      "key": "source",
                      "value": "string"
                    },
                    {
                      "key": "collection_id",
                      "value": "string"
                    },
                    {
                      "key": "collection_name",
                      "value": "string"
                    },
                    {
                      "key": "published_from",
                      "value": "string"
                    },
                    {
                      "key": "published_to",
                      "value": "string"
                    },
                    {
                      "key": "language",
                      "value": "string"
                    },
                    {
                      "key": "page",
                      "value": "559"
                    },
                    {
                      "key": "per_page",
                      "value": "559"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "disabled": false,
                  "key": "Retry-After",
                  "value": "559",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Limit",
                  "value": "559",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Remaining",
                  "value": "559",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Reset",
                  "value": "559",
                  "description": ""
                },
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"string\",\n    \"details\": {},\n    \"message\": \"string\"\n  },\n  \"success\": true\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "3a4aef26-d83f-494b-9c2b-900846cbedff",
              "name": "Internal server error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "ext",
                    "ideas",
                    "search"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "q",
                      "value": "string"
                    },
                    {
                      "key": "industry",
                      "value": "string"
                    },
                    {
                      "key": "sector",
                      "value": "string"
                    },
                    {
                      "key": "source",
                      "value": "string"
                    },
                    {
                      "key": "collection_id",
                      "value": "string"
                    },
                    {
                      "key": "collection_name",
                      "value": "string"
                    },
                    {
                      "key": "published_from",
                      "value": "string"
                    },
                    {
                      "key": "published_to",
                      "value": "string"
                    },
                    {
                      "key": "language",
                      "value": "string"
                    },
                    {
                      "key": "page",
                      "value": "559"
                    },
                    {
                      "key": "per_page",
                      "value": "559"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "disabled": false,
                  "key": "Retry-After",
                  "value": "559",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Limit",
                  "value": "559",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Remaining",
                  "value": "559",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Reset",
                  "value": "559",
                  "description": ""
                },
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"string\",\n    \"details\": {},\n    \"message\": \"string\"\n  },\n  \"success\": true\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "a2c87d2f-f759-4127-855d-295b83e20657",
          "name": "Get published idea details",
          "request": {
            "name": "Get published idea details",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "ext",
                "ideas",
                ":ideaId"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "ccff4f5c-99b0-0a61-8dbb-5690becbfd38",
                  "key": "ideaId",
                  "description": "(Required) "
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": null
          },
          "response": [
            {
              "id": "db866e02-a092-41f4-abca-ff0478b8efe2",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "ext",
                    "ideas",
                    ":ideaId"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "ccff4f5c-99b0-0a61-8dbb-5690becbfd38",
                      "key": "ideaId",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "disabled": false,
                  "key": "Retry-After",
                  "value": "559",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Limit",
                  "value": "559",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Remaining",
                  "value": "559",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Reset",
                  "value": "559",
                  "description": ""
                },
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"created_at\": \"1983-03-12T21:52:20.139Z\",\n    \"description\": \"string\",\n    \"id\": \"e0034799-5079-04bf-354d-35238677265e\",\n    \"score\": 1739,\n    \"sector\": \"string\",\n    \"source_url\": \"string\",\n    \"title\": \"string\"\n  },\n  \"success\": true\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "48de5a10-59f9-4620-b6dc-7b9bbd4778c3",
              "name": "Bad request",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "ext",
                    "ideas",
                    ":ideaId"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "ccff4f5c-99b0-0a61-8dbb-5690becbfd38",
                      "key": "ideaId",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "disabled": false,
                  "key": "Retry-After",
                  "value": "559",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Limit",
                  "value": "559",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Remaining",
                  "value": "559",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Reset",
                  "value": "559",
                  "description": ""
                },
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"string\",\n    \"details\": {},\n    \"message\": \"string\"\n  },\n  \"success\": true\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "4789cef7-746e-4039-83aa-6b910403cc17",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "ext",
                    "ideas",
                    ":ideaId"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "ccff4f5c-99b0-0a61-8dbb-5690becbfd38",
                      "key": "ideaId",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "disabled": false,
                  "key": "Retry-After",
                  "value": "559",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Limit",
                  "value": "559",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Remaining",
                  "value": "559",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Reset",
                  "value": "559",
                  "description": ""
                },
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"string\",\n    \"details\": {},\n    \"message\": \"string\"\n  },\n  \"success\": true\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "3744f9b9-dd66-45e3-8c5d-d6580f7d32dc",
              "name": "Forbidden",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "ext",
                    "ideas",
                    ":ideaId"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "ccff4f5c-99b0-0a61-8dbb-5690becbfd38",
                      "key": "ideaId",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "disabled": false,
                  "key": "Retry-After",
                  "value": "559",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Limit",
                  "value": "559",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Remaining",
                  "value": "559",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Reset",
                  "value": "559",
                  "description": ""
                },
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"string\",\n    \"details\": {},\n    \"message\": \"string\"\n  },\n  \"success\": true\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "ba2ceb48-3f8c-41f7-989d-30b151103da8",
              "name": "Rate limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "ext",
                    "ideas",
                    ":ideaId"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "ccff4f5c-99b0-0a61-8dbb-5690becbfd38",
                      "key": "ideaId",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "disabled": false,
                  "key": "Retry-After",
                  "value": "559",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Limit",
                  "value": "559",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Remaining",
                  "value": "559",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Reset",
                  "value": "559",
                  "description": ""
                },
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"string\",\n    \"details\": {},\n    \"message\": \"string\"\n  },\n  \"success\": true\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "6f5c4dae-9dc6-47aa-b7e8-7cbfbfeb0a4e",
              "name": "Internal server error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "ext",
                    "ideas",
                    ":ideaId"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "ccff4f5c-99b0-0a61-8dbb-5690becbfd38",
                      "key": "ideaId",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "disabled": false,
                  "key": "Retry-After",
                  "value": "559",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Limit",
                  "value": "559",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Remaining",
                  "value": "559",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Reset",
                  "value": "559",
                  "description": ""
                },
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"string\",\n    \"details\": {},\n    \"message\": \"string\"\n  },\n  \"success\": true\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "eab3f21c-52fb-4aee-80d0-43fee3ae94bb",
          "name": "Remove idea bookmark",
          "request": {
            "name": "Remove idea bookmark",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "ext",
                "ideas",
                ":ideaId",
                "bookmark"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "ccff4f5c-99b0-0a61-8dbb-5690becbfd38",
                  "key": "ideaId",
                  "description": "(Required) "
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "DELETE",
            "auth": null
          },
          "response": [
            {
              "id": "1dea2082-f862-42e0-8f36-e50472a6f6f6",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "ext",
                    "ideas",
                    ":ideaId",
                    "bookmark"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "ccff4f5c-99b0-0a61-8dbb-5690becbfd38",
                      "key": "ideaId",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "disabled": false,
                  "key": "Retry-After",
                  "value": "559",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Limit",
                  "value": "559",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Remaining",
                  "value": "559",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Reset",
                  "value": "559",
                  "description": ""
                },
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"saved\": true\n  },\n  \"success\": true\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "872518f8-656e-4d16-8a0d-1df3712ae8a1",
              "name": "Bad request",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "ext",
                    "ideas",
                    ":ideaId",
                    "bookmark"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "ccff4f5c-99b0-0a61-8dbb-5690becbfd38",
                      "key": "ideaId",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "disabled": false,
                  "key": "Retry-After",
                  "value": "559",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Limit",
                  "value": "559",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Remaining",
                  "value": "559",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Reset",
                  "value": "559",
                  "description": ""
                },
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"string\",\n    \"details\": {},\n    \"message\": \"string\"\n  },\n  \"success\": true\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "616fbb66-8ba1-4cc4-a291-1b6afb6dc0db",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "ext",
                    "ideas",
                    ":ideaId",
                    "bookmark"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "ccff4f5c-99b0-0a61-8dbb-5690becbfd38",
                      "key": "ideaId",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "disabled": false,
                  "key": "Retry-After",
                  "value": "559",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Limit",
                  "value": "559",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Remaining",
                  "value": "559",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Reset",
                  "value": "559",
                  "description": ""
                },
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"string\",\n    \"details\": {},\n    \"message\": \"string\"\n  },\n  \"success\": true\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "9e49b40d-b87d-4217-825a-10b4350b96a3",
              "name": "Forbidden",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "ext",
                    "ideas",
                    ":ideaId",
                    "bookmark"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "ccff4f5c-99b0-0a61-8dbb-5690becbfd38",
                      "key": "ideaId",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "disabled": false,
                  "key": "Retry-After",
                  "value": "559",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Limit",
                  "value": "559",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Remaining",
                  "value": "559",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Reset",
                  "value": "559",
                  "description": ""
                },
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"string\",\n    \"details\": {},\n    \"message\": \"string\"\n  },\n  \"success\": true\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "9ff450fa-04b3-4e54-a782-7cdea4d7ff52",
              "name": "Rate limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "ext",
                    "ideas",
                    ":ideaId",
                    "bookmark"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "ccff4f5c-99b0-0a61-8dbb-5690becbfd38",
                      "key": "ideaId",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "disabled": false,
                  "key": "Retry-After",
                  "value": "559",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Limit",
                  "value": "559",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Remaining",
                  "value": "559",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Reset",
                  "value": "559",
                  "description": ""
                },
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"string\",\n    \"details\": {},\n    \"message\": \"string\"\n  },\n  \"success\": true\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "64ac27dc-4697-4ebb-a20c-71851c545c6f",
              "name": "Internal server error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "ext",
                    "ideas",
                    ":ideaId",
                    "bookmark"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "ccff4f5c-99b0-0a61-8dbb-5690becbfd38",
                      "key": "ideaId",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "disabled": false,
                  "key": "Retry-After",
                  "value": "559",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Limit",
                  "value": "559",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Remaining",
                  "value": "559",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Reset",
                  "value": "559",
                  "description": ""
                },
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"string\",\n    \"details\": {},\n    \"message\": \"string\"\n  },\n  \"success\": true\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "acea17b7-f1b7-4b6a-bc62-dc8d1ced514d",
          "name": "Add idea bookmark",
          "request": {
            "name": "Add idea bookmark",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "ext",
                "ideas",
                ":ideaId",
                "bookmark"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "ccff4f5c-99b0-0a61-8dbb-5690becbfd38",
                  "key": "ideaId",
                  "description": "(Required) "
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "auth": null
          },
          "response": [
            {
              "id": "48a406cc-1c97-4157-bd9c-e580ccece06a",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "ext",
                    "ideas",
                    ":ideaId",
                    "bookmark"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "ccff4f5c-99b0-0a61-8dbb-5690becbfd38",
                      "key": "ideaId",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "disabled": false,
                  "key": "Retry-After",
                  "value": "559",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Limit",
                  "value": "559",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Remaining",
                  "value": "559",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Reset",
                  "value": "559",
                  "description": ""
                },
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"saved\": true\n  },\n  \"success\": true\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "bde4d756-cb54-4901-b02a-574b9056f952",
              "name": "Bad request",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "ext",
                    "ideas",
                    ":ideaId",
                    "bookmark"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "ccff4f5c-99b0-0a61-8dbb-5690becbfd38",
                      "key": "ideaId",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "disabled": false,
                  "key": "Retry-After",
                  "value": "559",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Limit",
                  "value": "559",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Remaining",
                  "value": "559",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Reset",
                  "value": "559",
                  "description": ""
                },
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"string\",\n    \"details\": {},\n    \"message\": \"string\"\n  },\n  \"success\": true\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "a52dc5a2-bad2-4fcd-8554-dd266c5da52e",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "ext",
                    "ideas",
                    ":ideaId",
                    "bookmark"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "ccff4f5c-99b0-0a61-8dbb-5690becbfd38",
                      "key": "ideaId",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "disabled": false,
                  "key": "Retry-After",
                  "value": "559",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Limit",
                  "value": "559",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Remaining",
                  "value": "559",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Reset",
                  "value": "559",
                  "description": ""
                },
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"string\",\n    \"details\": {},\n    \"message\": \"string\"\n  },\n  \"success\": true\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "ad7dcef5-57b7-46b0-801c-0ff8d3951c0f",
              "name": "Forbidden",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "ext",
                    "ideas",
                    ":ideaId",
                    "bookmark"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "ccff4f5c-99b0-0a61-8dbb-5690becbfd38",
                      "key": "ideaId",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {}
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "disabled": false,
                  "key": "Retry-After",
                  "value": "559",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Limit",
                  "value": "559",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Remaining",
                  "value": "559",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Reset",
                  "value": "559",
                  "description": ""
                },
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"string\",\n    \"details\": {},\n    \"message\": \"string\"\n  },\n  \"success\": true\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "2fd04640-2c0d-4d6d-a8f0-a25b1b6cc832",
              "name": "Rate limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "ext",
                    "ideas",
                    ":ideaId",
                    "bookmark"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "ccff4f5c-99b0-0a61-8dbb-5690becbfd38",
                      "key": "ideaId",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "disabled": false,
                  "key": "Retry-After",
                  "value": "559",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Limit",
                  "value": "559",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Remaining",
                  "value": "559",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Reset",
                  "value": "559",
                  "description": ""
                },
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"string\",\n    \"details\": {},\n    \"message\": \"string\"\n  },\n  \"success\": true\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "a54e0a4f-5e5e-413b-93d1-bd949dd80cc3",
              "name": "Internal server error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "ext",
                    "ideas",
                    ":ideaId",
                    "bookmark"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "ccff4f5c-99b0-0a61-8dbb-5690becbfd38",
                      "key": "ideaId",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "disabled": false,
                  "key": "Retry-After",
                  "value": "559",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Limit",
                  "value": "559",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Remaining",
                  "value": "559",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Reset",
                  "value": "559",
                  "description": ""
                },
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"string\",\n    \"details\": {},\n    \"message\": \"string\"\n  },\n  \"success\": true\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "583f2c3e-0d24-4fbd-a4fb-cc3241954a79",
          "name": "Check API key connectivity",
          "request": {
            "name": "Check API key connectivity",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "ext",
                "ping"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": null
          },
          "response": [
            {
              "id": "d864ce63-48c9-42c6-8e03-17540bd6e631",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "ext",
                    "ping"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "disabled": false,
                  "key": "Retry-After",
                  "value": "559",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Limit",
                  "value": "559",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Remaining",
                  "value": "559",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Reset",
                  "value": "559",
                  "description": ""
                },
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"ok\": true,\n    \"plan\": \"string\",\n    \"scope\": \"string\",\n    \"user\": \"string\"\n  },\n  \"success\": false\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "4f173e14-4b95-4b55-92b6-6f3fc5539c1b",
              "name": "Bad request",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "ext",
                    "ping"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "disabled": false,
                  "key": "Retry-After",
                  "value": "559",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Limit",
                  "value": "559",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Remaining",
                  "value": "559",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Reset",
                  "value": "559",
                  "description": ""
                },
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"string\",\n    \"details\": {},\n    \"message\": \"string\"\n  },\n  \"success\": true\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "9db7cc22-d7ed-4643-9f3a-a970c32fff82",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "ext",
                    "ping"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "disabled": false,
                  "key": "Retry-After",
                  "value": "559",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Limit",
                  "value": "559",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Remaining",
                  "value": "559",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Reset",
                  "value": "559",
                  "description": ""
                },
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"string\",\n    \"details\": {},\n    \"message\": \"string\"\n  },\n  \"success\": true\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "5eac39a1-66f3-437a-8c56-b985ee288f45",
              "name": "Forbidden",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "ext",
                    "ping"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "disabled": false,
                  "key": "Retry-After",
                  "value": "559",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Limit",
                  "value": "559",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Remaining",
                  "value": "559",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Reset",
                  "value": "559",
                  "description": ""
                },
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"string\",\n    \"details\": {},\n    \"message\": \"string\"\n  },\n  \"success\": true\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "373e44de-159a-4a96-990f-a09679f1b7bd",
              "name": "Rate limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "ext",
                    "ping"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "disabled": false,
                  "key": "Retry-After",
                  "value": "559",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Limit",
                  "value": "559",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Remaining",
                  "value": "559",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Reset",
                  "value": "559",
                  "description": ""
                },
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"string\",\n    \"details\": {},\n    \"message\": \"string\"\n  },\n  \"success\": true\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "1c102728-b349-49a4-9693-de7195ef40b4",
              "name": "Internal server error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "ext",
                    "ping"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "disabled": false,
                  "key": "Retry-After",
                  "value": "559",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Limit",
                  "value": "559",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Remaining",
                  "value": "559",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Reset",
                  "value": "559",
                  "description": ""
                },
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"string\",\n    \"details\": {},\n    \"message\": \"string\"\n  },\n  \"success\": true\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "42346c73-7779-4af4-9208-111a888b301d",
          "name": "Get saved idea pipeline",
          "request": {
            "name": "Get saved idea pipeline",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "ext",
                "pipeline"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": null
          },
          "response": [
            {
              "id": "9671d4c6-08b6-4a6c-8a03-8bcd0e0677a8",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "ext",
                    "pipeline"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "disabled": false,
                  "key": "Retry-After",
                  "value": "559",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Limit",
                  "value": "559",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Remaining",
                  "value": "559",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Reset",
                  "value": "559",
                  "description": ""
                },
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": [\n    {\n      \"created_at\": \"1999-07-23T17:38:37.480Z\",\n      \"id\": \"3b30c2df-097a-5e1e-60bf-5f5980f21381\",\n      \"idea_id\": \"6420d02e-05bf-1076-ad35-f28f9b732972\",\n      \"title\": \"string\"\n    },\n    {\n      \"created_at\": \"1983-09-04T18:56:10.628Z\",\n      \"id\": \"974c606d-b619-a5c4-ba85-65f4581fa849\",\n      \"idea_id\": \"a2770825-3119-6d63-e417-41114a04f93d\",\n      \"title\": \"string\"\n    }\n  ],\n  \"success\": true\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "9a21cd76-d241-4b30-85c3-877e34b840c3",
              "name": "Bad request",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "ext",
                    "pipeline"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "disabled": false,
                  "key": "Retry-After",
                  "value": "559",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Limit",
                  "value": "559",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Remaining",
                  "value": "559",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Reset",
                  "value": "559",
                  "description": ""
                },
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"string\",\n    \"details\": {},\n    \"message\": \"string\"\n  },\n  \"success\": true\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "dbe8f90c-80ca-41df-986e-8063993659a9",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "ext",
                    "pipeline"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "disabled": false,
                  "key": "Retry-After",
                  "value": "559",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Limit",
                  "value": "559",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Remaining",
                  "value": "559",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Reset",
                  "value": "559",
                  "description": ""
                },
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"string\",\n    \"details\": {},\n    \"message\": \"string\"\n  },\n  \"success\": true\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "0e23d126-5a1a-4fce-bf07-b8efddbd11e8",
              "name": "Forbidden",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "ext",
                    "pipeline"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "disabled": false,
                  "key": "Retry-After",
                  "value": "559",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Limit",
                  "value": "559",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Remaining",
                  "value": "559",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Reset",
                  "value": "559",
                  "description": ""
                },
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"string\",\n    \"details\": {},\n    \"message\": \"string\"\n  },\n  \"success\": true\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "05080129-c05f-46b6-b3cc-33e645a30fa9",
              "name": "Rate limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "ext",
                    "pipeline"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "disabled": false,
                  "key": "Retry-After",
                  "value": "559",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Limit",
                  "value": "559",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Remaining",
                  "value": "559",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Reset",
                  "value": "559",
                  "description": ""
                },
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"string\",\n    \"details\": {},\n    \"message\": \"string\"\n  },\n  \"success\": true\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "ed9d4f5e-6d61-4e8a-9ce0-37b8eb8c180e",
              "name": "Internal server error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "ext",
                    "pipeline"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "disabled": false,
                  "key": "Retry-After",
                  "value": "559",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Limit",
                  "value": "559",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Remaining",
                  "value": "559",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Reset",
                  "value": "559",
                  "description": ""
                },
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"string\",\n    \"details\": {},\n    \"message\": \"string\"\n  },\n  \"success\": true\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "d17b7ae9-396d-41fe-8137-31332b3f5665",
          "name": "Get API and MCP usage summary",
          "request": {
            "name": "Get API and MCP usage summary",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "ext",
                "usage"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "key": "period",
                  "value": "string",
                  "description": "today, 7d, 30d, or custom"
                },
                {
                  "disabled": false,
                  "key": "from",
                  "value": "string",
                  "description": "Custom period start, RFC3339 date/time"
                },
                {
                  "disabled": false,
                  "key": "to",
                  "value": "string",
                  "description": "Custom period end, RFC3339 date/time"
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": null
          },
          "response": [
            {
              "id": "411d296c-2dfc-488d-bd0d-90e9db88e07c",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "ext",
                    "usage"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "period",
                      "value": "string"
                    },
                    {
                      "key": "from",
                      "value": "string"
                    },
                    {
                      "key": "to",
                      "value": "string"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "disabled": false,
                  "key": "Retry-After",
                  "value": "559",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Limit",
                  "value": "559",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Remaining",
                  "value": "559",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Reset",
                  "value": "559",
                  "description": ""
                },
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"active_keys\": 5413,\n    \"credits_consumed\": 4894,\n    \"error_count\": 4773,\n    \"last_used_at\": \"1972-01-14T21:14:51.723Z\",\n    \"mcp_requests\": 8167,\n    \"rate_limited_count\": 9263,\n    \"rest_requests\": 3360,\n    \"total_requests\": 7337,\n    \"write_requests\": 5620\n  },\n  \"success\": false\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "7ac8416f-714e-436b-8502-c7603c58d550",
              "name": "Bad request",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "ext",
                    "usage"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "period",
                      "value": "string"
                    },
                    {
                      "key": "from",
                      "value": "string"
                    },
                    {
                      "key": "to",
                      "value": "string"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "disabled": false,
                  "key": "Retry-After",
                  "value": "559",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Limit",
                  "value": "559",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Remaining",
                  "value": "559",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Reset",
                  "value": "559",
                  "description": ""
                },
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"string\",\n    \"details\": {},\n    \"message\": \"string\"\n  },\n  \"success\": true\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "128747dc-29b8-492e-871f-b8eb1950b083",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "ext",
                    "usage"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "period",
                      "value": "string"
                    },
                    {
                      "key": "from",
                      "value": "string"
                    },
                    {
                      "key": "to",
                      "value": "string"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "disabled": false,
                  "key": "Retry-After",
                  "value": "559",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Limit",
                  "value": "559",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Remaining",
                  "value": "559",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Reset",
                  "value": "559",
                  "description": ""
                },
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"string\",\n    \"details\": {},\n    \"message\": \"string\"\n  },\n  \"success\": true\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "675f311b-ff0f-4892-b664-889ed7859620",
              "name": "Forbidden",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "ext",
                    "usage"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "period",
                      "value": "string"
                    },
                    {
                      "key": "from",
                      "value": "string"
                    },
                    {
                      "key": "to",
                      "value": "string"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "disabled": false,
                  "key": "Retry-After",
                  "value": "559",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Limit",
                  "value": "559",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Remaining",
                  "value": "559",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Reset",
                  "value": "559",
                  "description": ""
                },
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"string\",\n    \"details\": {},\n    \"message\": \"string\"\n  },\n  \"success\": true\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "c3e7e932-1dfe-44fd-83b3-832a8f8a28c6",
              "name": "Rate limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "ext",
                    "usage"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "period",
                      "value": "string"
                    },
                    {
                      "key": "from",
                      "value": "string"
                    },
                    {
                      "key": "to",
                      "value": "string"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "disabled": false,
                  "key": "Retry-After",
                  "value": "559",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Limit",
                  "value": "559",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Remaining",
                  "value": "559",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Reset",
                  "value": "559",
                  "description": ""
                },
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"string\",\n    \"details\": {},\n    \"message\": \"string\"\n  },\n  \"success\": true\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "05777de4-fbfa-4bfd-bb02-cbc987469a67",
              "name": "Internal server error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "ext",
                    "usage"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "period",
                      "value": "string"
                    },
                    {
                      "key": "from",
                      "value": "string"
                    },
                    {
                      "key": "to",
                      "value": "string"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "disabled": false,
                  "key": "Retry-After",
                  "value": "559",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Limit",
                  "value": "559",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Remaining",
                  "value": "559",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Reset",
                  "value": "559",
                  "description": ""
                },
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"string\",\n    \"details\": {},\n    \"message\": \"string\"\n  },\n  \"success\": true\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ],
      "event": []
    },
    {
      "id": "79412f66-7cc6-48d8-80d6-9ebb116dd3bf",
      "name": "Remote MCP",
      "description": {
        "content": "JSON-RPC 2.0 at `POST /api/v1/mcp` (gated by `ENABLE_REMOTE_MCP` in deployment).",
        "type": "text/plain"
      },
      "item": [
        {
          "id": "8e770104-65b6-4e84-8203-c24e4daba0b7",
          "name": "MCP over GET (not supported here)",
          "request": {
            "name": "MCP over GET (not supported here)",
            "description": {
              "content": "Streamable HTTP GET / SSE is not enabled; use `POST` with JSON-RPC.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "v1",
                "mcp"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "56c19f58-8c22-47fb-b02b-e5d32b525081",
              "name": "Method not allowed in Fluenta MCP v1",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "mcp"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Method Not Allowed",
              "code": 405,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"string\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "d54b34f9-1c8f-487c-ad07-880d6e490a65",
          "name": "Call Remote MCP (JSON-RPC 2.0)",
          "request": {
            "name": "Call Remote MCP (JSON-RPC 2.0)",
            "description": {
              "content": "Request body is a single JSON-RPC 2.0 object. Typical `method` values: `initialize`, `notifications/initialized` (HTTP 202, empty body), `tools/list`, `tools/call`, `resources/list`, `resources/read`. For `tools/call`, `params.name` includes e.g. `fluenta_search_ideas`, `fluenta_get_idea`, `fluenta_idea_x-ray_sandbox`, `fluenta_idea_x-ray` (requires `read_write` scope when starting a run), `fluenta_get_pipeline`, and more. `fluenta_idea_x-ray_sandbox` returns a free instant preview. `fluenta_idea_x-ray` starts a paid run with title/description or returns the structured result with analysis_id.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "v1",
                "mcp"
              ],
              "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  \"id\": \"1\",\n  \"jsonrpc\": \"2.0\",\n  \"method\": \"initialize\",\n  \"params\": {\n    \"clientInfo\": {\n      \"name\": \"my-client\",\n      \"version\": \"1.0.0\"\n    }\n  }\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "5cfa325a-02d9-4f9d-8f1d-88c0ffda5c6b",
              "name": "JSON-RPC: see `result` for success, or `error` for client/server error codes",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "mcp"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"id\": \"1\",\n  \"jsonrpc\": \"2.0\",\n  \"method\": \"initialize\",\n  \"params\": {\n    \"clientInfo\": {\n      \"name\": \"my-client\",\n      \"version\": \"1.0.0\"\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": 8356,\n    \"message\": \"string\"\n  },\n  \"id\": \"string\",\n  \"jsonrpc\": \"2.0\",\n  \"result\": {}\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "36f271d6-bf5e-49ea-8cc0-e7d110d2e136",
              "name": "Acknowledged for `notifications/initialized` (no body).",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "mcp"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"id\": \"1\",\n  \"jsonrpc\": \"2.0\",\n  \"method\": \"initialize\",\n  \"params\": {\n    \"clientInfo\": {\n      \"name\": \"my-client\",\n      \"version\": \"1.0.0\"\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Accepted",
              "code": 202,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "47c2ed4a-48a4-4581-bbc4-94966cb9cd26",
              "name": "Invalid or missing `Authorization: Bearer` personal API key",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "mcp"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"id\": \"1\",\n  \"jsonrpc\": \"2.0\",\n  \"method\": \"initialize\",\n  \"params\": {\n    \"clientInfo\": {\n      \"name\": \"my-client\",\n      \"version\": \"1.0.0\"\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"string\",\n    \"details\": {},\n    \"message\": \"string\"\n  },\n  \"success\": true\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "39f9ca94-ce0b-4b50-9c9a-cf8b5d45169d",
              "name": "Rate limit exceeded for this API key",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "mcp"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"id\": \"1\",\n  \"jsonrpc\": \"2.0\",\n  \"method\": \"initialize\",\n  \"params\": {\n    \"clientInfo\": {\n      \"name\": \"my-client\",\n      \"version\": \"1.0.0\"\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"string\",\n    \"details\": {},\n    \"message\": \"string\"\n  },\n  \"success\": true\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ],
      "event": []
    },
    {
      "id": "23ed1881-a282-4b01-aefd-9542f19984dc",
      "name": "OpenAPI",
      "description": {
        "content": "This machine-readable specification (`GET /api/v1/ext/openapi.json`, no key).",
        "type": "text/plain"
      },
      "item": [
        {
          "id": "ab16c510-0107-481d-9829-735f8f480ae3",
          "name": "Get this OpenAPI document",
          "request": {
            "name": "Get this OpenAPI document",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "ext",
                "openapi.json"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": null
          },
          "response": [
            {
              "id": "a319d18a-0c0d-4238-b1e4-2e57739c0916",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "ext",
                    "openapi.json"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "disabled": false,
                  "key": "Retry-After",
                  "value": "559",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Limit",
                  "value": "559",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Remaining",
                  "value": "559",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Reset",
                  "value": "559",
                  "description": ""
                },
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "193950bc-08eb-4440-bc60-19e3f1015116",
              "name": "Bad request",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "ext",
                    "openapi.json"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "disabled": false,
                  "key": "Retry-After",
                  "value": "559",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Limit",
                  "value": "559",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Remaining",
                  "value": "559",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Reset",
                  "value": "559",
                  "description": ""
                },
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"string\",\n    \"details\": {},\n    \"message\": \"string\"\n  },\n  \"success\": true\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "acc5a492-8e38-41fa-8d8f-0dd7edadce77",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "ext",
                    "openapi.json"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "disabled": false,
                  "key": "Retry-After",
                  "value": "559",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Limit",
                  "value": "559",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Remaining",
                  "value": "559",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Reset",
                  "value": "559",
                  "description": ""
                },
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"string\",\n    \"details\": {},\n    \"message\": \"string\"\n  },\n  \"success\": true\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "fdf02f19-3b86-43a7-b920-bd8c480c7a0b",
              "name": "Forbidden",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "ext",
                    "openapi.json"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "disabled": false,
                  "key": "Retry-After",
                  "value": "559",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Limit",
                  "value": "559",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Remaining",
                  "value": "559",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Reset",
                  "value": "559",
                  "description": ""
                },
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"string\",\n    \"details\": {},\n    \"message\": \"string\"\n  },\n  \"success\": true\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "121f1bc4-ad41-4d12-a188-7828bd2d7c50",
              "name": "Rate limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "ext",
                    "openapi.json"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "disabled": false,
                  "key": "Retry-After",
                  "value": "559",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Limit",
                  "value": "559",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Remaining",
                  "value": "559",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Reset",
                  "value": "559",
                  "description": ""
                },
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"string\",\n    \"details\": {},\n    \"message\": \"string\"\n  },\n  \"success\": true\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "7e53b02d-5662-4783-91fa-879dc9274fbc",
              "name": "Internal server error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "ext",
                    "openapi.json"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "disabled": false,
                  "key": "Retry-After",
                  "value": "559",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Limit",
                  "value": "559",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Remaining",
                  "value": "559",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Reset",
                  "value": "559",
                  "description": ""
                },
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"string\",\n    \"details\": {},\n    \"message\": \"string\"\n  },\n  \"success\": true\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ],
      "event": []
    }
  ],
  "event": [],
  "variable": [
    {
      "type": "string",
      "value": "https://fluenta.space/backend",
      "key": "baseUrl"
    }
  ],
  "auth": {
    "type": "bearer",
    "bearer": [
      {
        "key": "token",
        "value": "{{bearerToken}}"
      }
    ]
  },
  "info": {
    "_postman_id": "9f86578b-c168-4fc9-898e-b4230a785f1c",
    "name": "Fluenta Public API & Remote MCP",
    "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json",
    "description": {
      "content": "Fluenta **Premier** public API: published ideas, X-Ray analyses, pipeline, and usage, authenticated with a **personal API key**.\n\n### Authentication\nSend header `Authorization: Bearer <personal_api_key>` on every call except this OpenAPI file.\n\n### Get an API key\nCreate and revoke keys in the app: **Settings → API keys** — `/app/settings/api-keys` (or `https://dev.fluenta.space/app/settings/api-keys`).\n\n### Scopes\n- `read` — search ideas, read analyses, collections, pipeline, usage.\n- `read_write` — same plus create X‑Ray analysis and pipeline bookmark changes.\n\n### Remote MCP\nUse the **backend** base URL for `POST /api/v1/mcp` (for example `https://dev.fluenta.space/backend/api/v1/mcp` on dev) with **JSON-RPC 2.0** and the same Bearer key. Methods include `initialize`, `notifications/initialized`, `tools/list`, `tools/call`, `resources/list`, `resources/read`. `GET /api/v1/mcp` is not supported in v1 (returns 405). MCP may be disabled unless `ENABLE_REMOTE_MCP` is set on the server.\n\n### MCP X-Ray tools\nUse `fluenta_idea_x-ray_sandbox` for the free instant preview (`type: xray_sandbox_preview`) and `fluenta_idea_x-ray` for the paid X-Ray flow (`type: xray_submitted` when queued, `type: xray_result` when complete). The sandbox preview does not spend credits or write user data. The paid tool requires a `read_write` key and 2,000 credits when starting a new run; call the same tool with `analysis_id` to read the completed structured result.\n\n### This document\n`GET /api/v1/ext/openapi.json` does not require a key.",
      "type": "text/plain"
    }
  }
}