{
  "item": [
    {
      "id": "1272ea49-5a59-4c14-beb6-6406e2203f9b",
      "name": "Public REST",
      "description": {
        "content": "Key-authenticated JSON under `/api/v1/ext/*` (gated by `ENABLE_PUBLIC_API` in deployment).",
        "type": "text/plain"
      },
      "item": [
        {
          "id": "db7e37a4-d53a-4695-b87f-ffe6e6ff9444",
          "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": "ac323335-0d72-4d3a-9d85-c0b00bc05e74",
              "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": "4575",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Limit",
                  "value": "4575",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Remaining",
                  "value": "4575",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Reset",
                  "value": "4575",
                  "description": ""
                },
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": [\n    {\n      \"description\": \"string\",\n      \"id\": \"ac43c43f-f0e8-8162-b5f0-1990e7273cf9\",\n      \"ideas_count\": 6123,\n      \"published_at\": \"2019-01-31T00:37:37.816Z\",\n      \"title\": \"string\"\n    },\n    {\n      \"description\": \"string\",\n      \"id\": \"f57cd9f5-87b2-55fe-ff05-ba1d9d96a125\",\n      \"ideas_count\": 4625,\n      \"published_at\": \"1956-08-20T23:01:06.260Z\",\n      \"title\": \"string\"\n    }\n  ],\n  \"success\": true\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "24a5a237-1dee-4a06-8b55-ecb89cf84b63",
              "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": "4575",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Limit",
                  "value": "4575",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Remaining",
                  "value": "4575",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Reset",
                  "value": "4575",
                  "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": "be38114d-2aa6-41f2-a626-026fc7ee9dbb",
              "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": "4575",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Limit",
                  "value": "4575",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Remaining",
                  "value": "4575",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Reset",
                  "value": "4575",
                  "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": "b99605ea-1f02-449c-8160-e50143d08c50",
              "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": "4575",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Limit",
                  "value": "4575",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Remaining",
                  "value": "4575",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Reset",
                  "value": "4575",
                  "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": "d1328152-f63a-41f7-ae4f-61304a523fc4",
              "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": "4575",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Limit",
                  "value": "4575",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Remaining",
                  "value": "4575",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Reset",
                  "value": "4575",
                  "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": "d7aaf73f-3d7f-441c-947e-09b280f208fb",
              "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": "4575",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Limit",
                  "value": "4575",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Remaining",
                  "value": "4575",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Reset",
                  "value": "4575",
                  "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": "3e0b09e0-3055-4b26-a771-a190dcca8acc",
          "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": "4575",
                  "description": "Page number"
                },
                {
                  "disabled": false,
                  "key": "per_page",
                  "value": "4575",
                  "description": "Items per page"
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": null
          },
          "response": [
            {
              "id": "139160e9-ca62-41af-945b-53f5e343e4be",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "ext",
                    "idea-analyses"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "page",
                      "value": "4575"
                    },
                    {
                      "key": "per_page",
                      "value": "4575"
                    }
                  ],
                  "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": "4575",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Limit",
                  "value": "4575",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Remaining",
                  "value": "4575",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Reset",
                  "value": "4575",
                  "description": ""
                },
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": [\n    {\n      \"created_at\": \"1947-01-23T08:06:14.063Z\",\n      \"credits_used\": 4265,\n      \"description\": \"string\",\n      \"id\": \"1ba95136-a9de-4bea-41fd-b131e196de4b\",\n      \"progress\": 9173,\n      \"result\": {},\n      \"status\": \"string\",\n      \"title\": \"string\"\n    },\n    {\n      \"created_at\": \"1962-12-10T01:22:24.765Z\",\n      \"credits_used\": 9595,\n      \"description\": \"string\",\n      \"id\": \"0ed00315-e227-013d-b20f-035e1ac8ed28\",\n      \"progress\": 2354,\n      \"result\": {},\n      \"status\": \"string\",\n      \"title\": \"string\"\n    }\n  ],\n  \"success\": true\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "5d9ed67f-569d-4b12-9b87-311d68e6c3a5",
              "name": "Bad request",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "ext",
                    "idea-analyses"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "page",
                      "value": "4575"
                    },
                    {
                      "key": "per_page",
                      "value": "4575"
                    }
                  ],
                  "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": "4575",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Limit",
                  "value": "4575",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Remaining",
                  "value": "4575",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Reset",
                  "value": "4575",
                  "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": "543a13c5-2f0e-4e18-b71e-2aac211585b4",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "ext",
                    "idea-analyses"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "page",
                      "value": "4575"
                    },
                    {
                      "key": "per_page",
                      "value": "4575"
                    }
                  ],
                  "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": "4575",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Limit",
                  "value": "4575",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Remaining",
                  "value": "4575",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Reset",
                  "value": "4575",
                  "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": "bdefb5ac-8e6c-4321-a3b1-056d1aff5e50",
              "name": "Forbidden",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "ext",
                    "idea-analyses"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "page",
                      "value": "4575"
                    },
                    {
                      "key": "per_page",
                      "value": "4575"
                    }
                  ],
                  "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": "4575",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Limit",
                  "value": "4575",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Remaining",
                  "value": "4575",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Reset",
                  "value": "4575",
                  "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": "aab09e6a-f9bf-44e0-8b28-60824f812ce8",
              "name": "Rate limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "ext",
                    "idea-analyses"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "page",
                      "value": "4575"
                    },
                    {
                      "key": "per_page",
                      "value": "4575"
                    }
                  ],
                  "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": "4575",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Limit",
                  "value": "4575",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Remaining",
                  "value": "4575",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Reset",
                  "value": "4575",
                  "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": "24ff0210-a740-4d6d-967a-c14b9319cd21",
              "name": "Internal server error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "ext",
                    "idea-analyses"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "page",
                      "value": "4575"
                    },
                    {
                      "key": "per_page",
                      "value": "4575"
                    }
                  ],
                  "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": "4575",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Limit",
                  "value": "4575",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Remaining",
                  "value": "4575",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Reset",
                  "value": "4575",
                  "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": "a9962491-bd31-4adb-8d51-fe91ffa5e808",
          "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": "a4604b00-7645-4c1e-aaa2-48ce04d6443a",
              "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": "4575",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Limit",
                  "value": "4575",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Remaining",
                  "value": "4575",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Reset",
                  "value": "4575",
                  "description": ""
                },
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"credits_used\": 9974,\n    \"id\": \"bc55ce94-dd4b-68ba-0c96-2cab0cd6c3a9\",\n    \"pipeline_saved\": false,\n    \"pipeline_saved_at\": \"1958-11-20T05:45:11.448Z\",\n    \"status\": \"string\"\n  },\n  \"success\": true\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "c9b21144-f50f-4cc0-9bc5-d34c9f5dcbb0",
              "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": "4575",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Limit",
                  "value": "4575",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Remaining",
                  "value": "4575",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Reset",
                  "value": "4575",
                  "description": ""
                },
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"credits_used\": 9974,\n    \"id\": \"bc55ce94-dd4b-68ba-0c96-2cab0cd6c3a9\",\n    \"pipeline_saved\": false,\n    \"pipeline_saved_at\": \"1958-11-20T05:45:11.448Z\",\n    \"status\": \"string\"\n  },\n  \"success\": true\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "1ec370bb-8782-4c94-a323-831cc0b2aa19",
              "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": "4575",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Limit",
                  "value": "4575",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Remaining",
                  "value": "4575",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Reset",
                  "value": "4575",
                  "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": "0552f98f-86bb-4ca8-bb9c-4e31268f7bc3",
              "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": "4575",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Limit",
                  "value": "4575",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Remaining",
                  "value": "4575",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Reset",
                  "value": "4575",
                  "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": "882e8a41-438e-4fee-ad5f-8571e7b65a87",
              "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": "4575",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Limit",
                  "value": "4575",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Remaining",
                  "value": "4575",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Reset",
                  "value": "4575",
                  "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": "e6ae41a2-3369-4e6a-b305-0085dd087d61",
              "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": "4575",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Limit",
                  "value": "4575",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Remaining",
                  "value": "4575",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Reset",
                  "value": "4575",
                  "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": "a0525bf3-bb6c-469a-8f1f-79b92a9af4a7",
              "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": "4575",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Limit",
                  "value": "4575",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Remaining",
                  "value": "4575",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Reset",
                  "value": "4575",
                  "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": "e7e08bf1-f4c3-4c48-8b9f-5368b47a06ae",
              "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": "4575",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Limit",
                  "value": "4575",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Remaining",
                  "value": "4575",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Reset",
                  "value": "4575",
                  "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": "0d2aa5ee-bce7-473b-8644-37c546b9ca74",
          "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": "a61cfde4-8307-55d6-11c4-a5a70a93ed8e",
                  "key": "id",
                  "description": "(Required) "
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": null
          },
          "response": [
            {
              "id": "d59fc123-1a08-46f1-b311-b644813396c4",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "ext",
                    "idea-analyses",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "a61cfde4-8307-55d6-11c4-a5a70a93ed8e",
                      "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": "4575",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Limit",
                  "value": "4575",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Remaining",
                  "value": "4575",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Reset",
                  "value": "4575",
                  "description": ""
                },
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"created_at\": \"1962-08-25T03:23:02.341Z\",\n    \"credits_used\": 7526,\n    \"description\": \"string\",\n    \"id\": \"d5ad5455-c828-4dc0-82d6-6ed010a02483\",\n    \"progress\": 2922,\n    \"result\": {},\n    \"status\": \"string\",\n    \"title\": \"string\"\n  },\n  \"success\": true\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "6c0b406e-d055-4d9d-81c5-d149c7aa538e",
              "name": "Bad request",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "ext",
                    "idea-analyses",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "a61cfde4-8307-55d6-11c4-a5a70a93ed8e",
                      "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": "4575",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Limit",
                  "value": "4575",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Remaining",
                  "value": "4575",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Reset",
                  "value": "4575",
                  "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": "7c878cb2-1885-461d-803b-75aa0b0b10a5",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "ext",
                    "idea-analyses",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "a61cfde4-8307-55d6-11c4-a5a70a93ed8e",
                      "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": "4575",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Limit",
                  "value": "4575",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Remaining",
                  "value": "4575",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Reset",
                  "value": "4575",
                  "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": "c54bbc32-894e-4ddf-ab40-d2db90da111d",
              "name": "Forbidden",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "ext",
                    "idea-analyses",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "a61cfde4-8307-55d6-11c4-a5a70a93ed8e",
                      "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": "4575",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Limit",
                  "value": "4575",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Remaining",
                  "value": "4575",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Reset",
                  "value": "4575",
                  "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": "d6ae21c6-e745-43d5-ad2b-5bd5f0cd619d",
              "name": "Rate limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "ext",
                    "idea-analyses",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "a61cfde4-8307-55d6-11c4-a5a70a93ed8e",
                      "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": "4575",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Limit",
                  "value": "4575",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Remaining",
                  "value": "4575",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Reset",
                  "value": "4575",
                  "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": "b06719ff-8f88-43ed-b707-b2715577a30c",
              "name": "Internal server error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "ext",
                    "idea-analyses",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "a61cfde4-8307-55d6-11c4-a5a70a93ed8e",
                      "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": "4575",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Limit",
                  "value": "4575",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Remaining",
                  "value": "4575",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Reset",
                  "value": "4575",
                  "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": "f5a80b02-e03a-4c1b-935f-ff2f7e5293ec",
          "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": "a61cfde4-8307-55d6-11c4-a5a70a93ed8e",
                  "key": "id",
                  "description": "(Required) "
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": null
          },
          "response": [
            {
              "id": "fe4579be-b5eb-4f38-918f-adad04e753b5",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "ext",
                    "idea-analyses",
                    ":id",
                    "progress"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "a61cfde4-8307-55d6-11c4-a5a70a93ed8e",
                      "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": "4575",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Limit",
                  "value": "4575",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Remaining",
                  "value": "4575",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Reset",
                  "value": "4575",
                  "description": ""
                },
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"id\": \"aa8879bc-02de-f045-ebc3-3d30a64e74aa\",\n    \"progress\": 5284,\n    \"status\": \"string\"\n  },\n  \"success\": true\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "942713f9-93ff-4b9c-a5d9-2be747c4d62d",
              "name": "Bad request",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "ext",
                    "idea-analyses",
                    ":id",
                    "progress"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "a61cfde4-8307-55d6-11c4-a5a70a93ed8e",
                      "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": "4575",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Limit",
                  "value": "4575",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Remaining",
                  "value": "4575",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Reset",
                  "value": "4575",
                  "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": "3d418e55-579b-4064-a20a-c4274c0cba29",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "ext",
                    "idea-analyses",
                    ":id",
                    "progress"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "a61cfde4-8307-55d6-11c4-a5a70a93ed8e",
                      "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": "4575",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Limit",
                  "value": "4575",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Remaining",
                  "value": "4575",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Reset",
                  "value": "4575",
                  "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": "6846f57b-11ec-43f7-b2a7-8596ff63720e",
              "name": "Forbidden",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "ext",
                    "idea-analyses",
                    ":id",
                    "progress"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "a61cfde4-8307-55d6-11c4-a5a70a93ed8e",
                      "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": "4575",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Limit",
                  "value": "4575",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Remaining",
                  "value": "4575",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Reset",
                  "value": "4575",
                  "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": "e12f0312-2597-4ce4-9789-3a323ae7cd23",
              "name": "Rate limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "ext",
                    "idea-analyses",
                    ":id",
                    "progress"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "a61cfde4-8307-55d6-11c4-a5a70a93ed8e",
                      "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": "4575",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Limit",
                  "value": "4575",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Remaining",
                  "value": "4575",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Reset",
                  "value": "4575",
                  "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": "aa8c8e82-9b5d-4052-8291-7c9e48ea8713",
              "name": "Internal server error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "ext",
                    "idea-analyses",
                    ":id",
                    "progress"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "a61cfde4-8307-55d6-11c4-a5a70a93ed8e",
                      "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": "4575",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Limit",
                  "value": "4575",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Remaining",
                  "value": "4575",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Reset",
                  "value": "4575",
                  "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": "9406f543-d097-496d-8af4-5f9509089877",
          "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": "4575",
                  "description": "Page number"
                },
                {
                  "disabled": false,
                  "key": "per_page",
                  "value": "4575",
                  "description": "Items per page"
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": null
          },
          "response": [
            {
              "id": "3041b0ac-6751-4dbb-976b-f27a8510bf57",
              "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": "4575"
                    },
                    {
                      "key": "per_page",
                      "value": "4575"
                    }
                  ],
                  "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": "4575",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Limit",
                  "value": "4575",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Remaining",
                  "value": "4575",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Reset",
                  "value": "4575",
                  "description": ""
                },
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": [\n    {\n      \"created_at\": \"1973-12-22T20:40:03.754Z\",\n      \"description\": \"string\",\n      \"id\": \"47b28bea-3d9d-0fac-e05c-802a6936e915\",\n      \"score\": 908,\n      \"sector\": \"string\",\n      \"source_url\": \"string\",\n      \"title\": \"string\"\n    },\n    {\n      \"created_at\": \"1964-02-10T11:15:01.234Z\",\n      \"description\": \"string\",\n      \"id\": \"7ddedce3-3c06-7458-2220-7c7ce02ef105\",\n      \"score\": 4091,\n      \"sector\": \"string\",\n      \"source_url\": \"string\",\n      \"title\": \"string\"\n    }\n  ],\n  \"success\": true\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "6b854544-6af7-400f-8679-8ccd636b03ba",
              "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": "4575"
                    },
                    {
                      "key": "per_page",
                      "value": "4575"
                    }
                  ],
                  "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": "4575",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Limit",
                  "value": "4575",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Remaining",
                  "value": "4575",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Reset",
                  "value": "4575",
                  "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": "905ff575-9e83-40cf-b491-ae06849f87df",
              "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": "4575"
                    },
                    {
                      "key": "per_page",
                      "value": "4575"
                    }
                  ],
                  "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": "4575",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Limit",
                  "value": "4575",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Remaining",
                  "value": "4575",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Reset",
                  "value": "4575",
                  "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": "b39beeaa-978a-42e2-b9c0-08af9fff667a",
              "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": "4575"
                    },
                    {
                      "key": "per_page",
                      "value": "4575"
                    }
                  ],
                  "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": "4575",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Limit",
                  "value": "4575",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Remaining",
                  "value": "4575",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Reset",
                  "value": "4575",
                  "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": "3dcb70ac-281d-454c-a4de-745d2b8957f2",
              "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": "4575"
                    },
                    {
                      "key": "per_page",
                      "value": "4575"
                    }
                  ],
                  "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": "4575",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Limit",
                  "value": "4575",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Remaining",
                  "value": "4575",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Reset",
                  "value": "4575",
                  "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": "016fda37-5873-4098-b8cf-1515060266e6",
              "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": "4575"
                    },
                    {
                      "key": "per_page",
                      "value": "4575"
                    }
                  ],
                  "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": "4575",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Limit",
                  "value": "4575",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Remaining",
                  "value": "4575",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Reset",
                  "value": "4575",
                  "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": "e4ecc07d-4dcd-46dd-a10f-6a7037deee61",
          "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": "a61cfde4-8307-55d6-11c4-a5a70a93ed8e",
                  "key": "ideaId",
                  "description": "(Required) "
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": null
          },
          "response": [
            {
              "id": "be89efd6-555d-4598-9769-6f9f93fa1d1c",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "ext",
                    "ideas",
                    ":ideaId"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "a61cfde4-8307-55d6-11c4-a5a70a93ed8e",
                      "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": "4575",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Limit",
                  "value": "4575",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Remaining",
                  "value": "4575",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Reset",
                  "value": "4575",
                  "description": ""
                },
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"created_at\": \"2023-07-24T09:58:52.663Z\",\n    \"description\": \"string\",\n    \"id\": \"65cfb62a-4073-699b-e71b-539a823ecf06\",\n    \"score\": 7213,\n    \"sector\": \"string\",\n    \"source_url\": \"string\",\n    \"title\": \"string\"\n  },\n  \"success\": false\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "db4d0a7a-fb36-465c-95a3-e6ee791bbaff",
              "name": "Bad request",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "ext",
                    "ideas",
                    ":ideaId"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "a61cfde4-8307-55d6-11c4-a5a70a93ed8e",
                      "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": "4575",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Limit",
                  "value": "4575",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Remaining",
                  "value": "4575",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Reset",
                  "value": "4575",
                  "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": "0fc19d16-27fd-4eaf-95c1-1f6b2f898555",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "ext",
                    "ideas",
                    ":ideaId"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "a61cfde4-8307-55d6-11c4-a5a70a93ed8e",
                      "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": "4575",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Limit",
                  "value": "4575",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Remaining",
                  "value": "4575",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Reset",
                  "value": "4575",
                  "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": "c4b9bebc-645d-49d6-b1b0-f2f20b49bdeb",
              "name": "Forbidden",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "ext",
                    "ideas",
                    ":ideaId"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "a61cfde4-8307-55d6-11c4-a5a70a93ed8e",
                      "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": "4575",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Limit",
                  "value": "4575",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Remaining",
                  "value": "4575",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Reset",
                  "value": "4575",
                  "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": "8d8ee887-de04-4296-a86e-b63f08929a19",
              "name": "Rate limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "ext",
                    "ideas",
                    ":ideaId"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "a61cfde4-8307-55d6-11c4-a5a70a93ed8e",
                      "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": "4575",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Limit",
                  "value": "4575",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Remaining",
                  "value": "4575",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Reset",
                  "value": "4575",
                  "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": "96e26e9f-906b-4c72-9b21-62dd81be6679",
              "name": "Internal server error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "ext",
                    "ideas",
                    ":ideaId"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "a61cfde4-8307-55d6-11c4-a5a70a93ed8e",
                      "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": "4575",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Limit",
                  "value": "4575",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Remaining",
                  "value": "4575",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Reset",
                  "value": "4575",
                  "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": "72c245d3-9363-4c97-9e8c-9047aaca9a28",
          "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": "a61cfde4-8307-55d6-11c4-a5a70a93ed8e",
                  "key": "ideaId",
                  "description": "(Required) "
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "DELETE",
            "auth": null
          },
          "response": [
            {
              "id": "612441e0-4bf8-4fc6-a8fb-8bd979cfec47",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "ext",
                    "ideas",
                    ":ideaId",
                    "bookmark"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "a61cfde4-8307-55d6-11c4-a5a70a93ed8e",
                      "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": "4575",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Limit",
                  "value": "4575",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Remaining",
                  "value": "4575",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Reset",
                  "value": "4575",
                  "description": ""
                },
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"saved\": false\n  },\n  \"success\": true\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "a0c8dbb1-4e4b-4c84-bf1e-73e745842bb5",
              "name": "Bad request",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "ext",
                    "ideas",
                    ":ideaId",
                    "bookmark"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "a61cfde4-8307-55d6-11c4-a5a70a93ed8e",
                      "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": "4575",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Limit",
                  "value": "4575",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Remaining",
                  "value": "4575",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Reset",
                  "value": "4575",
                  "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": "d7a63404-9fc1-451d-a46b-c12a531e4694",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "ext",
                    "ideas",
                    ":ideaId",
                    "bookmark"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "a61cfde4-8307-55d6-11c4-a5a70a93ed8e",
                      "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": "4575",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Limit",
                  "value": "4575",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Remaining",
                  "value": "4575",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Reset",
                  "value": "4575",
                  "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": "d294a532-e42f-4c85-9fa6-3a691ed264c7",
              "name": "Forbidden",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "ext",
                    "ideas",
                    ":ideaId",
                    "bookmark"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "a61cfde4-8307-55d6-11c4-a5a70a93ed8e",
                      "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": "4575",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Limit",
                  "value": "4575",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Remaining",
                  "value": "4575",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Reset",
                  "value": "4575",
                  "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": "c0652d97-de71-403a-9338-7a3ca0fca143",
              "name": "Rate limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "ext",
                    "ideas",
                    ":ideaId",
                    "bookmark"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "a61cfde4-8307-55d6-11c4-a5a70a93ed8e",
                      "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": "4575",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Limit",
                  "value": "4575",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Remaining",
                  "value": "4575",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Reset",
                  "value": "4575",
                  "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": "e0702d49-3e8c-4eb4-96d6-b4796cfbe60f",
              "name": "Internal server error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "ext",
                    "ideas",
                    ":ideaId",
                    "bookmark"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "a61cfde4-8307-55d6-11c4-a5a70a93ed8e",
                      "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": "4575",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Limit",
                  "value": "4575",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Remaining",
                  "value": "4575",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Reset",
                  "value": "4575",
                  "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": "dec859f9-ce4d-4139-b063-c461ffa7c3f0",
          "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": "a61cfde4-8307-55d6-11c4-a5a70a93ed8e",
                  "key": "ideaId",
                  "description": "(Required) "
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "auth": null
          },
          "response": [
            {
              "id": "9fd7585d-73ac-45d1-90d3-3db3335ee825",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "ext",
                    "ideas",
                    ":ideaId",
                    "bookmark"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "a61cfde4-8307-55d6-11c4-a5a70a93ed8e",
                      "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": "4575",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Limit",
                  "value": "4575",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Remaining",
                  "value": "4575",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Reset",
                  "value": "4575",
                  "description": ""
                },
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"saved\": false\n  },\n  \"success\": true\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "f7620cb3-c05c-40f3-9653-4c9f671a495e",
              "name": "Bad request",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "ext",
                    "ideas",
                    ":ideaId",
                    "bookmark"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "a61cfde4-8307-55d6-11c4-a5a70a93ed8e",
                      "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": "4575",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Limit",
                  "value": "4575",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Remaining",
                  "value": "4575",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Reset",
                  "value": "4575",
                  "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": "3c72c19d-107b-4b7d-8867-27ba13288e06",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "ext",
                    "ideas",
                    ":ideaId",
                    "bookmark"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "a61cfde4-8307-55d6-11c4-a5a70a93ed8e",
                      "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": "4575",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Limit",
                  "value": "4575",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Remaining",
                  "value": "4575",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Reset",
                  "value": "4575",
                  "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": "98649242-99c5-4036-b1e2-f0d6a71da8a8",
              "name": "Forbidden",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "ext",
                    "ideas",
                    ":ideaId",
                    "bookmark"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "a61cfde4-8307-55d6-11c4-a5a70a93ed8e",
                      "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": "4575",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Limit",
                  "value": "4575",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Remaining",
                  "value": "4575",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Reset",
                  "value": "4575",
                  "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": "b7ea9f46-bab7-4d4e-99f7-bf4c2a132e61",
              "name": "Rate limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "ext",
                    "ideas",
                    ":ideaId",
                    "bookmark"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "a61cfde4-8307-55d6-11c4-a5a70a93ed8e",
                      "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": "4575",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Limit",
                  "value": "4575",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Remaining",
                  "value": "4575",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Reset",
                  "value": "4575",
                  "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": "73e519c7-2eef-4b74-a8f7-38775af1396b",
              "name": "Internal server error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "ext",
                    "ideas",
                    ":ideaId",
                    "bookmark"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "a61cfde4-8307-55d6-11c4-a5a70a93ed8e",
                      "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": "4575",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Limit",
                  "value": "4575",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Remaining",
                  "value": "4575",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Reset",
                  "value": "4575",
                  "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": "e868d163-fef7-4913-a1d9-6a9fcd698069",
          "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": "02196332-b193-4e7a-931c-809396e431c8",
              "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": "4575",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Limit",
                  "value": "4575",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Remaining",
                  "value": "4575",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Reset",
                  "value": "4575",
                  "description": ""
                },
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"ok\": true,\n    \"plan\": \"string\",\n    \"scope\": \"string\",\n    \"user\": \"string\"\n  },\n  \"success\": true\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "37e85b2d-49c1-4fb7-add1-c4ebfcdaf02a",
              "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": "4575",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Limit",
                  "value": "4575",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Remaining",
                  "value": "4575",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Reset",
                  "value": "4575",
                  "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": "0cbca03b-65e5-4d60-af4e-d8fb934b7589",
              "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": "4575",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Limit",
                  "value": "4575",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Remaining",
                  "value": "4575",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Reset",
                  "value": "4575",
                  "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": "9f0ad265-bec8-48cd-bb9f-612aed180e06",
              "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": "4575",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Limit",
                  "value": "4575",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Remaining",
                  "value": "4575",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Reset",
                  "value": "4575",
                  "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": "88669ad3-4bc3-4b01-bf9b-cafd1cc59eff",
              "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": "4575",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Limit",
                  "value": "4575",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Remaining",
                  "value": "4575",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Reset",
                  "value": "4575",
                  "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": "2de99b21-3c53-418b-94ab-51ad7ca019d3",
              "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": "4575",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Limit",
                  "value": "4575",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Remaining",
                  "value": "4575",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Reset",
                  "value": "4575",
                  "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": "2e629d3e-4cf1-4d2b-89e0-609844177b5e",
          "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": "7cf828eb-ca4e-4af9-a281-0f5faf68a81f",
              "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": "4575",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Limit",
                  "value": "4575",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Remaining",
                  "value": "4575",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Reset",
                  "value": "4575",
                  "description": ""
                },
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": [\n    {\n      \"created_at\": \"1999-12-03T15:58:56.193Z\",\n      \"id\": \"43a22a2e-5810-2d6e-c7d9-2312a6faf97f\",\n      \"idea_id\": \"9bc6bf86-c423-afaf-819f-7210b48e0c00\",\n      \"title\": \"string\"\n    },\n    {\n      \"created_at\": \"1951-08-15T00:13:05.734Z\",\n      \"id\": \"f54ab0a7-2019-f61e-1172-7a6245f8c4fb\",\n      \"idea_id\": \"c826d5c5-1fbd-381f-fcd9-66a7d5e66f55\",\n      \"title\": \"string\"\n    }\n  ],\n  \"success\": true\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "09a9ef32-5788-4b46-a743-a21b45efa081",
              "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": "4575",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Limit",
                  "value": "4575",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Remaining",
                  "value": "4575",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Reset",
                  "value": "4575",
                  "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": "a9a80b3f-31ca-48b4-9ab7-d9e961b9a441",
              "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": "4575",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Limit",
                  "value": "4575",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Remaining",
                  "value": "4575",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Reset",
                  "value": "4575",
                  "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": "b7c0d57b-bc51-4b4f-bd45-d8c4ca553299",
              "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": "4575",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Limit",
                  "value": "4575",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Remaining",
                  "value": "4575",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Reset",
                  "value": "4575",
                  "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": "e595a0e7-ffa0-4719-b51a-b57e9d30758f",
              "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": "4575",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Limit",
                  "value": "4575",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Remaining",
                  "value": "4575",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Reset",
                  "value": "4575",
                  "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": "c7f44419-3372-4503-bd29-dce9531bf775",
              "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": "4575",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Limit",
                  "value": "4575",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Remaining",
                  "value": "4575",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Reset",
                  "value": "4575",
                  "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": "f3171e91-bf44-4dd9-bfe2-ff0d219dd1bc",
          "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": "935c5d51-dc2a-4c7f-ad5c-d205d72ad8b0",
              "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": "4575",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Limit",
                  "value": "4575",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Remaining",
                  "value": "4575",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Reset",
                  "value": "4575",
                  "description": ""
                },
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"active_keys\": 8088,\n    \"credits_consumed\": 8843,\n    \"error_count\": 8750,\n    \"last_used_at\": \"1983-09-21T02:19:53.529Z\",\n    \"mcp_requests\": 2516,\n    \"rate_limited_count\": 706,\n    \"rest_requests\": 8203,\n    \"total_requests\": 9625,\n    \"write_requests\": 2059\n  },\n  \"success\": false\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "5141ce4c-8b3b-4f78-b89e-0158e6382bdc",
              "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": "4575",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Limit",
                  "value": "4575",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Remaining",
                  "value": "4575",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Reset",
                  "value": "4575",
                  "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": "1b7e0b0d-97dc-4281-a2f9-45cae4698c00",
              "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": "4575",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Limit",
                  "value": "4575",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Remaining",
                  "value": "4575",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Reset",
                  "value": "4575",
                  "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": "a144cf6b-466d-4f42-8674-6c57b952e3bb",
              "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": "4575",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Limit",
                  "value": "4575",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Remaining",
                  "value": "4575",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Reset",
                  "value": "4575",
                  "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": "abf2de1c-e299-471b-a29a-12c1c4e46b9f",
              "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": "4575",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Limit",
                  "value": "4575",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Remaining",
                  "value": "4575",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Reset",
                  "value": "4575",
                  "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": "9cf116da-041b-4bdb-9e6a-38264408c922",
              "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": "4575",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Limit",
                  "value": "4575",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Remaining",
                  "value": "4575",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Reset",
                  "value": "4575",
                  "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": "e5b8ccbf-c59d-4b75-9cdf-556bbc10e493",
      "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": "02c78c9d-b1d1-45b1-b3c7-bb57782435e8",
          "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": "b0e8658c-4265-47a1-9981-0d238de722a1",
              "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": "5daf253e-bb09-483e-ba4b-c5df71fe86f4",
          "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": "3cc7b8e5-71aa-4a24-803d-69d1b16eaa53",
              "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\": 9552,\n    \"message\": \"string\"\n  },\n  \"id\": \"string\",\n  \"jsonrpc\": \"2.0\",\n  \"result\": {}\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "79038a43-c34f-40cc-a134-db4dedf189e2",
              "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": "fa1c5592-8c65-47d8-bad3-8691890ef8e1",
              "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": "cf62edbc-fd02-467c-9aad-4a3c6cb1b18b",
              "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": "d1b85d1c-75a5-4619-adf6-c9bcd739af56",
      "name": "OpenAPI",
      "description": {
        "content": "This machine-readable specification (`GET /api/v1/ext/openapi.json`, no key).",
        "type": "text/plain"
      },
      "item": [
        {
          "id": "af37273f-4cd2-4ee2-b694-c27131f963e4",
          "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": "60d6e9ef-5413-42bc-b664-cf0f30560546",
              "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": "4575",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Limit",
                  "value": "4575",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Remaining",
                  "value": "4575",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Reset",
                  "value": "4575",
                  "description": ""
                },
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "c0d8390c-a778-4ec5-975b-3718a04ed5b1",
              "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": "4575",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Limit",
                  "value": "4575",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Remaining",
                  "value": "4575",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Reset",
                  "value": "4575",
                  "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": "592c4a22-ddd0-464f-a47d-c333f687da47",
              "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": "4575",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Limit",
                  "value": "4575",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Remaining",
                  "value": "4575",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Reset",
                  "value": "4575",
                  "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": "e7632fda-7ce2-4261-ae4d-065ee1273632",
              "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": "4575",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Limit",
                  "value": "4575",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Remaining",
                  "value": "4575",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Reset",
                  "value": "4575",
                  "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": "31853227-7e5a-4692-8af8-3240e4bce00e",
              "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": "4575",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Limit",
                  "value": "4575",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Remaining",
                  "value": "4575",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Reset",
                  "value": "4575",
                  "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": "b1fa15dc-9fd0-4400-b4d3-c768bb5f9950",
              "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": "4575",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Limit",
                  "value": "4575",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Remaining",
                  "value": "4575",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-RateLimit-Reset",
                  "value": "4575",
                  "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://dev.fluenta.space/backend",
      "key": "baseUrl"
    }
  ],
  "auth": {
    "type": "bearer",
    "bearer": [
      {
        "key": "token",
        "value": "{{bearerToken}}"
      }
    ]
  },
  "info": {
    "_postman_id": "b9c3bbee-13a1-4e21-a0c7-841cb52f4aee",
    "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"
    }
  }
}