Explorar o código

Merge pull request #2348 from QuantumNous/openapi

chore: update openapi files
Calcium-Ion hai 4 semanas
pai
achega
d3ca454c3b
Modificáronse 2 ficheiros con 5901 adicións e 141 borrados
  1. 2747 18
      docs/openapi/api.json
  2. 3154 123
      docs/openapi/relay.json

+ 2747 - 18
docs/openapi/api.json

@@ -10,10 +10,7 @@
       "name": "系统"
     },
     {
-      "name": "用户认证"
-    },
-    {
-      "name": "两步验证"
+      "name": "用户登陆注册"
     },
     {
       "name": "OAuth"
@@ -24,6 +21,9 @@
     {
       "name": "充值"
     },
+    {
+      "name": "两步验证"
+    },
     {
       "name": "安全验证"
     },
@@ -405,7 +405,7 @@
         "deprecated": false,
         "description": "🔓 无需鉴权",
         "tags": [
-          "用户认证"
+          "用户登陆注册"
         ],
         "parameters": [
           {
@@ -440,7 +440,7 @@
         "deprecated": false,
         "description": "🔓 无需鉴权",
         "tags": [
-          "用户认证"
+          "用户登陆注册"
         ],
         "parameters": [
           {
@@ -475,7 +475,7 @@
         "deprecated": false,
         "description": "🔓 无需鉴权",
         "tags": [
-          "用户认证"
+          "用户登陆注册"
         ],
         "parameters": [],
         "requestBody": {
@@ -520,7 +520,7 @@
         "deprecated": false,
         "description": "🔓 无需鉴权",
         "tags": [
-          "用户认证"
+          "用户登陆注册"
         ],
         "parameters": [],
         "requestBody": {
@@ -571,7 +571,7 @@
         "deprecated": false,
         "description": "🔓 无需鉴权",
         "tags": [
-          "用户认证"
+          "用户登陆注册"
         ],
         "parameters": [],
         "requestBody": {
@@ -613,8 +613,7 @@
         "deprecated": false,
         "description": "🔓 无需鉴权(登录流程)",
         "tags": [
-          "用户认证",
-          "两步验证"
+          "用户登陆注册"
         ],
         "parameters": [],
         "requestBody": {
@@ -653,7 +652,7 @@
         "deprecated": false,
         "description": "🔓 无需鉴权",
         "tags": [
-          "用户认证"
+          "用户登陆注册"
         ],
         "parameters": [],
         "responses": {
@@ -678,7 +677,7 @@
         "deprecated": false,
         "description": "🔓 无需鉴权",
         "tags": [
-          "用户认证"
+          "用户登陆注册"
         ],
         "parameters": [],
         "responses": {
@@ -703,7 +702,7 @@
         "deprecated": false,
         "description": "🔓 无需鉴权",
         "tags": [
-          "用户认证"
+          "用户登陆注册"
         ],
         "parameters": [],
         "responses": {
@@ -728,7 +727,7 @@
         "deprecated": false,
         "description": "🔓 无需鉴权",
         "tags": [
-          "用户认证"
+          "用户登陆注册"
         ],
         "parameters": [],
         "responses": {
@@ -1779,8 +1778,7 @@
         "deprecated": false,
         "description": "👨‍💼 需要管理员权限(Admin)",
         "tags": [
-          "用户管理",
-          "两步验证"
+          "用户管理"
         ],
         "parameters": [
           {
@@ -4948,6 +4946,56 @@
   },
   "components": {
     "schemas": {
+      "ApiResponse": {
+        "type": "object",
+        "properties": {
+          "success": {
+            "type": "boolean"
+          },
+          "message": {
+            "type": "string"
+          },
+          "data": {}
+        }
+      },
+      "PageInfo": {
+        "type": "object",
+        "properties": {
+          "page": {
+            "type": "integer"
+          },
+          "page_size": {
+            "type": "integer"
+          },
+          "total": {
+            "type": "integer"
+          },
+          "items": {
+            "type": "array",
+            "items": {}
+          }
+        }
+      },
+      "Log": {
+        "type": "object",
+        "properties": {
+          "id": {
+            "type": "integer"
+          },
+          "user_id": {
+            "type": "integer"
+          },
+          "type": {
+            "type": "integer"
+          },
+          "content": {
+            "type": "string"
+          },
+          "created_at": {
+            "type": "integer"
+          }
+        }
+      },
       "User": {
         "type": "object",
         "properties": {
@@ -5075,7 +5123,2688 @@
       }
     },
     "responses": {},
-    "securitySchemes": {}
+    "securitySchemes": {
+      "SessionAuth1": {
+        "type": "apiKey",
+        "in": "cookie",
+        "name": "session",
+        "description": "Session认证,通过登录接口获取"
+      },
+      "AccessToken1": {
+        "type": "apiKey",
+        "in": "header",
+        "name": "Authorization",
+        "description": "Access Token认证,格式: Bearer {access_token},通过 /api/user/token 接口生成"
+      },
+      "NewApiUser1": {
+        "type": "apiKey",
+        "in": "header",
+        "name": "New-Api-User",
+        "description": "用户ID请求头,必须与当前登录用户ID匹配,使用Session或AccessToken认证时必须提供"
+      },
+      "Combination222": {
+        "group": [
+          {
+            "id": 573666
+          },
+          {
+            "id": 573668
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination1122": {
+        "group": [
+          {
+            "id": 573667
+          },
+          {
+            "id": 573668
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination223": {
+        "group": [
+          {
+            "id": "SessionAuth"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination1123": {
+        "group": [
+          {
+            "id": "AccessToken"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination224": {
+        "group": [
+          {
+            "id": "SessionAuth"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination1124": {
+        "group": [
+          {
+            "id": "AccessToken"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination225": {
+        "group": [
+          {
+            "id": "SessionAuth"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination1125": {
+        "group": [
+          {
+            "id": "AccessToken"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination226": {
+        "group": [
+          {
+            "id": "SessionAuth"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination1126": {
+        "group": [
+          {
+            "id": "AccessToken"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination227": {
+        "group": [
+          {
+            "id": "SessionAuth"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination1127": {
+        "group": [
+          {
+            "id": "AccessToken"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination228": {
+        "group": [
+          {
+            "id": "SessionAuth"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination1128": {
+        "group": [
+          {
+            "id": "AccessToken"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination229": {
+        "group": [
+          {
+            "id": "SessionAuth"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination1129": {
+        "group": [
+          {
+            "id": "AccessToken"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination230": {
+        "group": [
+          {
+            "id": "SessionAuth"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination1130": {
+        "group": [
+          {
+            "id": "AccessToken"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination231": {
+        "group": [
+          {
+            "id": "SessionAuth"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination1131": {
+        "group": [
+          {
+            "id": "AccessToken"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination232": {
+        "group": [
+          {
+            "id": "SessionAuth"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination1132": {
+        "group": [
+          {
+            "id": "AccessToken"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination233": {
+        "group": [
+          {
+            "id": "SessionAuth"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination1133": {
+        "group": [
+          {
+            "id": "AccessToken"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination234": {
+        "group": [
+          {
+            "id": "SessionAuth"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination1134": {
+        "group": [
+          {
+            "id": "AccessToken"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination235": {
+        "group": [
+          {
+            "id": "SessionAuth"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination1135": {
+        "group": [
+          {
+            "id": "AccessToken"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination236": {
+        "group": [
+          {
+            "id": "SessionAuth"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination1136": {
+        "group": [
+          {
+            "id": "AccessToken"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination237": {
+        "group": [
+          {
+            "id": "SessionAuth"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination1137": {
+        "group": [
+          {
+            "id": "AccessToken"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination238": {
+        "group": [
+          {
+            "id": "SessionAuth"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination1138": {
+        "group": [
+          {
+            "id": "AccessToken"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination239": {
+        "group": [
+          {
+            "id": "SessionAuth"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination1139": {
+        "group": [
+          {
+            "id": "AccessToken"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination240": {
+        "group": [
+          {
+            "id": "SessionAuth"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination1140": {
+        "group": [
+          {
+            "id": "AccessToken"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination241": {
+        "group": [
+          {
+            "id": "SessionAuth"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination1141": {
+        "group": [
+          {
+            "id": "AccessToken"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination242": {
+        "group": [
+          {
+            "id": "SessionAuth"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination1142": {
+        "group": [
+          {
+            "id": "AccessToken"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination243": {
+        "group": [
+          {
+            "id": "SessionAuth"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination1143": {
+        "group": [
+          {
+            "id": "AccessToken"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination244": {
+        "group": [
+          {
+            "id": "SessionAuth"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination1144": {
+        "group": [
+          {
+            "id": "AccessToken"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination245": {
+        "group": [
+          {
+            "id": "SessionAuth"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination1145": {
+        "group": [
+          {
+            "id": "AccessToken"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination246": {
+        "group": [
+          {
+            "id": "SessionAuth"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination1146": {
+        "group": [
+          {
+            "id": "AccessToken"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination247": {
+        "group": [
+          {
+            "id": "SessionAuth"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination1147": {
+        "group": [
+          {
+            "id": "AccessToken"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination248": {
+        "group": [
+          {
+            "id": "SessionAuth"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination1148": {
+        "group": [
+          {
+            "id": "AccessToken"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination249": {
+        "group": [
+          {
+            "id": "SessionAuth"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination1149": {
+        "group": [
+          {
+            "id": "AccessToken"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination250": {
+        "group": [
+          {
+            "id": "SessionAuth"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination1150": {
+        "group": [
+          {
+            "id": "AccessToken"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination251": {
+        "group": [
+          {
+            "id": "SessionAuth"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination1151": {
+        "group": [
+          {
+            "id": "AccessToken"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination252": {
+        "group": [
+          {
+            "id": "SessionAuth"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination1152": {
+        "group": [
+          {
+            "id": "AccessToken"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination253": {
+        "group": [
+          {
+            "id": "SessionAuth"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination1153": {
+        "group": [
+          {
+            "id": "AccessToken"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination254": {
+        "group": [
+          {
+            "id": "SessionAuth"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination1154": {
+        "group": [
+          {
+            "id": "AccessToken"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination255": {
+        "group": [
+          {
+            "id": "SessionAuth"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination1155": {
+        "group": [
+          {
+            "id": "AccessToken"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination256": {
+        "group": [
+          {
+            "id": "SessionAuth"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination1156": {
+        "group": [
+          {
+            "id": "AccessToken"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination257": {
+        "group": [
+          {
+            "id": "SessionAuth"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination1157": {
+        "group": [
+          {
+            "id": "AccessToken"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination258": {
+        "group": [
+          {
+            "id": "SessionAuth"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination1158": {
+        "group": [
+          {
+            "id": "AccessToken"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination259": {
+        "group": [
+          {
+            "id": "SessionAuth"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination1159": {
+        "group": [
+          {
+            "id": "AccessToken"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination260": {
+        "group": [
+          {
+            "id": "SessionAuth"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination1160": {
+        "group": [
+          {
+            "id": "AccessToken"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination261": {
+        "group": [
+          {
+            "id": "SessionAuth"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination1161": {
+        "group": [
+          {
+            "id": "AccessToken"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination262": {
+        "group": [
+          {
+            "id": "SessionAuth"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination1162": {
+        "group": [
+          {
+            "id": "AccessToken"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination263": {
+        "group": [
+          {
+            "id": "SessionAuth"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination1163": {
+        "group": [
+          {
+            "id": "AccessToken"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination264": {
+        "group": [
+          {
+            "id": "SessionAuth"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination1164": {
+        "group": [
+          {
+            "id": "AccessToken"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination265": {
+        "group": [
+          {
+            "id": "SessionAuth"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination1165": {
+        "group": [
+          {
+            "id": "AccessToken"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination266": {
+        "group": [
+          {
+            "id": "SessionAuth"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination1166": {
+        "group": [
+          {
+            "id": "AccessToken"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination267": {
+        "group": [
+          {
+            "id": "SessionAuth"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination1167": {
+        "group": [
+          {
+            "id": "AccessToken"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination268": {
+        "group": [
+          {
+            "id": "SessionAuth"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination1168": {
+        "group": [
+          {
+            "id": "AccessToken"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination269": {
+        "group": [
+          {
+            "id": "SessionAuth"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination1169": {
+        "group": [
+          {
+            "id": "AccessToken"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination270": {
+        "group": [
+          {
+            "id": "SessionAuth"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination1170": {
+        "group": [
+          {
+            "id": "AccessToken"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination271": {
+        "group": [
+          {
+            "id": "SessionAuth"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination1171": {
+        "group": [
+          {
+            "id": "AccessToken"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination272": {
+        "group": [
+          {
+            "id": "SessionAuth"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination1172": {
+        "group": [
+          {
+            "id": "AccessToken"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination273": {
+        "group": [
+          {
+            "id": "SessionAuth"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination1173": {
+        "group": [
+          {
+            "id": "AccessToken"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination274": {
+        "group": [
+          {
+            "id": "SessionAuth"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination1174": {
+        "group": [
+          {
+            "id": "AccessToken"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination275": {
+        "group": [
+          {
+            "id": "SessionAuth"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination1175": {
+        "group": [
+          {
+            "id": "AccessToken"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination276": {
+        "group": [
+          {
+            "id": "SessionAuth"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination1176": {
+        "group": [
+          {
+            "id": "AccessToken"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination277": {
+        "group": [
+          {
+            "id": "SessionAuth"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination1177": {
+        "group": [
+          {
+            "id": "AccessToken"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination278": {
+        "group": [
+          {
+            "id": "SessionAuth"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination1178": {
+        "group": [
+          {
+            "id": "AccessToken"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination279": {
+        "group": [
+          {
+            "id": "SessionAuth"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination1179": {
+        "group": [
+          {
+            "id": "AccessToken"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination280": {
+        "group": [
+          {
+            "id": "SessionAuth"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination1180": {
+        "group": [
+          {
+            "id": "AccessToken"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination281": {
+        "group": [
+          {
+            "id": "SessionAuth"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination1181": {
+        "group": [
+          {
+            "id": "AccessToken"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination282": {
+        "group": [
+          {
+            "id": "SessionAuth"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination1182": {
+        "group": [
+          {
+            "id": "AccessToken"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination283": {
+        "group": [
+          {
+            "id": "SessionAuth"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination1183": {
+        "group": [
+          {
+            "id": "AccessToken"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination284": {
+        "group": [
+          {
+            "id": "SessionAuth"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination1184": {
+        "group": [
+          {
+            "id": "AccessToken"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination285": {
+        "group": [
+          {
+            "id": "SessionAuth"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination1185": {
+        "group": [
+          {
+            "id": "AccessToken"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination286": {
+        "group": [
+          {
+            "id": "SessionAuth"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination1186": {
+        "group": [
+          {
+            "id": "AccessToken"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination287": {
+        "group": [
+          {
+            "id": "SessionAuth"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination1187": {
+        "group": [
+          {
+            "id": "AccessToken"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination288": {
+        "group": [
+          {
+            "id": "SessionAuth"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination1188": {
+        "group": [
+          {
+            "id": "AccessToken"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination289": {
+        "group": [
+          {
+            "id": "SessionAuth"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination1189": {
+        "group": [
+          {
+            "id": "AccessToken"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination290": {
+        "group": [
+          {
+            "id": "SessionAuth"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination1190": {
+        "group": [
+          {
+            "id": "AccessToken"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination291": {
+        "group": [
+          {
+            "id": "SessionAuth"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination1191": {
+        "group": [
+          {
+            "id": "AccessToken"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination292": {
+        "group": [
+          {
+            "id": "SessionAuth"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination1192": {
+        "group": [
+          {
+            "id": "AccessToken"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination293": {
+        "group": [
+          {
+            "id": "SessionAuth"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination1193": {
+        "group": [
+          {
+            "id": "AccessToken"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination294": {
+        "group": [
+          {
+            "id": "SessionAuth"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination1194": {
+        "group": [
+          {
+            "id": "AccessToken"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination295": {
+        "group": [
+          {
+            "id": "SessionAuth"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination1195": {
+        "group": [
+          {
+            "id": "AccessToken"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination296": {
+        "group": [
+          {
+            "id": "SessionAuth"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination1196": {
+        "group": [
+          {
+            "id": "AccessToken"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination297": {
+        "group": [
+          {
+            "id": "SessionAuth"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination1197": {
+        "group": [
+          {
+            "id": "AccessToken"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination298": {
+        "group": [
+          {
+            "id": "SessionAuth"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination1198": {
+        "group": [
+          {
+            "id": "AccessToken"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination299": {
+        "group": [
+          {
+            "id": "SessionAuth"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination1199": {
+        "group": [
+          {
+            "id": "AccessToken"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination300": {
+        "group": [
+          {
+            "id": "SessionAuth"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination1200": {
+        "group": [
+          {
+            "id": "AccessToken"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination301": {
+        "group": [
+          {
+            "id": "SessionAuth"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination1201": {
+        "group": [
+          {
+            "id": "AccessToken"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination302": {
+        "group": [
+          {
+            "id": "SessionAuth"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination1202": {
+        "group": [
+          {
+            "id": "AccessToken"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination303": {
+        "group": [
+          {
+            "id": "SessionAuth"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination1203": {
+        "group": [
+          {
+            "id": "AccessToken"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination304": {
+        "group": [
+          {
+            "id": "SessionAuth"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination1204": {
+        "group": [
+          {
+            "id": "AccessToken"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination305": {
+        "group": [
+          {
+            "id": "SessionAuth"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination1205": {
+        "group": [
+          {
+            "id": "AccessToken"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination306": {
+        "group": [
+          {
+            "id": "SessionAuth"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination1206": {
+        "group": [
+          {
+            "id": "AccessToken"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination307": {
+        "group": [
+          {
+            "id": "SessionAuth"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination1207": {
+        "group": [
+          {
+            "id": "AccessToken"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination308": {
+        "group": [
+          {
+            "id": "SessionAuth"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination1208": {
+        "group": [
+          {
+            "id": "AccessToken"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination309": {
+        "group": [
+          {
+            "id": "SessionAuth"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination1209": {
+        "group": [
+          {
+            "id": "AccessToken"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination310": {
+        "group": [
+          {
+            "id": "SessionAuth"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination1210": {
+        "group": [
+          {
+            "id": "AccessToken"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination311": {
+        "group": [
+          {
+            "id": "SessionAuth"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination1211": {
+        "group": [
+          {
+            "id": "AccessToken"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination312": {
+        "group": [
+          {
+            "id": "SessionAuth"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination1212": {
+        "group": [
+          {
+            "id": "AccessToken"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination313": {
+        "group": [
+          {
+            "id": "SessionAuth"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination1213": {
+        "group": [
+          {
+            "id": "AccessToken"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination314": {
+        "group": [
+          {
+            "id": "SessionAuth"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination1214": {
+        "group": [
+          {
+            "id": "AccessToken"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination315": {
+        "group": [
+          {
+            "id": "SessionAuth"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination1215": {
+        "group": [
+          {
+            "id": "AccessToken"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination316": {
+        "group": [
+          {
+            "id": "SessionAuth"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination1216": {
+        "group": [
+          {
+            "id": "AccessToken"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination317": {
+        "group": [
+          {
+            "id": "SessionAuth"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination1217": {
+        "group": [
+          {
+            "id": "AccessToken"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination318": {
+        "group": [
+          {
+            "id": "SessionAuth"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination1218": {
+        "group": [
+          {
+            "id": "AccessToken"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination319": {
+        "group": [
+          {
+            "id": "SessionAuth"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination1219": {
+        "group": [
+          {
+            "id": "AccessToken"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination320": {
+        "group": [
+          {
+            "id": "SessionAuth"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination1220": {
+        "group": [
+          {
+            "id": "AccessToken"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination321": {
+        "group": [
+          {
+            "id": "SessionAuth"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination1221": {
+        "group": [
+          {
+            "id": "AccessToken"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination322": {
+        "group": [
+          {
+            "id": "SessionAuth"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination1222": {
+        "group": [
+          {
+            "id": "AccessToken"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination323": {
+        "group": [
+          {
+            "id": "SessionAuth"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination1223": {
+        "group": [
+          {
+            "id": "AccessToken"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination324": {
+        "group": [
+          {
+            "id": "SessionAuth"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination1224": {
+        "group": [
+          {
+            "id": "AccessToken"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination325": {
+        "group": [
+          {
+            "id": "SessionAuth"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination1225": {
+        "group": [
+          {
+            "id": "AccessToken"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination326": {
+        "group": [
+          {
+            "id": "SessionAuth"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination1226": {
+        "group": [
+          {
+            "id": "AccessToken"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination327": {
+        "group": [
+          {
+            "id": "SessionAuth"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination1227": {
+        "group": [
+          {
+            "id": "AccessToken"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination328": {
+        "group": [
+          {
+            "id": "SessionAuth"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination1228": {
+        "group": [
+          {
+            "id": "AccessToken"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination329": {
+        "group": [
+          {
+            "id": "SessionAuth"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination1229": {
+        "group": [
+          {
+            "id": "AccessToken"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination330": {
+        "group": [
+          {
+            "id": "SessionAuth"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination1230": {
+        "group": [
+          {
+            "id": "AccessToken"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination331": {
+        "group": [
+          {
+            "id": "SessionAuth"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination1231": {
+        "group": [
+          {
+            "id": "AccessToken"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination332": {
+        "group": [
+          {
+            "id": "SessionAuth"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination1232": {
+        "group": [
+          {
+            "id": "AccessToken"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination333": {
+        "group": [
+          {
+            "id": "SessionAuth"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination1233": {
+        "group": [
+          {
+            "id": "AccessToken"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination334": {
+        "group": [
+          {
+            "id": "SessionAuth"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination1234": {
+        "group": [
+          {
+            "id": "AccessToken"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination335": {
+        "group": [
+          {
+            "id": "SessionAuth"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination1235": {
+        "group": [
+          {
+            "id": "AccessToken"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination336": {
+        "group": [
+          {
+            "id": "SessionAuth"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination1236": {
+        "group": [
+          {
+            "id": "AccessToken"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination337": {
+        "group": [
+          {
+            "id": "SessionAuth"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination1237": {
+        "group": [
+          {
+            "id": "AccessToken"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination338": {
+        "group": [
+          {
+            "id": "SessionAuth"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination1238": {
+        "group": [
+          {
+            "id": "AccessToken"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination339": {
+        "group": [
+          {
+            "id": "SessionAuth"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination1239": {
+        "group": [
+          {
+            "id": "AccessToken"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination340": {
+        "group": [
+          {
+            "id": "SessionAuth"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination1240": {
+        "group": [
+          {
+            "id": "AccessToken"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination341": {
+        "group": [
+          {
+            "id": "SessionAuth"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination1241": {
+        "group": [
+          {
+            "id": "AccessToken"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination342": {
+        "group": [
+          {
+            "id": "SessionAuth"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination1242": {
+        "group": [
+          {
+            "id": "AccessToken"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      }
+    }
   },
   "servers": [],
   "security": [

+ 3154 - 123
docs/openapi/relay.json

@@ -43,7 +43,7 @@
       "name": "Gemini格式"
     },
     {
-      "name": "OpenAI格式Embeddings"
+      "name": "OpenAI格式(Embeddings)"
     },
     {
       "name": "文本补全(Completions)"
@@ -68,48 +68,6 @@
     },
     {
       "name": "未实现/Files"
-    },
-    {
-      "name": "Models"
-    },
-    {
-      "name": "Gemini"
-    },
-    {
-      "name": "Chat"
-    },
-    {
-      "name": "Responses"
-    },
-    {
-      "name": "Images"
-    },
-    {
-      "name": "视频生成-Kling"
-    },
-    {
-      "name": "视频生成-即梦"
-    },
-    {
-      "name": "Messages"
-    },
-    {
-      "name": "Embeddings"
-    },
-    {
-      "name": "Completions"
-    },
-    {
-      "name": "Audio"
-    },
-    {
-      "name": "Rerank"
-    },
-    {
-      "name": "Fine-tunes"
-    },
-    {
-      "name": "Files"
     }
   ],
   "paths": {
@@ -120,8 +78,7 @@
         "description": "获取当前可用的模型列表。\n\n根据请求头自动识别返回格式:\n- 包含 `x-api-key` 和 `anthropic-version` 头时返回 Anthropic 格式\n- 包含 `x-goog-api-key` 头或 `key` 查询参数时返回 Gemini 格式\n- 其他情况返回 OpenAI 格式\n",
         "operationId": "listModels",
         "tags": [
-          "获取模型列表",
-          "Models"
+          "获取模型列表"
         ],
         "parameters": [
           {
@@ -203,9 +160,7 @@
         "description": "以 Gemini API 格式返回可用模型列表",
         "operationId": "listModelsGemini",
         "tags": [
-          "获取模型列表",
-          "Models",
-          "Gemini"
+          "获取模型列表"
         ],
         "parameters": [],
         "responses": {
@@ -235,8 +190,7 @@
         "description": "根据对话历史创建模型响应。支持流式和非流式响应。\n\n兼容 OpenAI Chat Completions API。\n",
         "operationId": "createChatCompletion",
         "tags": [
-          "OpenAI格式(Chat)",
-          "Chat"
+          "OpenAI格式(Chat)"
         ],
         "parameters": [],
         "requestBody": {
@@ -298,8 +252,7 @@
         "description": "OpenAI Responses API,用于创建模型响应。\n支持多轮对话、工具调用、推理等功能。\n",
         "operationId": "createResponse",
         "tags": [
-          "OpenAI格式(Responses)",
-          "Responses"
+          "OpenAI格式(Responses)"
         ],
         "parameters": [],
         "requestBody": {
@@ -339,8 +292,7 @@
         "description": " 百炼qwen-image系列图片生成",
         "operationId": "createImage",
         "tags": [
-          "图片生成/编辑(Images)/Qwen千问",
-          "Images"
+          "图片生成/编辑(Images)/Qwen千问"
         ],
         "parameters": [],
         "requestBody": {
@@ -456,8 +408,7 @@
         "description": " 百炼qwen-image系列图片生成",
         "operationId": "createImage",
         "tags": [
-          "图片生成/编辑(Images)/Qwen千问",
-          "Images"
+          "图片生成/编辑(Images)/Qwen千问"
         ],
         "parameters": [],
         "requestBody": {
@@ -559,8 +510,7 @@
         "description": "OpenAI 兼容的视频生成接口。\n\n参考文档: https://platform.openai.com/docs/api-reference/videos/create\n",
         "operationId": "createVideo",
         "tags": [
-          "视频生成/Sora兼容格式",
-          "视频生成"
+          "视频生成/Sora兼容格式"
         ],
         "parameters": [],
         "requestBody": {
@@ -703,8 +653,7 @@
         "description": "OpenAI 兼容的视频任务状态查询接口。\n\n返回视频任务的详细状态信息。\n",
         "operationId": "getVideo",
         "tags": [
-          "视频生成/Sora兼容格式",
-          "视频生成"
+          "视频生成/Sora兼容格式"
         ],
         "parameters": [
           {
@@ -797,8 +746,7 @@
         "description": "获取已完成视频任务的视频文件内容。\n\n此接口会代理返回视频文件流。\n",
         "operationId": "getVideoContent",
         "tags": [
-          "视频生成/Sora兼容格式",
-          "视频生成"
+          "视频生成/Sora兼容格式"
         ],
         "parameters": [
           {
@@ -851,8 +799,7 @@
         "description": "使用 Kling 模型从文本描述生成视频。\n\n支持的模型:kling-v1, kling-v1-5 等\n",
         "operationId": "createKlingText2Video",
         "tags": [
-          "视频生成/Kling格式",
-          "视频生成-Kling"
+          "视频生成/Kling格式"
         ],
         "parameters": [],
         "requestBody": {
@@ -870,8 +817,7 @@
                 "fps": 30
               }
             }
-          },
-          "required": true
+          }
         },
         "responses": {
           "200": {
@@ -911,8 +857,7 @@
         "description": "查询 Kling 文生视频任务的状态和结果。",
         "operationId": "getKlingText2Video",
         "tags": [
-          "视频生成/Kling格式",
-          "视频生成-Kling"
+          "视频生成/Kling格式"
         ],
         "parameters": [
           {
@@ -964,8 +909,7 @@
         "description": "使用 Kling 模型从图片生成视频。\n\n支持通过 image 参数传入图片 URL 或 Base64 编码的图片数据。\n",
         "operationId": "createKlingImage2Video",
         "tags": [
-          "视频生成/Kling格式",
-          "视频生成-Kling"
+          "视频生成/Kling格式"
         ],
         "parameters": [],
         "requestBody": {
@@ -983,8 +927,7 @@
                 "height": 720
               }
             }
-          },
-          "required": true
+          }
         },
         "responses": {
           "200": {
@@ -1024,8 +967,7 @@
         "description": "查询 Kling 图生视频任务的状态和结果。",
         "operationId": "getKlingImage2Video",
         "tags": [
-          "视频生成/Kling格式",
-          "视频生成-Kling"
+          "视频生成/Kling格式"
         ],
         "parameters": [
           {
@@ -1077,8 +1019,7 @@
         "description": "即梦官方 API 格式的视频生成接口。\n\n支持通过 Action 参数指定操作类型:\n- `CVSync2AsyncSubmitTask`: 提交视频生成任务\n- `CVSync2AsyncGetResult`: 获取任务结果\n\n需要在查询参数中指定 Action 和 Version。\n",
         "operationId": "createJimengVideo",
         "tags": [
-          "视频生成/即梦格式",
-          "视频生成-即梦"
+          "视频生成/即梦格式"
         ],
         "parameters": [
           {
@@ -1299,8 +1240,7 @@
         "description": "Anthropic Claude Messages API 格式的请求。\n需要在请求头中包含 `anthropic-version`。\n",
         "operationId": "createMessage",
         "tags": [
-          "Claude格式(Messages)",
-          "Messages"
+          "Claude格式(Messages)"
         ],
         "parameters": [
           {
@@ -1362,8 +1302,7 @@
         "description": "Gemini 图片生成",
         "operationId": "geminiRelayV1Beta",
         "tags": [
-          "Gemini格式",
-          "Gemini"
+          "Gemini格式"
         ],
         "parameters": [
           {
@@ -1488,9 +1427,7 @@
         "description": "使用指定引擎/模型创建嵌入",
         "operationId": "createEngineEmbedding",
         "tags": [
-          "Gemini格式",
-          "Embeddings",
-          "Gemini"
+          "Gemini格式"
         ],
         "parameters": [
           {
@@ -1541,8 +1478,7 @@
         "description": "将文本转换为向量嵌入",
         "operationId": "createEmbedding",
         "tags": [
-          "OpenAI格式Embeddings",
-          "Embeddings"
+          "OpenAI格式(Embeddings)"
         ],
         "parameters": [],
         "requestBody": {
@@ -1582,8 +1518,7 @@
         "description": "基于给定提示创建文本补全",
         "operationId": "createCompletion",
         "tags": [
-          "文本补全(Completions)",
-          "Completions"
+          "文本补全(Completions)"
         ],
         "parameters": [],
         "requestBody": {
@@ -1623,8 +1558,7 @@
         "description": "将音频转换为文本",
         "operationId": "createTranscription",
         "tags": [
-          "OpenAI音频(Audio)",
-          "Audio"
+          "OpenAI音频(Audio)"
         ],
         "parameters": [],
         "requestBody": {
@@ -1716,8 +1650,7 @@
         "description": "将音频翻译为英文文本",
         "operationId": "createTranslation",
         "tags": [
-          "OpenAI音频(Audio)",
-          "Audio"
+          "OpenAI音频(Audio)"
         ],
         "parameters": [],
         "requestBody": {
@@ -1784,8 +1717,7 @@
         "description": "将文本转换为音频",
         "operationId": "createSpeech",
         "tags": [
-          "OpenAI音频(Audio)",
-          "Audio"
+          "OpenAI音频(Audio)"
         ],
         "parameters": [],
         "requestBody": {
@@ -1826,8 +1758,7 @@
         "description": "根据查询对文档列表进行相关性重排序",
         "operationId": "createRerank",
         "tags": [
-          "重排序(Rerank)",
-          "Rerank"
+          "重排序(Rerank)"
         ],
         "parameters": [],
         "requestBody": {
@@ -1952,8 +1883,7 @@
         "description": "此接口尚未实现",
         "operationId": "listFineTunes",
         "tags": [
-          "未实现/Fine-tunes",
-          "Fine-tunes"
+          "未实现/Fine-tunes"
         ],
         "parameters": [],
         "responses": {
@@ -1981,8 +1911,7 @@
         "description": "此接口尚未实现",
         "operationId": "createFineTune",
         "tags": [
-          "未实现/Fine-tunes",
-          "Fine-tunes"
+          "未实现/Fine-tunes"
         ],
         "parameters": [],
         "requestBody": {
@@ -2022,8 +1951,7 @@
         "description": "此接口尚未实现",
         "operationId": "retrieveFineTune",
         "tags": [
-          "未实现/Fine-tunes",
-          "Fine-tunes"
+          "未实现/Fine-tunes"
         ],
         "parameters": [
           {
@@ -2064,8 +1992,7 @@
         "description": "此接口尚未实现",
         "operationId": "cancelFineTune",
         "tags": [
-          "未实现/Fine-tunes",
-          "Fine-tunes"
+          "未实现/Fine-tunes"
         ],
         "parameters": [
           {
@@ -2106,8 +2033,7 @@
         "description": "此接口尚未实现",
         "operationId": "listFineTuneEvents",
         "tags": [
-          "未实现/Fine-tunes",
-          "Fine-tunes"
+          "未实现/Fine-tunes"
         ],
         "parameters": [
           {
@@ -2148,8 +2074,7 @@
         "description": "此接口尚未实现",
         "operationId": "listFiles",
         "tags": [
-          "未实现/Files",
-          "Files"
+          "未实现/Files"
         ],
         "parameters": [],
         "responses": {
@@ -2177,8 +2102,7 @@
         "description": "此接口尚未实现",
         "operationId": "createFile",
         "tags": [
-          "未实现/Files",
-          "Files"
+          "未实现/Files"
         ],
         "parameters": [],
         "requestBody": {
@@ -2228,8 +2152,7 @@
         "description": "此接口尚未实现",
         "operationId": "retrieveFile",
         "tags": [
-          "未实现/Files",
-          "Files"
+          "未实现/Files"
         ],
         "parameters": [
           {
@@ -2268,8 +2191,7 @@
         "description": "此接口尚未实现",
         "operationId": "deleteFile",
         "tags": [
-          "未实现/Files",
-          "Files"
+          "未实现/Files"
         ],
         "parameters": [
           {
@@ -2310,8 +2232,7 @@
         "description": "此接口尚未实现",
         "operationId": "downloadFile",
         "tags": [
-          "未实现/Files",
-          "Files"
+          "未实现/Files"
         ],
         "parameters": [
           {
@@ -2907,6 +2828,62 @@
           }
         }
       },
+      "ChatCompletionStreamResponse": {
+        "type": "object",
+        "properties": {
+          "id": {
+            "type": "string"
+          },
+          "object": {
+            "type": "string",
+            "example": "chat.completion.chunk"
+          },
+          "created": {
+            "type": "integer"
+          },
+          "model": {
+            "type": "string"
+          },
+          "choices": {
+            "type": "array",
+            "items": {
+              "type": "object",
+              "properties": {
+                "index": {
+                  "type": "integer"
+                },
+                "delta": {
+                  "type": "object",
+                  "properties": {
+                    "role": {
+                      "type": "string"
+                    },
+                    "content": {
+                      "type": "string"
+                    },
+                    "reasoning_content": {
+                      "type": "string"
+                    },
+                    "tool_calls": {
+                      "type": "array",
+                      "items": {
+                        "$ref": "#/components/schemas/ToolCall"
+                      }
+                    }
+                  }
+                },
+                "finish_reason": {
+                  "type": "string",
+                  "nullable": true
+                }
+              }
+            }
+          },
+          "usage": {
+            "$ref": "#/components/schemas/Usage"
+          }
+        }
+      },
       "CompletionRequest": {
         "type": "object",
         "required": [
@@ -3153,6 +3130,24 @@
           }
         }
       },
+      "ResponsesStreamResponse": {
+        "type": "object",
+        "properties": {
+          "type": {
+            "type": "string"
+          },
+          "response": {
+            "$ref": "#/components/schemas/ResponsesResponse"
+          },
+          "delta": {
+            "type": "string"
+          },
+          "item": {
+            "type": "object",
+            "properties": {}
+          }
+        }
+      },
       "ClaudeRequest": {
         "type": "object",
         "required": [
@@ -3554,6 +3549,38 @@
           }
         }
       },
+      "ImageEditRequest": {
+        "type": "object",
+        "required": [
+          "image",
+          "prompt"
+        ],
+        "properties": {
+          "image": {
+            "type": "string",
+            "format": "binary"
+          },
+          "mask": {
+            "type": "string",
+            "format": "binary"
+          },
+          "prompt": {
+            "type": "string"
+          },
+          "model": {
+            "type": "string"
+          },
+          "n": {
+            "type": "integer"
+          },
+          "size": {
+            "type": "string"
+          },
+          "response_format": {
+            "type": "string"
+          }
+        }
+      },
       "ImageResponse": {
         "type": "object",
         "properties": {
@@ -3579,6 +3606,80 @@
           }
         }
       },
+      "AudioTranscriptionRequest": {
+        "type": "object",
+        "required": [
+          "file",
+          "model"
+        ],
+        "properties": {
+          "file": {
+            "type": "string",
+            "format": "binary",
+            "description": "音频文件"
+          },
+          "model": {
+            "type": "string",
+            "example": "whisper-1"
+          },
+          "language": {
+            "type": "string",
+            "description": "ISO-639-1 语言代码"
+          },
+          "prompt": {
+            "type": "string"
+          },
+          "response_format": {
+            "type": "string",
+            "enum": [
+              "json",
+              "text",
+              "srt",
+              "verbose_json",
+              "vtt"
+            ],
+            "default": "json"
+          },
+          "temperature": {
+            "type": "number"
+          },
+          "timestamp_granularities": {
+            "type": "array",
+            "items": {
+              "type": "string",
+              "enum": [
+                "word",
+                "segment"
+              ]
+            }
+          }
+        }
+      },
+      "AudioTranslationRequest": {
+        "type": "object",
+        "required": [
+          "file",
+          "model"
+        ],
+        "properties": {
+          "file": {
+            "type": "string",
+            "format": "binary"
+          },
+          "model": {
+            "type": "string"
+          },
+          "prompt": {
+            "type": "string"
+          },
+          "response_format": {
+            "type": "string"
+          },
+          "temperature": {
+            "type": "number"
+          }
+        }
+      },
       "AudioTranscriptionResponse": {
         "type": "object",
         "properties": {
@@ -4077,6 +4178,81 @@
           }
         }
       },
+      "OpenAIVideo": {
+        "type": "object",
+        "description": "OpenAI 兼容的视频对象",
+        "properties": {
+          "id": {
+            "type": "string",
+            "description": "视频 ID",
+            "example": "video-abc123"
+          },
+          "task_id": {
+            "type": "string",
+            "description": "任务 ID (兼容旧接口)",
+            "deprecated": true
+          },
+          "object": {
+            "type": "string",
+            "description": "对象类型",
+            "example": "video"
+          },
+          "model": {
+            "type": "string",
+            "description": "使用的模型",
+            "example": "sora"
+          },
+          "status": {
+            "type": "string",
+            "description": "任务状态",
+            "enum": [
+              "queued",
+              "in_progress",
+              "completed",
+              "failed"
+            ],
+            "example": "completed"
+          },
+          "progress": {
+            "type": "integer",
+            "description": "进度百分比",
+            "example": 100
+          },
+          "created_at": {
+            "type": "integer",
+            "description": "创建时间戳"
+          },
+          "completed_at": {
+            "type": "integer",
+            "description": "完成时间戳"
+          },
+          "expires_at": {
+            "type": "integer",
+            "description": "过期时间戳"
+          },
+          "seconds": {
+            "type": "string",
+            "description": "视频时长"
+          },
+          "size": {
+            "type": "string",
+            "description": "视频尺寸"
+          },
+          "remixed_from_video_id": {
+            "type": "string",
+            "description": "源视频 ID(如果是基于其他视频生成)"
+          },
+          "error": {
+            "$ref": "#/components/schemas/OpenAIVideoError"
+          },
+          "metadata": {
+            "type": "object",
+            "description": "额外元数据",
+            "additionalProperties": true,
+            "properties": {}
+          }
+        }
+      },
       "OpenAIVideoError": {
         "type": "object",
         "description": "OpenAI 视频错误信息",
@@ -4090,14 +4266,2869 @@
             "description": "错误码"
           }
         }
-      }
-    },
-    "responses": {},
-    "securitySchemes": {
-      "BearerAuth": {
-        "type": "http",
-        "scheme": "bearer",
-        "description": "使用 Bearer Token 认证。\n格式: `Authorization: Bearer sk-xxxxxx`\n"
+      },
+      "ApiResponse": {
+        "type": "object",
+        "properties": {
+          "success": {
+            "type": "boolean"
+          },
+          "message": {
+            "type": "string"
+          },
+          "data": {}
+        }
+      },
+      "PageInfo": {
+        "type": "object",
+        "properties": {
+          "page": {
+            "type": "integer"
+          },
+          "page_size": {
+            "type": "integer"
+          },
+          "total": {
+            "type": "integer"
+          },
+          "items": {
+            "type": "array",
+            "items": {}
+          }
+        }
+      },
+      "User": {
+        "type": "object",
+        "properties": {
+          "id": {
+            "type": "integer"
+          },
+          "username": {
+            "type": "string"
+          },
+          "display_name": {
+            "type": "string"
+          },
+          "role": {
+            "type": "integer"
+          },
+          "status": {
+            "type": "integer"
+          },
+          "email": {
+            "type": "string"
+          },
+          "group": {
+            "type": "string"
+          },
+          "quota": {
+            "type": "integer"
+          },
+          "used_quota": {
+            "type": "integer"
+          },
+          "request_count": {
+            "type": "integer"
+          }
+        }
+      },
+      "Channel": {
+        "type": "object",
+        "properties": {
+          "id": {
+            "type": "integer"
+          },
+          "name": {
+            "type": "string"
+          },
+          "type": {
+            "type": "integer"
+          },
+          "status": {
+            "type": "integer"
+          },
+          "models": {
+            "type": "string"
+          },
+          "groups": {
+            "type": "string"
+          },
+          "priority": {
+            "type": "integer"
+          },
+          "weight": {
+            "type": "integer"
+          },
+          "base_url": {
+            "type": "string"
+          },
+          "tag": {
+            "type": "string"
+          }
+        }
+      },
+      "Token": {
+        "type": "object",
+        "properties": {
+          "id": {
+            "type": "integer"
+          },
+          "user_id": {
+            "type": "integer"
+          },
+          "name": {
+            "type": "string"
+          },
+          "key": {
+            "type": "string"
+          },
+          "status": {
+            "type": "integer"
+          },
+          "expired_time": {
+            "type": "integer"
+          },
+          "remain_quota": {
+            "type": "integer"
+          },
+          "unlimited_quota": {
+            "type": "boolean"
+          }
+        }
+      },
+      "Redemption": {
+        "type": "object",
+        "properties": {
+          "id": {
+            "type": "integer"
+          },
+          "name": {
+            "type": "string"
+          },
+          "key": {
+            "type": "string"
+          },
+          "status": {
+            "type": "integer"
+          },
+          "quota": {
+            "type": "integer"
+          },
+          "created_time": {
+            "type": "integer"
+          },
+          "redeemed_time": {
+            "type": "integer"
+          }
+        }
+      },
+      "Log": {
+        "type": "object",
+        "properties": {
+          "id": {
+            "type": "integer"
+          },
+          "user_id": {
+            "type": "integer"
+          },
+          "type": {
+            "type": "integer"
+          },
+          "content": {
+            "type": "string"
+          },
+          "created_at": {
+            "type": "integer"
+          }
+        }
+      }
+    },
+    "responses": {},
+    "securitySchemes": {
+      "BearerAuth": {
+        "type": "http",
+        "scheme": "bearer",
+        "description": "使用 Bearer Token 认证。\n格式: `Authorization: Bearer sk-xxxxxx`\n"
+      },
+      "SessionAuth": {
+        "type": "apiKey",
+        "in": "cookie",
+        "name": "session",
+        "description": "Session认证,通过登录接口获取"
+      },
+      "AccessToken": {
+        "type": "apiKey",
+        "in": "header",
+        "name": "Authorization",
+        "description": "Access Token认证,格式: Bearer {access_token},通过 /api/user/token 接口生成"
+      },
+      "NewApiUser": {
+        "type": "apiKey",
+        "in": "header",
+        "name": "New-Api-User",
+        "description": "用户ID请求头,必须与当前登录用户ID匹配,使用Session或AccessToken认证时必须提供"
+      },
+      "Combination": {
+        "group": [
+          {
+            "id": "SessionAuth"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination1": {
+        "group": [
+          {
+            "id": "AccessToken"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination2": {
+        "group": [
+          {
+            "id": "SessionAuth"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination11": {
+        "group": [
+          {
+            "id": "AccessToken"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination3": {
+        "group": [
+          {
+            "id": "SessionAuth"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination12": {
+        "group": [
+          {
+            "id": "AccessToken"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination4": {
+        "group": [
+          {
+            "id": "SessionAuth"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination13": {
+        "group": [
+          {
+            "id": "AccessToken"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination5": {
+        "group": [
+          {
+            "id": "SessionAuth"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination14": {
+        "group": [
+          {
+            "id": "AccessToken"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination6": {
+        "group": [
+          {
+            "id": "SessionAuth"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination15": {
+        "group": [
+          {
+            "id": "AccessToken"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination7": {
+        "group": [
+          {
+            "id": "SessionAuth"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination16": {
+        "group": [
+          {
+            "id": "AccessToken"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination8": {
+        "group": [
+          {
+            "id": "SessionAuth"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination17": {
+        "group": [
+          {
+            "id": "AccessToken"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination9": {
+        "group": [
+          {
+            "id": "SessionAuth"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination18": {
+        "group": [
+          {
+            "id": "AccessToken"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination10": {
+        "group": [
+          {
+            "id": "SessionAuth"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination19": {
+        "group": [
+          {
+            "id": "AccessToken"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination20": {
+        "group": [
+          {
+            "id": "SessionAuth"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination110": {
+        "group": [
+          {
+            "id": "AccessToken"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination21": {
+        "group": [
+          {
+            "id": "SessionAuth"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination111": {
+        "group": [
+          {
+            "id": "AccessToken"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination22": {
+        "group": [
+          {
+            "id": "SessionAuth"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination112": {
+        "group": [
+          {
+            "id": "AccessToken"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination23": {
+        "group": [
+          {
+            "id": "SessionAuth"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination113": {
+        "group": [
+          {
+            "id": "AccessToken"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination24": {
+        "group": [
+          {
+            "id": "SessionAuth"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination114": {
+        "group": [
+          {
+            "id": "AccessToken"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination25": {
+        "group": [
+          {
+            "id": "SessionAuth"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination115": {
+        "group": [
+          {
+            "id": "AccessToken"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination26": {
+        "group": [
+          {
+            "id": "SessionAuth"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination116": {
+        "group": [
+          {
+            "id": "AccessToken"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination27": {
+        "group": [
+          {
+            "id": "SessionAuth"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination117": {
+        "group": [
+          {
+            "id": "AccessToken"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination28": {
+        "group": [
+          {
+            "id": "SessionAuth"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination118": {
+        "group": [
+          {
+            "id": "AccessToken"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination29": {
+        "group": [
+          {
+            "id": "SessionAuth"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination119": {
+        "group": [
+          {
+            "id": "AccessToken"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination30": {
+        "group": [
+          {
+            "id": "SessionAuth"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination120": {
+        "group": [
+          {
+            "id": "AccessToken"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination31": {
+        "group": [
+          {
+            "id": "SessionAuth"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination121": {
+        "group": [
+          {
+            "id": "AccessToken"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination32": {
+        "group": [
+          {
+            "id": "SessionAuth"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination122": {
+        "group": [
+          {
+            "id": "AccessToken"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination33": {
+        "group": [
+          {
+            "id": "SessionAuth"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination123": {
+        "group": [
+          {
+            "id": "AccessToken"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination34": {
+        "group": [
+          {
+            "id": "SessionAuth"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination124": {
+        "group": [
+          {
+            "id": "AccessToken"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination35": {
+        "group": [
+          {
+            "id": "SessionAuth"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination125": {
+        "group": [
+          {
+            "id": "AccessToken"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination36": {
+        "group": [
+          {
+            "id": "SessionAuth"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination126": {
+        "group": [
+          {
+            "id": "AccessToken"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination37": {
+        "group": [
+          {
+            "id": "SessionAuth"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination127": {
+        "group": [
+          {
+            "id": "AccessToken"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination38": {
+        "group": [
+          {
+            "id": "SessionAuth"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination128": {
+        "group": [
+          {
+            "id": "AccessToken"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination39": {
+        "group": [
+          {
+            "id": "SessionAuth"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination129": {
+        "group": [
+          {
+            "id": "AccessToken"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination40": {
+        "group": [
+          {
+            "id": "SessionAuth"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination130": {
+        "group": [
+          {
+            "id": "AccessToken"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination41": {
+        "group": [
+          {
+            "id": "SessionAuth"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination131": {
+        "group": [
+          {
+            "id": "AccessToken"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination42": {
+        "group": [
+          {
+            "id": "SessionAuth"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination132": {
+        "group": [
+          {
+            "id": "AccessToken"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination43": {
+        "group": [
+          {
+            "id": "SessionAuth"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination133": {
+        "group": [
+          {
+            "id": "AccessToken"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination44": {
+        "group": [
+          {
+            "id": "SessionAuth"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination134": {
+        "group": [
+          {
+            "id": "AccessToken"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination45": {
+        "group": [
+          {
+            "id": "SessionAuth"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination135": {
+        "group": [
+          {
+            "id": "AccessToken"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination46": {
+        "group": [
+          {
+            "id": "SessionAuth"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination136": {
+        "group": [
+          {
+            "id": "AccessToken"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination47": {
+        "group": [
+          {
+            "id": "SessionAuth"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination137": {
+        "group": [
+          {
+            "id": "AccessToken"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination48": {
+        "group": [
+          {
+            "id": "SessionAuth"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination138": {
+        "group": [
+          {
+            "id": "AccessToken"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination49": {
+        "group": [
+          {
+            "id": "SessionAuth"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination139": {
+        "group": [
+          {
+            "id": "AccessToken"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination50": {
+        "group": [
+          {
+            "id": "SessionAuth"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination140": {
+        "group": [
+          {
+            "id": "AccessToken"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination51": {
+        "group": [
+          {
+            "id": "SessionAuth"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination141": {
+        "group": [
+          {
+            "id": "AccessToken"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination52": {
+        "group": [
+          {
+            "id": "SessionAuth"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination142": {
+        "group": [
+          {
+            "id": "AccessToken"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination53": {
+        "group": [
+          {
+            "id": "SessionAuth"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination143": {
+        "group": [
+          {
+            "id": "AccessToken"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination54": {
+        "group": [
+          {
+            "id": "SessionAuth"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination144": {
+        "group": [
+          {
+            "id": "AccessToken"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination55": {
+        "group": [
+          {
+            "id": "SessionAuth"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination145": {
+        "group": [
+          {
+            "id": "AccessToken"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination56": {
+        "group": [
+          {
+            "id": "SessionAuth"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination146": {
+        "group": [
+          {
+            "id": "AccessToken"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination57": {
+        "group": [
+          {
+            "id": "SessionAuth"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination147": {
+        "group": [
+          {
+            "id": "AccessToken"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination58": {
+        "group": [
+          {
+            "id": "SessionAuth"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination148": {
+        "group": [
+          {
+            "id": "AccessToken"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination59": {
+        "group": [
+          {
+            "id": "SessionAuth"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination149": {
+        "group": [
+          {
+            "id": "AccessToken"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination60": {
+        "group": [
+          {
+            "id": "SessionAuth"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination150": {
+        "group": [
+          {
+            "id": "AccessToken"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination61": {
+        "group": [
+          {
+            "id": "SessionAuth"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination151": {
+        "group": [
+          {
+            "id": "AccessToken"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination62": {
+        "group": [
+          {
+            "id": "SessionAuth"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination152": {
+        "group": [
+          {
+            "id": "AccessToken"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination63": {
+        "group": [
+          {
+            "id": "SessionAuth"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination153": {
+        "group": [
+          {
+            "id": "AccessToken"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination64": {
+        "group": [
+          {
+            "id": "SessionAuth"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination154": {
+        "group": [
+          {
+            "id": "AccessToken"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination65": {
+        "group": [
+          {
+            "id": "SessionAuth"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination155": {
+        "group": [
+          {
+            "id": "AccessToken"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination66": {
+        "group": [
+          {
+            "id": "SessionAuth"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination156": {
+        "group": [
+          {
+            "id": "AccessToken"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination67": {
+        "group": [
+          {
+            "id": "SessionAuth"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination157": {
+        "group": [
+          {
+            "id": "AccessToken"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination68": {
+        "group": [
+          {
+            "id": "SessionAuth"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination158": {
+        "group": [
+          {
+            "id": "AccessToken"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination69": {
+        "group": [
+          {
+            "id": "SessionAuth"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination159": {
+        "group": [
+          {
+            "id": "AccessToken"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination70": {
+        "group": [
+          {
+            "id": "SessionAuth"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination160": {
+        "group": [
+          {
+            "id": "AccessToken"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination71": {
+        "group": [
+          {
+            "id": "SessionAuth"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination161": {
+        "group": [
+          {
+            "id": "AccessToken"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination72": {
+        "group": [
+          {
+            "id": "SessionAuth"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination162": {
+        "group": [
+          {
+            "id": "AccessToken"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination73": {
+        "group": [
+          {
+            "id": "SessionAuth"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination163": {
+        "group": [
+          {
+            "id": "AccessToken"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination74": {
+        "group": [
+          {
+            "id": "SessionAuth"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination164": {
+        "group": [
+          {
+            "id": "AccessToken"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination75": {
+        "group": [
+          {
+            "id": "SessionAuth"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination165": {
+        "group": [
+          {
+            "id": "AccessToken"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination76": {
+        "group": [
+          {
+            "id": "SessionAuth"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination166": {
+        "group": [
+          {
+            "id": "AccessToken"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination77": {
+        "group": [
+          {
+            "id": "SessionAuth"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination167": {
+        "group": [
+          {
+            "id": "AccessToken"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination78": {
+        "group": [
+          {
+            "id": "SessionAuth"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination168": {
+        "group": [
+          {
+            "id": "AccessToken"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination79": {
+        "group": [
+          {
+            "id": "SessionAuth"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination169": {
+        "group": [
+          {
+            "id": "AccessToken"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination80": {
+        "group": [
+          {
+            "id": "SessionAuth"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination170": {
+        "group": [
+          {
+            "id": "AccessToken"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination81": {
+        "group": [
+          {
+            "id": "SessionAuth"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination171": {
+        "group": [
+          {
+            "id": "AccessToken"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination82": {
+        "group": [
+          {
+            "id": "SessionAuth"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination172": {
+        "group": [
+          {
+            "id": "AccessToken"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination83": {
+        "group": [
+          {
+            "id": "SessionAuth"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination173": {
+        "group": [
+          {
+            "id": "AccessToken"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination84": {
+        "group": [
+          {
+            "id": "SessionAuth"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination174": {
+        "group": [
+          {
+            "id": "AccessToken"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination85": {
+        "group": [
+          {
+            "id": "SessionAuth"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination175": {
+        "group": [
+          {
+            "id": "AccessToken"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination86": {
+        "group": [
+          {
+            "id": "SessionAuth"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination176": {
+        "group": [
+          {
+            "id": "AccessToken"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination87": {
+        "group": [
+          {
+            "id": "SessionAuth"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination177": {
+        "group": [
+          {
+            "id": "AccessToken"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination88": {
+        "group": [
+          {
+            "id": "SessionAuth"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination178": {
+        "group": [
+          {
+            "id": "AccessToken"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination89": {
+        "group": [
+          {
+            "id": "SessionAuth"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination179": {
+        "group": [
+          {
+            "id": "AccessToken"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination90": {
+        "group": [
+          {
+            "id": "SessionAuth"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination180": {
+        "group": [
+          {
+            "id": "AccessToken"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination91": {
+        "group": [
+          {
+            "id": "SessionAuth"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination181": {
+        "group": [
+          {
+            "id": "AccessToken"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination92": {
+        "group": [
+          {
+            "id": "SessionAuth"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination182": {
+        "group": [
+          {
+            "id": "AccessToken"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination93": {
+        "group": [
+          {
+            "id": "SessionAuth"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination183": {
+        "group": [
+          {
+            "id": "AccessToken"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination94": {
+        "group": [
+          {
+            "id": "SessionAuth"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination184": {
+        "group": [
+          {
+            "id": "AccessToken"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination95": {
+        "group": [
+          {
+            "id": "SessionAuth"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination185": {
+        "group": [
+          {
+            "id": "AccessToken"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination96": {
+        "group": [
+          {
+            "id": "SessionAuth"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination186": {
+        "group": [
+          {
+            "id": "AccessToken"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination97": {
+        "group": [
+          {
+            "id": "SessionAuth"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination187": {
+        "group": [
+          {
+            "id": "AccessToken"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination98": {
+        "group": [
+          {
+            "id": "SessionAuth"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination188": {
+        "group": [
+          {
+            "id": "AccessToken"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination99": {
+        "group": [
+          {
+            "id": "SessionAuth"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination189": {
+        "group": [
+          {
+            "id": "AccessToken"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination100": {
+        "group": [
+          {
+            "id": "SessionAuth"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination190": {
+        "group": [
+          {
+            "id": "AccessToken"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination101": {
+        "group": [
+          {
+            "id": "SessionAuth"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination191": {
+        "group": [
+          {
+            "id": "AccessToken"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination102": {
+        "group": [
+          {
+            "id": "SessionAuth"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination192": {
+        "group": [
+          {
+            "id": "AccessToken"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination103": {
+        "group": [
+          {
+            "id": "SessionAuth"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination193": {
+        "group": [
+          {
+            "id": "AccessToken"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination104": {
+        "group": [
+          {
+            "id": "SessionAuth"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination194": {
+        "group": [
+          {
+            "id": "AccessToken"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination105": {
+        "group": [
+          {
+            "id": "SessionAuth"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination195": {
+        "group": [
+          {
+            "id": "AccessToken"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination106": {
+        "group": [
+          {
+            "id": "SessionAuth"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination196": {
+        "group": [
+          {
+            "id": "AccessToken"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination107": {
+        "group": [
+          {
+            "id": "SessionAuth"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination197": {
+        "group": [
+          {
+            "id": "AccessToken"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination108": {
+        "group": [
+          {
+            "id": "SessionAuth"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination198": {
+        "group": [
+          {
+            "id": "AccessToken"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination109": {
+        "group": [
+          {
+            "id": "SessionAuth"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination199": {
+        "group": [
+          {
+            "id": "AccessToken"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination200": {
+        "group": [
+          {
+            "id": "SessionAuth"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination1100": {
+        "group": [
+          {
+            "id": "AccessToken"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination201": {
+        "group": [
+          {
+            "id": "SessionAuth"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination1101": {
+        "group": [
+          {
+            "id": "AccessToken"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination202": {
+        "group": [
+          {
+            "id": "SessionAuth"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination1102": {
+        "group": [
+          {
+            "id": "AccessToken"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination203": {
+        "group": [
+          {
+            "id": "SessionAuth"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination1103": {
+        "group": [
+          {
+            "id": "AccessToken"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination204": {
+        "group": [
+          {
+            "id": "SessionAuth"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination1104": {
+        "group": [
+          {
+            "id": "AccessToken"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination205": {
+        "group": [
+          {
+            "id": "SessionAuth"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination1105": {
+        "group": [
+          {
+            "id": "AccessToken"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination206": {
+        "group": [
+          {
+            "id": "SessionAuth"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination1106": {
+        "group": [
+          {
+            "id": "AccessToken"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination207": {
+        "group": [
+          {
+            "id": "SessionAuth"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination1107": {
+        "group": [
+          {
+            "id": "AccessToken"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination208": {
+        "group": [
+          {
+            "id": "SessionAuth"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination1108": {
+        "group": [
+          {
+            "id": "AccessToken"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination209": {
+        "group": [
+          {
+            "id": "SessionAuth"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination1109": {
+        "group": [
+          {
+            "id": "AccessToken"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination210": {
+        "group": [
+          {
+            "id": "SessionAuth"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination1110": {
+        "group": [
+          {
+            "id": "AccessToken"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination211": {
+        "group": [
+          {
+            "id": "SessionAuth"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination1111": {
+        "group": [
+          {
+            "id": "AccessToken"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination212": {
+        "group": [
+          {
+            "id": "SessionAuth"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination1112": {
+        "group": [
+          {
+            "id": "AccessToken"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination213": {
+        "group": [
+          {
+            "id": "SessionAuth"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination1113": {
+        "group": [
+          {
+            "id": "AccessToken"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination214": {
+        "group": [
+          {
+            "id": "SessionAuth"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination1114": {
+        "group": [
+          {
+            "id": "AccessToken"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination215": {
+        "group": [
+          {
+            "id": "SessionAuth"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination1115": {
+        "group": [
+          {
+            "id": "AccessToken"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination216": {
+        "group": [
+          {
+            "id": "SessionAuth"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination1116": {
+        "group": [
+          {
+            "id": "AccessToken"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination217": {
+        "group": [
+          {
+            "id": "SessionAuth"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination1117": {
+        "group": [
+          {
+            "id": "AccessToken"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination218": {
+        "group": [
+          {
+            "id": "SessionAuth"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination1118": {
+        "group": [
+          {
+            "id": "AccessToken"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination219": {
+        "group": [
+          {
+            "id": "SessionAuth"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination1119": {
+        "group": [
+          {
+            "id": "AccessToken"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination220": {
+        "group": [
+          {
+            "id": "SessionAuth"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
+      },
+      "Combination1120": {
+        "group": [
+          {
+            "id": "AccessToken"
+          },
+          {
+            "id": "NewApiUser"
+          }
+        ],
+        "type": "combination"
       }
     }
   },