{
  "item": [
    {
      "id": "74cb4508-1e55-4f21-9cc6-535503bb67cf",
      "name": "Public REST",
      "description": {
        "content": "Key-authenticated JSON under `/api/v1/ext/*` (gated by `ENABLE_PUBLIC_API` in deployment).",
        "type": "text/plain"
      },
      "item": [
        {
          "id": "f398509d-4748-4233-aa8d-8e3c7938ed32",
          "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": "af7ce275-ebeb-4b9f-9b34-bdeccc54842e",
              "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": "3654",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Limit",
                  "value": "3654",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Remaining",
                  "value": "3654",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Reset",
                  "value": "3654",
                  "description": ""
                },
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": [\n    {\n      \"description\": \"string\",\n      \"id\": \"db6fde1e-bf34-9934-320a-0211a58e1989\",\n      \"ideas_count\": 2116,\n      \"published_at\": \"1989-12-11T16:37:13.698Z\",\n      \"title\": \"string\"\n    },\n    {\n      \"description\": \"string\",\n      \"id\": \"a38f75cf-affe-dd1a-3f15-fabd8b821d80\",\n      \"ideas_count\": 4834,\n      \"published_at\": \"1976-06-03T05:53:21.776Z\",\n      \"title\": \"string\"\n    }\n  ],\n  \"success\": true\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "4ae21e02-3980-406d-814b-74ecbde5e906",
              "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": "3654",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Limit",
                  "value": "3654",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Remaining",
                  "value": "3654",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Reset",
                  "value": "3654",
                  "description": ""
                },
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"string\",\n    \"details\": {},\n    \"message\": \"string\"\n  },\n  \"success\": false\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "c77d3c68-0ed6-4007-9794-132b6dd064e9",
              "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": "3654",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Limit",
                  "value": "3654",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Remaining",
                  "value": "3654",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Reset",
                  "value": "3654",
                  "description": ""
                },
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"string\",\n    \"details\": {},\n    \"message\": \"string\"\n  },\n  \"success\": false\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "81c54060-d30d-4246-a8cd-a197db0af898",
              "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": "3654",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Limit",
                  "value": "3654",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Remaining",
                  "value": "3654",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Reset",
                  "value": "3654",
                  "description": ""
                },
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"string\",\n    \"details\": {},\n    \"message\": \"string\"\n  },\n  \"success\": false\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "9266f5e9-ab2e-4193-985d-d8d7f8b9610f",
              "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": "3654",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Limit",
                  "value": "3654",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Remaining",
                  "value": "3654",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Reset",
                  "value": "3654",
                  "description": ""
                },
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"string\",\n    \"details\": {},\n    \"message\": \"string\"\n  },\n  \"success\": false\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "c52ce3e5-7373-4bd5-a54d-34034a3e2ca4",
              "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": "3654",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Limit",
                  "value": "3654",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Remaining",
                  "value": "3654",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Reset",
                  "value": "3654",
                  "description": ""
                },
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"string\",\n    \"details\": {},\n    \"message\": \"string\"\n  },\n  \"success\": false\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "40f7995e-a988-4413-ba88-47583117441b",
          "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": "3654",
                  "description": "Page number"
                },
                {
                  "disabled": false,
                  "key": "per_page",
                  "value": "3654",
                  "description": "Items per page"
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": null
          },
          "response": [
            {
              "id": "6e919f4c-50b4-4067-b35d-2087e6065453",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "ext",
                    "idea-analyses"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "page",
                      "value": "3654"
                    },
                    {
                      "key": "per_page",
                      "value": "3654"
                    }
                  ],
                  "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": "3654",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Limit",
                  "value": "3654",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Remaining",
                  "value": "3654",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Reset",
                  "value": "3654",
                  "description": ""
                },
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": [\n    {\n      \"created_at\": \"2010-10-24T10:22:02.839Z\",\n      \"credits_used\": 4264,\n      \"description\": \"string\",\n      \"id\": \"d3361da9-37be-e164-9ae1-ef091d90fc4e\",\n      \"progress\": 2228,\n      \"result\": {},\n      \"status\": \"string\",\n      \"title\": \"string\"\n    },\n    {\n      \"created_at\": \"2020-05-12T08:02:25.243Z\",\n      \"credits_used\": 124,\n      \"description\": \"string\",\n      \"id\": \"a5960f5c-7e52-e832-0073-24b84261ea7c\",\n      \"progress\": 7174,\n      \"result\": {},\n      \"status\": \"string\",\n      \"title\": \"string\"\n    }\n  ],\n  \"success\": true\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "87f9caff-0fce-4aa8-ba78-43238e49b3d6",
              "name": "Bad request",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "ext",
                    "idea-analyses"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "page",
                      "value": "3654"
                    },
                    {
                      "key": "per_page",
                      "value": "3654"
                    }
                  ],
                  "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": "3654",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Limit",
                  "value": "3654",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Remaining",
                  "value": "3654",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Reset",
                  "value": "3654",
                  "description": ""
                },
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"string\",\n    \"details\": {},\n    \"message\": \"string\"\n  },\n  \"success\": false\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "b95db5a8-0ca6-4dbd-bf60-3487ea7d693c",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "ext",
                    "idea-analyses"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "page",
                      "value": "3654"
                    },
                    {
                      "key": "per_page",
                      "value": "3654"
                    }
                  ],
                  "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": "3654",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Limit",
                  "value": "3654",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Remaining",
                  "value": "3654",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Reset",
                  "value": "3654",
                  "description": ""
                },
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"string\",\n    \"details\": {},\n    \"message\": \"string\"\n  },\n  \"success\": false\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "ad1fe967-a929-40ba-8180-bd92e0657c2a",
              "name": "Forbidden",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "ext",
                    "idea-analyses"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "page",
                      "value": "3654"
                    },
                    {
                      "key": "per_page",
                      "value": "3654"
                    }
                  ],
                  "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": "3654",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Limit",
                  "value": "3654",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Remaining",
                  "value": "3654",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Reset",
                  "value": "3654",
                  "description": ""
                },
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"string\",\n    \"details\": {},\n    \"message\": \"string\"\n  },\n  \"success\": false\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "80bd40f7-0ec0-49b4-bcd9-11a5b077e527",
              "name": "Rate limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "ext",
                    "idea-analyses"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "page",
                      "value": "3654"
                    },
                    {
                      "key": "per_page",
                      "value": "3654"
                    }
                  ],
                  "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": "3654",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Limit",
                  "value": "3654",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Remaining",
                  "value": "3654",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Reset",
                  "value": "3654",
                  "description": ""
                },
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"string\",\n    \"details\": {},\n    \"message\": \"string\"\n  },\n  \"success\": false\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "92c93210-669c-4720-ae1a-8b0346925d72",
              "name": "Internal server error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "ext",
                    "idea-analyses"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "page",
                      "value": "3654"
                    },
                    {
                      "key": "per_page",
                      "value": "3654"
                    }
                  ],
                  "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": "3654",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Limit",
                  "value": "3654",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Remaining",
                  "value": "3654",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Reset",
                  "value": "3654",
                  "description": ""
                },
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"string\",\n    \"details\": {},\n    \"message\": \"string\"\n  },\n  \"success\": false\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "6bacbd38-118b-4833-9d5e-52ca5884fc0c",
          "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": "f03b0597-1b76-4e3e-9136-8ea683dcf293",
              "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": "3654",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Limit",
                  "value": "3654",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Remaining",
                  "value": "3654",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Reset",
                  "value": "3654",
                  "description": ""
                },
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"credits_used\": 1127,\n    \"id\": \"a3adc71f-9d83-bbb2-3b19-901fb29ec069\",\n    \"pipeline_saved\": false,\n    \"pipeline_saved_at\": \"1970-05-04T22:29:04.232Z\",\n    \"status\": \"string\"\n  },\n  \"success\": true\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "f2ebbc10-9dc8-41da-b868-3314c9ce814b",
              "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": "3654",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Limit",
                  "value": "3654",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Remaining",
                  "value": "3654",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Reset",
                  "value": "3654",
                  "description": ""
                },
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"credits_used\": 1127,\n    \"id\": \"a3adc71f-9d83-bbb2-3b19-901fb29ec069\",\n    \"pipeline_saved\": false,\n    \"pipeline_saved_at\": \"1970-05-04T22:29:04.232Z\",\n    \"status\": \"string\"\n  },\n  \"success\": true\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "1b2562b3-d86e-4376-85c7-1831bda806cf",
              "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": "3654",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Limit",
                  "value": "3654",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Remaining",
                  "value": "3654",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Reset",
                  "value": "3654",
                  "description": ""
                },
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"string\",\n    \"details\": {},\n    \"message\": \"string\"\n  },\n  \"success\": false\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "61050159-502f-4219-8154-0460b860d0de",
              "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": "3654",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Limit",
                  "value": "3654",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Remaining",
                  "value": "3654",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Reset",
                  "value": "3654",
                  "description": ""
                },
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"string\",\n    \"details\": {},\n    \"message\": \"string\"\n  },\n  \"success\": false\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "4faa645e-bad5-44b1-a1bf-d124c7c99655",
              "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": "3654",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Limit",
                  "value": "3654",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Remaining",
                  "value": "3654",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Reset",
                  "value": "3654",
                  "description": ""
                },
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"string\",\n    \"details\": {},\n    \"message\": \"string\"\n  },\n  \"success\": false\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "4059c508-5366-47bc-a3b1-7e189f418a96",
              "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": "3654",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Limit",
                  "value": "3654",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Remaining",
                  "value": "3654",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Reset",
                  "value": "3654",
                  "description": ""
                },
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"string\",\n    \"details\": {},\n    \"message\": \"string\"\n  },\n  \"success\": false\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "ea54a134-77d8-4ec0-bc4a-0917e9e31964",
              "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": "3654",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Limit",
                  "value": "3654",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Remaining",
                  "value": "3654",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Reset",
                  "value": "3654",
                  "description": ""
                },
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"string\",\n    \"details\": {},\n    \"message\": \"string\"\n  },\n  \"success\": false\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "d2f1c8ce-df24-4e67-9c97-0e51d09bf276",
              "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": "3654",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Limit",
                  "value": "3654",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Remaining",
                  "value": "3654",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Reset",
                  "value": "3654",
                  "description": ""
                },
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"string\",\n    \"details\": {},\n    \"message\": \"string\"\n  },\n  \"success\": false\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "fdb030e6-892e-4b12-9c9a-41add20bc8ee",
          "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": "f193bf2e-4cb3-5b75-2a06-8e0118d01314",
                  "key": "id",
                  "description": "(Required) "
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": null
          },
          "response": [
            {
              "id": "57498cd5-8584-4733-ac38-b77078217115",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "ext",
                    "idea-analyses",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "f193bf2e-4cb3-5b75-2a06-8e0118d01314",
                      "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": "3654",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Limit",
                  "value": "3654",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Remaining",
                  "value": "3654",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Reset",
                  "value": "3654",
                  "description": ""
                },
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"created_at\": \"1988-07-24T17:05:14.214Z\",\n    \"credits_used\": 3746,\n    \"description\": \"string\",\n    \"id\": \"9523ec41-84a9-ce6a-1ad4-b4d86564e362\",\n    \"progress\": 5408,\n    \"result\": {},\n    \"status\": \"string\",\n    \"title\": \"string\"\n  },\n  \"success\": true\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "981a832f-bdb4-4b46-8140-aefca9a822b3",
              "name": "Bad request",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "ext",
                    "idea-analyses",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "f193bf2e-4cb3-5b75-2a06-8e0118d01314",
                      "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": "3654",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Limit",
                  "value": "3654",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Remaining",
                  "value": "3654",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Reset",
                  "value": "3654",
                  "description": ""
                },
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"string\",\n    \"details\": {},\n    \"message\": \"string\"\n  },\n  \"success\": false\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "bb951fe7-0e9f-4909-a357-5c31a2a0b807",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "ext",
                    "idea-analyses",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "f193bf2e-4cb3-5b75-2a06-8e0118d01314",
                      "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": "3654",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Limit",
                  "value": "3654",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Remaining",
                  "value": "3654",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Reset",
                  "value": "3654",
                  "description": ""
                },
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"string\",\n    \"details\": {},\n    \"message\": \"string\"\n  },\n  \"success\": false\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "519e5004-f2b1-45c2-bd64-2e8dd0777940",
              "name": "Forbidden",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "ext",
                    "idea-analyses",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "f193bf2e-4cb3-5b75-2a06-8e0118d01314",
                      "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": "3654",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Limit",
                  "value": "3654",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Remaining",
                  "value": "3654",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Reset",
                  "value": "3654",
                  "description": ""
                },
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"string\",\n    \"details\": {},\n    \"message\": \"string\"\n  },\n  \"success\": false\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "31a978b6-5656-429a-9503-60fcc62c131e",
              "name": "Rate limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "ext",
                    "idea-analyses",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "f193bf2e-4cb3-5b75-2a06-8e0118d01314",
                      "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": "3654",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Limit",
                  "value": "3654",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Remaining",
                  "value": "3654",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Reset",
                  "value": "3654",
                  "description": ""
                },
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"string\",\n    \"details\": {},\n    \"message\": \"string\"\n  },\n  \"success\": false\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "0338ee9f-d344-4f29-a9bc-671a6e7a5ae8",
              "name": "Internal server error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "ext",
                    "idea-analyses",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "f193bf2e-4cb3-5b75-2a06-8e0118d01314",
                      "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": "3654",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Limit",
                  "value": "3654",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Remaining",
                  "value": "3654",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Reset",
                  "value": "3654",
                  "description": ""
                },
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"string\",\n    \"details\": {},\n    \"message\": \"string\"\n  },\n  \"success\": false\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "709ccbf1-2e16-4c88-a599-a1197832ef17",
          "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": "f193bf2e-4cb3-5b75-2a06-8e0118d01314",
                  "key": "id",
                  "description": "(Required) "
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": null
          },
          "response": [
            {
              "id": "87b5f131-313f-4934-a0bd-5a8abdb60f70",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "ext",
                    "idea-analyses",
                    ":id",
                    "progress"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "f193bf2e-4cb3-5b75-2a06-8e0118d01314",
                      "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": "3654",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Limit",
                  "value": "3654",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Remaining",
                  "value": "3654",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Reset",
                  "value": "3654",
                  "description": ""
                },
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"id\": \"b12cfe76-2dde-d4d5-c17e-1d439797194a\",\n    \"progress\": 4907,\n    \"status\": \"string\"\n  },\n  \"success\": false\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "62f8d784-3f80-4b88-8969-80f38c4cfeb4",
              "name": "Bad request",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "ext",
                    "idea-analyses",
                    ":id",
                    "progress"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "f193bf2e-4cb3-5b75-2a06-8e0118d01314",
                      "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": "3654",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Limit",
                  "value": "3654",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Remaining",
                  "value": "3654",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Reset",
                  "value": "3654",
                  "description": ""
                },
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"string\",\n    \"details\": {},\n    \"message\": \"string\"\n  },\n  \"success\": false\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "2cd67ce1-1703-40a2-b300-266365873335",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "ext",
                    "idea-analyses",
                    ":id",
                    "progress"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "f193bf2e-4cb3-5b75-2a06-8e0118d01314",
                      "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": "3654",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Limit",
                  "value": "3654",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Remaining",
                  "value": "3654",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Reset",
                  "value": "3654",
                  "description": ""
                },
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"string\",\n    \"details\": {},\n    \"message\": \"string\"\n  },\n  \"success\": false\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "bdac9840-ce8f-4d30-a171-c741761b9f68",
              "name": "Forbidden",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "ext",
                    "idea-analyses",
                    ":id",
                    "progress"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "f193bf2e-4cb3-5b75-2a06-8e0118d01314",
                      "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": "3654",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Limit",
                  "value": "3654",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Remaining",
                  "value": "3654",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Reset",
                  "value": "3654",
                  "description": ""
                },
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"string\",\n    \"details\": {},\n    \"message\": \"string\"\n  },\n  \"success\": false\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "01612365-f438-4a04-b242-d533955c8b44",
              "name": "Rate limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "ext",
                    "idea-analyses",
                    ":id",
                    "progress"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "f193bf2e-4cb3-5b75-2a06-8e0118d01314",
                      "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": "3654",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Limit",
                  "value": "3654",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Remaining",
                  "value": "3654",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Reset",
                  "value": "3654",
                  "description": ""
                },
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"string\",\n    \"details\": {},\n    \"message\": \"string\"\n  },\n  \"success\": false\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "4baa78e8-729a-4c1e-9923-18b3eb3c5259",
              "name": "Internal server error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "ext",
                    "idea-analyses",
                    ":id",
                    "progress"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "f193bf2e-4cb3-5b75-2a06-8e0118d01314",
                      "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": "3654",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Limit",
                  "value": "3654",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Remaining",
                  "value": "3654",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Reset",
                  "value": "3654",
                  "description": ""
                },
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"string\",\n    \"details\": {},\n    \"message\": \"string\"\n  },\n  \"success\": false\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "4de72d1c-574d-4c5c-8f3e-d83e194fa1cc",
          "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": "3654",
                  "description": "Page number"
                },
                {
                  "disabled": false,
                  "key": "per_page",
                  "value": "3654",
                  "description": "Items per page"
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": null
          },
          "response": [
            {
              "id": "04119e88-9b39-4ff6-9cc1-f7705a6bb86c",
              "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": "3654"
                    },
                    {
                      "key": "per_page",
                      "value": "3654"
                    }
                  ],
                  "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": "3654",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Limit",
                  "value": "3654",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Remaining",
                  "value": "3654",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Reset",
                  "value": "3654",
                  "description": ""
                },
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": [\n    {\n      \"created_at\": \"2019-07-03T10:22:00.934Z\",\n      \"description\": \"string\",\n      \"id\": \"9aaef5bd-b8fb-20a3-1c21-8d6de5613057\",\n      \"score\": 9361,\n      \"sector\": \"string\",\n      \"source_url\": \"string\",\n      \"title\": \"string\"\n    },\n    {\n      \"created_at\": \"1958-06-13T17:37:12.202Z\",\n      \"description\": \"string\",\n      \"id\": \"bb7232e1-b240-9326-e569-8ba1a914ef75\",\n      \"score\": 2986,\n      \"sector\": \"string\",\n      \"source_url\": \"string\",\n      \"title\": \"string\"\n    }\n  ],\n  \"success\": false\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "78d966d5-0822-4298-b50f-7440f0e119ac",
              "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": "3654"
                    },
                    {
                      "key": "per_page",
                      "value": "3654"
                    }
                  ],
                  "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": "3654",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Limit",
                  "value": "3654",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Remaining",
                  "value": "3654",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Reset",
                  "value": "3654",
                  "description": ""
                },
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"string\",\n    \"details\": {},\n    \"message\": \"string\"\n  },\n  \"success\": false\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "b9177b14-e061-4428-9500-b9ce6bbba7a9",
              "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": "3654"
                    },
                    {
                      "key": "per_page",
                      "value": "3654"
                    }
                  ],
                  "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": "3654",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Limit",
                  "value": "3654",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Remaining",
                  "value": "3654",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Reset",
                  "value": "3654",
                  "description": ""
                },
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"string\",\n    \"details\": {},\n    \"message\": \"string\"\n  },\n  \"success\": false\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "a014734f-cdd1-4749-984d-3c52fdb3b57a",
              "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": "3654"
                    },
                    {
                      "key": "per_page",
                      "value": "3654"
                    }
                  ],
                  "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": "3654",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Limit",
                  "value": "3654",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Remaining",
                  "value": "3654",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Reset",
                  "value": "3654",
                  "description": ""
                },
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"string\",\n    \"details\": {},\n    \"message\": \"string\"\n  },\n  \"success\": false\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "dc6812ca-b1e2-4b66-87d6-0dc4e5cd5343",
              "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": "3654"
                    },
                    {
                      "key": "per_page",
                      "value": "3654"
                    }
                  ],
                  "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": "3654",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Limit",
                  "value": "3654",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Remaining",
                  "value": "3654",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Reset",
                  "value": "3654",
                  "description": ""
                },
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"string\",\n    \"details\": {},\n    \"message\": \"string\"\n  },\n  \"success\": false\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "cbb1f3c8-dd30-4541-bfc5-1b9435e245c2",
              "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": "3654"
                    },
                    {
                      "key": "per_page",
                      "value": "3654"
                    }
                  ],
                  "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": "3654",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Limit",
                  "value": "3654",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Remaining",
                  "value": "3654",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Reset",
                  "value": "3654",
                  "description": ""
                },
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"string\",\n    \"details\": {},\n    \"message\": \"string\"\n  },\n  \"success\": false\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "9fed5359-04c4-4398-85ad-ce74769eb720",
          "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": "f193bf2e-4cb3-5b75-2a06-8e0118d01314",
                  "key": "ideaId",
                  "description": "(Required) "
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": null
          },
          "response": [
            {
              "id": "1aa9377f-c269-4e55-a438-af5f7bc5bc0c",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "ext",
                    "ideas",
                    ":ideaId"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "f193bf2e-4cb3-5b75-2a06-8e0118d01314",
                      "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": "3654",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Limit",
                  "value": "3654",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Remaining",
                  "value": "3654",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Reset",
                  "value": "3654",
                  "description": ""
                },
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"created_at\": \"1962-08-05T10:34:11.295Z\",\n    \"description\": \"string\",\n    \"id\": \"3ca728aa-fc2f-1767-1ba0-c5a118822400\",\n    \"score\": 6765,\n    \"sector\": \"string\",\n    \"source_url\": \"string\",\n    \"title\": \"string\"\n  },\n  \"success\": true\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "cb47f804-f621-44b8-95de-28e599bd8a75",
              "name": "Bad request",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "ext",
                    "ideas",
                    ":ideaId"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "f193bf2e-4cb3-5b75-2a06-8e0118d01314",
                      "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": "3654",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Limit",
                  "value": "3654",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Remaining",
                  "value": "3654",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Reset",
                  "value": "3654",
                  "description": ""
                },
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"string\",\n    \"details\": {},\n    \"message\": \"string\"\n  },\n  \"success\": false\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "1cbd3d50-0379-4742-acf9-55d6acb4d19e",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "ext",
                    "ideas",
                    ":ideaId"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "f193bf2e-4cb3-5b75-2a06-8e0118d01314",
                      "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": "3654",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Limit",
                  "value": "3654",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Remaining",
                  "value": "3654",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Reset",
                  "value": "3654",
                  "description": ""
                },
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"string\",\n    \"details\": {},\n    \"message\": \"string\"\n  },\n  \"success\": false\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "3161aa77-6bf6-46b9-bfcc-af0bbd1d3411",
              "name": "Forbidden",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "ext",
                    "ideas",
                    ":ideaId"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "f193bf2e-4cb3-5b75-2a06-8e0118d01314",
                      "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": "3654",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Limit",
                  "value": "3654",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Remaining",
                  "value": "3654",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Reset",
                  "value": "3654",
                  "description": ""
                },
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"string\",\n    \"details\": {},\n    \"message\": \"string\"\n  },\n  \"success\": false\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "dfe874ef-6a29-4f7b-b583-d3dec99a8f49",
              "name": "Rate limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "ext",
                    "ideas",
                    ":ideaId"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "f193bf2e-4cb3-5b75-2a06-8e0118d01314",
                      "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": "3654",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Limit",
                  "value": "3654",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Remaining",
                  "value": "3654",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Reset",
                  "value": "3654",
                  "description": ""
                },
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"string\",\n    \"details\": {},\n    \"message\": \"string\"\n  },\n  \"success\": false\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "99c97b9f-4be8-476e-852d-0ee1f39a4b6b",
              "name": "Internal server error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "ext",
                    "ideas",
                    ":ideaId"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "f193bf2e-4cb3-5b75-2a06-8e0118d01314",
                      "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": "3654",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Limit",
                  "value": "3654",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Remaining",
                  "value": "3654",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Reset",
                  "value": "3654",
                  "description": ""
                },
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"string\",\n    \"details\": {},\n    \"message\": \"string\"\n  },\n  \"success\": false\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "81f4c7b2-a9cf-4114-9fe2-381c8bc5c459",
          "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": "f193bf2e-4cb3-5b75-2a06-8e0118d01314",
                  "key": "ideaId",
                  "description": "(Required) "
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "DELETE",
            "auth": null
          },
          "response": [
            {
              "id": "95b08736-6dac-44e0-9b25-988aafad7531",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "ext",
                    "ideas",
                    ":ideaId",
                    "bookmark"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "f193bf2e-4cb3-5b75-2a06-8e0118d01314",
                      "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": "3654",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Limit",
                  "value": "3654",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Remaining",
                  "value": "3654",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Reset",
                  "value": "3654",
                  "description": ""
                },
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"saved\": true\n  },\n  \"success\": false\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "fdc45e8a-b408-429f-826c-ac2064c869cb",
              "name": "Bad request",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "ext",
                    "ideas",
                    ":ideaId",
                    "bookmark"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "f193bf2e-4cb3-5b75-2a06-8e0118d01314",
                      "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": "3654",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Limit",
                  "value": "3654",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Remaining",
                  "value": "3654",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Reset",
                  "value": "3654",
                  "description": ""
                },
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"string\",\n    \"details\": {},\n    \"message\": \"string\"\n  },\n  \"success\": false\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "4dbc0804-ff85-4595-a40d-9e1a639cb3eb",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "ext",
                    "ideas",
                    ":ideaId",
                    "bookmark"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "f193bf2e-4cb3-5b75-2a06-8e0118d01314",
                      "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": "3654",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Limit",
                  "value": "3654",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Remaining",
                  "value": "3654",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Reset",
                  "value": "3654",
                  "description": ""
                },
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"string\",\n    \"details\": {},\n    \"message\": \"string\"\n  },\n  \"success\": false\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "3b6baaed-c318-4e23-80cb-3883a967798a",
              "name": "Forbidden",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "ext",
                    "ideas",
                    ":ideaId",
                    "bookmark"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "f193bf2e-4cb3-5b75-2a06-8e0118d01314",
                      "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": "3654",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Limit",
                  "value": "3654",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Remaining",
                  "value": "3654",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Reset",
                  "value": "3654",
                  "description": ""
                },
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"string\",\n    \"details\": {},\n    \"message\": \"string\"\n  },\n  \"success\": false\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "975ebc95-8bda-4215-b3b2-97b3109c2d29",
              "name": "Rate limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "ext",
                    "ideas",
                    ":ideaId",
                    "bookmark"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "f193bf2e-4cb3-5b75-2a06-8e0118d01314",
                      "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": "3654",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Limit",
                  "value": "3654",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Remaining",
                  "value": "3654",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Reset",
                  "value": "3654",
                  "description": ""
                },
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"string\",\n    \"details\": {},\n    \"message\": \"string\"\n  },\n  \"success\": false\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "9f0183cd-a83f-4a42-8b62-16b3ed894f23",
              "name": "Internal server error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "ext",
                    "ideas",
                    ":ideaId",
                    "bookmark"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "f193bf2e-4cb3-5b75-2a06-8e0118d01314",
                      "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": "3654",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Limit",
                  "value": "3654",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Remaining",
                  "value": "3654",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Reset",
                  "value": "3654",
                  "description": ""
                },
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"string\",\n    \"details\": {},\n    \"message\": \"string\"\n  },\n  \"success\": false\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "d8e7ca99-a5af-4d4d-8000-c4f090e8b0e5",
          "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": "f193bf2e-4cb3-5b75-2a06-8e0118d01314",
                  "key": "ideaId",
                  "description": "(Required) "
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "auth": null
          },
          "response": [
            {
              "id": "0a1ac8f1-73c1-40c8-bcfd-521c2107c21a",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "ext",
                    "ideas",
                    ":ideaId",
                    "bookmark"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "f193bf2e-4cb3-5b75-2a06-8e0118d01314",
                      "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": "3654",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Limit",
                  "value": "3654",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Remaining",
                  "value": "3654",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Reset",
                  "value": "3654",
                  "description": ""
                },
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"saved\": true\n  },\n  \"success\": false\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "0efcfef0-1cce-4a35-bd5f-674ee3decc3a",
              "name": "Bad request",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "ext",
                    "ideas",
                    ":ideaId",
                    "bookmark"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "f193bf2e-4cb3-5b75-2a06-8e0118d01314",
                      "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": "3654",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Limit",
                  "value": "3654",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Remaining",
                  "value": "3654",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Reset",
                  "value": "3654",
                  "description": ""
                },
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"string\",\n    \"details\": {},\n    \"message\": \"string\"\n  },\n  \"success\": false\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "959baf05-8730-41c0-b3bc-c20b8b1bd61d",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "ext",
                    "ideas",
                    ":ideaId",
                    "bookmark"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "f193bf2e-4cb3-5b75-2a06-8e0118d01314",
                      "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": "3654",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Limit",
                  "value": "3654",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Remaining",
                  "value": "3654",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Reset",
                  "value": "3654",
                  "description": ""
                },
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"string\",\n    \"details\": {},\n    \"message\": \"string\"\n  },\n  \"success\": false\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "2f8b3353-ce40-4ebc-abd6-98ac44eaacb0",
              "name": "Forbidden",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "ext",
                    "ideas",
                    ":ideaId",
                    "bookmark"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "f193bf2e-4cb3-5b75-2a06-8e0118d01314",
                      "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": "3654",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Limit",
                  "value": "3654",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Remaining",
                  "value": "3654",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Reset",
                  "value": "3654",
                  "description": ""
                },
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"string\",\n    \"details\": {},\n    \"message\": \"string\"\n  },\n  \"success\": false\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "3b538e76-86d6-415d-9c7f-84359726e318",
              "name": "Rate limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "ext",
                    "ideas",
                    ":ideaId",
                    "bookmark"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "f193bf2e-4cb3-5b75-2a06-8e0118d01314",
                      "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": "3654",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Limit",
                  "value": "3654",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Remaining",
                  "value": "3654",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Reset",
                  "value": "3654",
                  "description": ""
                },
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"string\",\n    \"details\": {},\n    \"message\": \"string\"\n  },\n  \"success\": false\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "b56b3717-4320-4ec1-b33c-3ba1027575c6",
              "name": "Internal server error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "ext",
                    "ideas",
                    ":ideaId",
                    "bookmark"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "f193bf2e-4cb3-5b75-2a06-8e0118d01314",
                      "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": "3654",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Limit",
                  "value": "3654",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Remaining",
                  "value": "3654",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Reset",
                  "value": "3654",
                  "description": ""
                },
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"string\",\n    \"details\": {},\n    \"message\": \"string\"\n  },\n  \"success\": false\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "8fb7483b-d70f-46f8-9de9-c47bc3dbeaf9",
          "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": "57204700-a970-47b9-90ed-37d13861a5ef",
              "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": "3654",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Limit",
                  "value": "3654",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Remaining",
                  "value": "3654",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Reset",
                  "value": "3654",
                  "description": ""
                },
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"ok\": false,\n    \"plan\": \"string\",\n    \"scope\": \"string\",\n    \"user\": \"string\"\n  },\n  \"success\": true\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "06bea512-b7bd-4064-b489-f42553cbbd27",
              "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": "3654",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Limit",
                  "value": "3654",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Remaining",
                  "value": "3654",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Reset",
                  "value": "3654",
                  "description": ""
                },
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"string\",\n    \"details\": {},\n    \"message\": \"string\"\n  },\n  \"success\": false\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "9ec9a3e6-0466-4c01-a899-52f3020aa0e6",
              "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": "3654",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Limit",
                  "value": "3654",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Remaining",
                  "value": "3654",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Reset",
                  "value": "3654",
                  "description": ""
                },
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"string\",\n    \"details\": {},\n    \"message\": \"string\"\n  },\n  \"success\": false\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "724d402e-28dd-4a62-a222-7caba93b5c2d",
              "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": "3654",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Limit",
                  "value": "3654",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Remaining",
                  "value": "3654",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Reset",
                  "value": "3654",
                  "description": ""
                },
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"string\",\n    \"details\": {},\n    \"message\": \"string\"\n  },\n  \"success\": false\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "0416cd1f-b2a2-456c-b232-e8a276e9cb64",
              "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": "3654",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Limit",
                  "value": "3654",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Remaining",
                  "value": "3654",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Reset",
                  "value": "3654",
                  "description": ""
                },
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"string\",\n    \"details\": {},\n    \"message\": \"string\"\n  },\n  \"success\": false\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "a15f176e-e1cd-4dfd-ba01-9a9b5163b8a3",
              "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": "3654",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Limit",
                  "value": "3654",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Remaining",
                  "value": "3654",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Reset",
                  "value": "3654",
                  "description": ""
                },
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"string\",\n    \"details\": {},\n    \"message\": \"string\"\n  },\n  \"success\": false\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "07a1a8a1-89e9-4438-98d8-7d39c0b80f23",
          "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": "67066532-caa7-43f2-88f8-e2c6ed4f42e4",
              "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": "3654",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Limit",
                  "value": "3654",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Remaining",
                  "value": "3654",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Reset",
                  "value": "3654",
                  "description": ""
                },
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": [\n    {\n      \"created_at\": \"1961-12-24T02:58:03.808Z\",\n      \"id\": \"ebb0aaaa-8975-1407-a30c-a34c0a77c252\",\n      \"idea_id\": \"87217581-c9bc-6e85-7984-dc0ca90966ae\",\n      \"title\": \"string\"\n    },\n    {\n      \"created_at\": \"2005-06-05T18:44:03.586Z\",\n      \"id\": \"b15e55d6-4861-2d31-9de1-6c632f258a4a\",\n      \"idea_id\": \"1f8f8b40-4c7c-9181-04ec-e52c311e40a6\",\n      \"title\": \"string\"\n    }\n  ],\n  \"success\": false\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "0582dda4-0250-4629-ac64-9f5ef88df038",
              "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": "3654",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Limit",
                  "value": "3654",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Remaining",
                  "value": "3654",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Reset",
                  "value": "3654",
                  "description": ""
                },
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"string\",\n    \"details\": {},\n    \"message\": \"string\"\n  },\n  \"success\": false\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "085562c9-ee8e-487d-8439-f8a2d43432b9",
              "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": "3654",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Limit",
                  "value": "3654",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Remaining",
                  "value": "3654",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Reset",
                  "value": "3654",
                  "description": ""
                },
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"string\",\n    \"details\": {},\n    \"message\": \"string\"\n  },\n  \"success\": false\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "8bdf973f-746f-4dd6-a8cb-bcdd4516639f",
              "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": "3654",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Limit",
                  "value": "3654",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Remaining",
                  "value": "3654",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Reset",
                  "value": "3654",
                  "description": ""
                },
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"string\",\n    \"details\": {},\n    \"message\": \"string\"\n  },\n  \"success\": false\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "58cbabeb-85ee-40a7-ac81-22b93abf4712",
              "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": "3654",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Limit",
                  "value": "3654",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Remaining",
                  "value": "3654",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Reset",
                  "value": "3654",
                  "description": ""
                },
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"string\",\n    \"details\": {},\n    \"message\": \"string\"\n  },\n  \"success\": false\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "e477050b-c5ce-4f73-8669-09900c07c1e7",
              "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": "3654",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Limit",
                  "value": "3654",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Remaining",
                  "value": "3654",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Reset",
                  "value": "3654",
                  "description": ""
                },
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"string\",\n    \"details\": {},\n    \"message\": \"string\"\n  },\n  \"success\": false\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "0a035879-6ee0-48f8-9d63-279cd810df9b",
          "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": "3217e72a-de3c-4494-9e7f-55aabf998cb2",
              "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": "3654",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Limit",
                  "value": "3654",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Remaining",
                  "value": "3654",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Reset",
                  "value": "3654",
                  "description": ""
                },
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"active_keys\": 903,\n    \"credits_consumed\": 4269,\n    \"error_count\": 695,\n    \"last_used_at\": \"1993-05-29T07:25:45.530Z\",\n    \"mcp_requests\": 8297,\n    \"rate_limited_count\": 6979,\n    \"rest_requests\": 4679,\n    \"total_requests\": 6235,\n    \"write_requests\": 4750\n  },\n  \"success\": false\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "426d8b53-0d96-4db0-8902-7be5702ec654",
              "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": "3654",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Limit",
                  "value": "3654",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Remaining",
                  "value": "3654",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Reset",
                  "value": "3654",
                  "description": ""
                },
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"string\",\n    \"details\": {},\n    \"message\": \"string\"\n  },\n  \"success\": false\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "2722372a-ae53-40a4-b7f6-2c6eea10fd7b",
              "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": "3654",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Limit",
                  "value": "3654",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Remaining",
                  "value": "3654",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Reset",
                  "value": "3654",
                  "description": ""
                },
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"string\",\n    \"details\": {},\n    \"message\": \"string\"\n  },\n  \"success\": false\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "8b6b3f68-1e3c-4843-b150-562fc7f72250",
              "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": "3654",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Limit",
                  "value": "3654",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Remaining",
                  "value": "3654",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Reset",
                  "value": "3654",
                  "description": ""
                },
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"string\",\n    \"details\": {},\n    \"message\": \"string\"\n  },\n  \"success\": false\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "49af81b8-c7d0-4c19-9760-f56a256923fd",
              "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": "3654",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Limit",
                  "value": "3654",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Remaining",
                  "value": "3654",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Reset",
                  "value": "3654",
                  "description": ""
                },
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"string\",\n    \"details\": {},\n    \"message\": \"string\"\n  },\n  \"success\": false\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "5eb98b30-9280-4b67-896c-6dbf33e7576a",
              "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": "3654",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Limit",
                  "value": "3654",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Remaining",
                  "value": "3654",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Reset",
                  "value": "3654",
                  "description": ""
                },
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"string\",\n    \"details\": {},\n    \"message\": \"string\"\n  },\n  \"success\": false\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ],
      "event": []
    },
    {
      "id": "31f56c4f-02ab-4691-8080-1bb81847c4e8",
      "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": "acd42d3d-e9e4-4bec-8f86-14524daff0f9",
          "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": "a0ef1fac-0758-42b7-ab03-965c8ce1fce2",
              "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": "3e7bf051-63c9-4e8b-9322-4f95a57828ff",
          "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": "baed6221-23e9-46ae-954b-91094db5a0b6",
              "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\": 4899,\n    \"message\": \"string\"\n  },\n  \"id\": \"string\",\n  \"jsonrpc\": \"2.0\",\n  \"result\": {}\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "a3c132a1-de05-402b-9964-c0ae24586956",
              "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": "4e4198e8-3699-45e1-9060-97e23dcb58d4",
              "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\": false\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "1d83ed5b-0527-4877-acd2-8c3b0d3b5b75",
              "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\": false\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ],
      "event": []
    },
    {
      "id": "dc21d554-34b5-4453-a220-2fc68627fc37",
      "name": "OpenAPI",
      "description": {
        "content": "This machine-readable specification (`GET /api/v1/ext/openapi.json`, no key).",
        "type": "text/plain"
      },
      "item": [
        {
          "id": "f0dbcc8f-295b-497f-9eec-cbcf423be184",
          "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": "adf3e168-f590-463b-aec4-408836ef22dd",
              "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": "3654",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Limit",
                  "value": "3654",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Remaining",
                  "value": "3654",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Reset",
                  "value": "3654",
                  "description": ""
                },
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "cace5a02-a5d7-430b-81a7-b9a70cb3ccd1",
              "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": "3654",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Limit",
                  "value": "3654",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Remaining",
                  "value": "3654",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Reset",
                  "value": "3654",
                  "description": ""
                },
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"string\",\n    \"details\": {},\n    \"message\": \"string\"\n  },\n  \"success\": false\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "5d5e3acd-aa0f-4157-94f7-d5aa5c451fb8",
              "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": "3654",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Limit",
                  "value": "3654",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Remaining",
                  "value": "3654",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Reset",
                  "value": "3654",
                  "description": ""
                },
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"string\",\n    \"details\": {},\n    \"message\": \"string\"\n  },\n  \"success\": false\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "6004c8db-60b7-4d7e-a6e2-d524af1a4a25",
              "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": "3654",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Limit",
                  "value": "3654",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Remaining",
                  "value": "3654",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Reset",
                  "value": "3654",
                  "description": ""
                },
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"string\",\n    \"details\": {},\n    \"message\": \"string\"\n  },\n  \"success\": false\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "7fa27e48-8fff-4213-9591-543584a2e14e",
              "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": "3654",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Limit",
                  "value": "3654",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Remaining",
                  "value": "3654",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Reset",
                  "value": "3654",
                  "description": ""
                },
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"string\",\n    \"details\": {},\n    \"message\": \"string\"\n  },\n  \"success\": false\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "8e51fdab-163f-420c-9dbd-16af6ef6c204",
              "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": "3654",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Limit",
                  "value": "3654",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Remaining",
                  "value": "3654",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Reset",
                  "value": "3654",
                  "description": ""
                },
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": \"string\",\n    \"details\": {},\n    \"message\": \"string\"\n  },\n  \"success\": false\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": "7d1fb2d3-400b-41b2-85bc-951b8759e6e3",
    "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"
    }
  }
}