{
  "item": [
    {
      "id": "3b7729c9-1ff1-41d9-9b11-0c6b9062b836",
      "name": "Core API",
      "description": {
        "content": "",
        "type": "text/plain"
      },
      "item": [
        {
          "id": "1b23a922-14f2-480b-96b7-2589e4bc76f1",
          "name": "Health check",
          "request": {
            "name": "Health check",
            "description": {},
            "url": {
              "path": [
                "health"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": null
          },
          "response": [
            {
              "id": "20235073-b456-4881-be69-8c1985d11b5e",
              "name": "The Health Check is successful",
              "originalRequest": {
                "url": {
                  "path": [
                    "health"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"status\": \"<string>\",\n  \"info\": {\n    \"key_0\": {\n      \"status\": \"<string>\"\n    },\n    \"key_1\": {\n      \"status\": \"<string>\"\n    },\n    \"key_2\": {\n      \"status\": \"<string>\"\n    }\n  },\n  \"error\": {\n    \"key_0\": {\n      \"status\": \"<string>\"\n    }\n  },\n  \"details\": {\n    \"key_0\": {\n      \"status\": \"<string>\"\n    },\n    \"key_1\": {\n      \"status\": \"<string>\"\n    }\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "32d378ee-a29b-4339-bf69-5ae1743e88fe",
              "name": "The Health Check is not successful",
              "originalRequest": {
                "url": {
                  "path": [
                    "health"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Service Unavailable",
              "code": 503,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"status\": \"<string>\",\n  \"info\": {\n    \"key_0\": {\n      \"status\": \"<string>\"\n    }\n  },\n  \"error\": {\n    \"key_0\": {\n      \"status\": \"<string>\"\n    }\n  },\n  \"details\": {\n    \"key_0\": {\n      \"status\": \"<string>\"\n    },\n    \"key_1\": {\n      \"status\": \"<string>\"\n    },\n    \"key_2\": {\n      \"status\": \"<string>\"\n    }\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ],
      "event": []
    },
    {
      "id": "318c346c-50ce-4780-8340-9bf92bdccce2",
      "name": "Admin Tips API",
      "description": {
        "content": "",
        "type": "text/plain"
      },
      "item": [
        {
          "id": "89301292-b25e-4904-82bb-69300b448855",
          "name": "(Permission) Tip user",
          "request": {
            "name": "(Permission) Tip user",
            "description": {},
            "url": {
              "path": [
                "admin-tips"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"amount\": \"<string>\",\n  \"currencyId\": \"<string>\",\n  \"recipientUserId\": \"<number>\",\n  \"notes\": \"<string>\",\n  \"tag\": \"<string>\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "cbcdacdf-56d7-45f7-91c4-483d494405e5",
              "originalRequest": {
                "url": {
                  "path": [
                    "admin-tips"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"amount\": \"<string>\",\n  \"currencyId\": \"<string>\",\n  \"recipientUserId\": \"<number>\",\n  \"notes\": \"<string>\",\n  \"tag\": \"<string>\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Created",
              "code": 201,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"success\": \"<boolean>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "2dc20b8f-3ef8-43a1-86ae-59abad7e72ef",
          "name": "(Permission) Get admin tips history",
          "request": {
            "name": "(Permission) Get admin tips history",
            "description": {},
            "url": {
              "path": [
                "admin-tips"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "key": "sortBy",
                  "value": "<string>",
                  "description": "(Required) "
                },
                {
                  "disabled": false,
                  "key": "sortOrder",
                  "value": "<string>",
                  "description": "(Required) "
                },
                {
                  "disabled": false,
                  "key": "senderUserId",
                  "value": "<number>"
                },
                {
                  "disabled": false,
                  "key": "recipientUserId",
                  "value": "<number>"
                },
                {
                  "disabled": false,
                  "key": "senderOrRecipientUserId",
                  "value": "<number>"
                },
                {
                  "disabled": false,
                  "key": "search",
                  "value": "<string>"
                },
                {
                  "disabled": false,
                  "key": "page",
                  "value": "1",
                  "description": "(Required) "
                },
                {
                  "disabled": false,
                  "key": "take",
                  "value": "20",
                  "description": "(Required) "
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "1a393fb3-c9d2-4175-82ec-1fdb153085dd",
              "originalRequest": {
                "url": {
                  "path": [
                    "admin-tips"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "sortBy",
                      "value": "<string>"
                    },
                    {
                      "key": "sortOrder",
                      "value": "<string>"
                    },
                    {
                      "key": "senderUserId",
                      "value": "<number>"
                    },
                    {
                      "key": "recipientUserId",
                      "value": "<number>"
                    },
                    {
                      "key": "senderOrRecipientUserId",
                      "value": "<number>"
                    },
                    {
                      "key": "search",
                      "value": "<string>"
                    },
                    {
                      "key": "page",
                      "value": "1"
                    },
                    {
                      "key": "take",
                      "value": "20"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"value\": \"<Error: Could not resolve allOf schema\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "1a45b094-7fab-429e-a735-4ca12098cfad",
          "name": "(Permission) Deduct balance from user",
          "request": {
            "name": "(Permission) Deduct balance from user",
            "description": {},
            "url": {
              "path": [
                "admin-tips",
                "deduct-balance"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"amount\": \"<string>\",\n  \"currencyId\": \"<string>\",\n  \"recipientUserId\": \"<number>\",\n  \"notes\": \"<string>\",\n  \"tag\": \"<string>\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "7c3c258a-df82-4282-a9f7-a5a9ffaf90e6",
              "originalRequest": {
                "url": {
                  "path": [
                    "admin-tips",
                    "deduct-balance"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"amount\": \"<string>\",\n  \"currencyId\": \"<string>\",\n  \"recipientUserId\": \"<number>\",\n  \"notes\": \"<string>\",\n  \"tag\": \"<string>\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Created",
              "code": 201,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"success\": \"<boolean>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ],
      "event": []
    },
    {
      "id": "fdf2eb27-594d-459a-b8b0-ffcc5adfc696",
      "name": "Admin Affiliate API",
      "description": {
        "content": "",
        "type": "text/plain"
      },
      "item": [
        {
          "id": "1cce4f39-66da-4f92-aa89-25733eb65020",
          "name": "(Permission) Get affiliate levels",
          "request": {
            "name": "(Permission) Get affiliate levels",
            "description": {},
            "url": {
              "path": [
                "affiliate",
                "levels"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "14181eac-02cc-45c5-a110-83585a287481",
              "originalRequest": {
                "url": {
                  "path": [
                    "affiliate",
                    "levels"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "[\n  {\n    \"minWageredUsdAmount\": \"<string>\",\n    \"id\": \"<number>\",\n    \"name\": \"<string>\",\n    \"commission\": \"<string>\",\n    \"minReferralCountForClaim\": \"<number>\"\n  },\n  {\n    \"minWageredUsdAmount\": \"<string>\",\n    \"id\": \"<number>\",\n    \"name\": \"<string>\",\n    \"commission\": \"<string>\",\n    \"minReferralCountForClaim\": \"<number>\"\n  }\n]",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "d4f68378-1d29-4fc9-b19b-a10bbc99ad2e",
          "name": "(Permission) Get affiliate users",
          "request": {
            "name": "(Permission) Get affiliate users",
            "description": {},
            "url": {
              "path": [
                "affiliate",
                "users"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"sortBy\": \"<string>\",\n  \"sortOrder\": \"<string>\",\n  \"where\": {\n    \"ownerId\": \"<number>\"\n  },\n  \"page\": 1,\n  \"take\": 20\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "bba269f0-b116-4d22-91eb-5d5d7fe09999",
              "originalRequest": {
                "url": {
                  "path": [
                    "affiliate",
                    "users"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"sortBy\": \"<string>\",\n  \"sortOrder\": \"<string>\",\n  \"where\": {\n    \"ownerId\": \"<number>\"\n  },\n  \"page\": 1,\n  \"take\": 20\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Created",
              "code": 201,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "\"<object>\"",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "d53f5b6d-401c-4492-95cb-79078a8b335b",
          "name": "(Permission) Get affiliate",
          "request": {
            "name": "(Permission) Get affiliate",
            "description": {},
            "url": {
              "path": [
                "affiliate",
                "find-one"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"where\": {\n    \"userId\": \"<number>\"\n  }\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "d9d27a11-89eb-43e4-ba53-e9ba909bed18",
              "originalRequest": {
                "url": {
                  "path": [
                    "affiliate",
                    "find-one"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"where\": {\n    \"userId\": \"<number>\"\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Created",
              "code": 201,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "\"<object>\"",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "cf018bba-2007-491d-acca-effeca7c8bef",
          "name": "(Permission) Get affiliate stats",
          "request": {
            "name": "(Permission) Get affiliate stats",
            "description": {},
            "url": {
              "path": [
                "affiliate",
                "find-one-stats"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"where\": {\n    \"userId\": \"<number>\"\n  }\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "c6130226-51e5-48bb-8286-3d929bc097b5",
              "originalRequest": {
                "url": {
                  "path": [
                    "affiliate",
                    "find-one-stats"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"where\": {\n    \"userId\": \"<number>\"\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Created",
              "code": 201,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "\"<object>\"",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ],
      "event": []
    },
    {
      "id": "01e2374f-4822-4db8-abf7-629ceeeb73aa",
      "name": "Admin Core API",
      "description": {
        "content": "",
        "type": "text/plain"
      },
      "item": [
        {
          "id": "c5342fc5-a13a-4b12-950f-e5331fd6023b",
          "name": "(SuperAdmin) Update site config by code",
          "request": {
            "name": "(SuperAdmin) Update site config by code",
            "description": {},
            "url": {
              "path": [
                "config"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "",
                  "key": "code",
                  "description": "(Required) COMMON, BATTLES, AFFILIATES, WITHDRAWALS"
                }
              ]
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "PUT",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"code\": \"<object>\",\n  \"config\": \"<object>\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "8b4b1952-4895-483d-b44d-4f7d28fca85b",
              "originalRequest": {
                "url": {
                  "path": [
                    "config"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "",
                      "key": "code",
                      "description": "(Required) COMMON, BATTLES, AFFILIATES, WITHDRAWALS"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"code\": \"<object>\",\n  \"config\": \"<object>\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "\"<object>\"",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ],
      "event": []
    },
    {
      "id": "fdf2a7ea-c4a1-4606-a463-427c848f6f23",
      "name": "FAQ API",
      "description": {
        "content": "",
        "type": "text/plain"
      },
      "item": [
        {
          "id": "b7bd12c3-4ad2-45d9-855f-e9b8f3f236cc",
          "name": "Get all FAQs",
          "request": {
            "name": "Get all FAQs",
            "description": {},
            "url": {
              "path": [
                "faq"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "82a9a0b8-bb63-40f2-be44-e22f8dcdd51b",
              "originalRequest": {
                "url": {
                  "path": [
                    "faq"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "\"<object>\"",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "1b394162-90b5-4423-9405-10c9c02ac32f",
          "name": "Create a new FAQ",
          "request": {
            "name": "Create a new FAQ",
            "description": {},
            "url": {
              "path": [
                "faq"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"title\": \"<string>\",\n  \"text\": \"<string>\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "b3c32586-7924-4337-bcc8-e04ac726a46d",
              "originalRequest": {
                "url": {
                  "path": [
                    "faq"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"title\": \"<string>\",\n  \"text\": \"<string>\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Created",
              "code": 201,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "\"<object>\"",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "99f91d2d-0abc-4937-b02e-c0f2dae91b04",
          "name": "Update an existing FAQ",
          "request": {
            "name": "Update an existing FAQ",
            "description": {},
            "url": {
              "path": [
                "faq"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "PUT",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"id\": \"<number>\",\n  \"title\": \"<string>\",\n  \"text\": \"<string>\",\n  \"order\": \"<number>\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "52c93cbb-bdd5-4fcf-a6b8-9e964adbcf21",
              "originalRequest": {
                "url": {
                  "path": [
                    "faq"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"id\": \"<number>\",\n  \"title\": \"<string>\",\n  \"text\": \"<string>\",\n  \"order\": \"<number>\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "\"<object>\"",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "9c8930ec-0914-4cd4-a1e6-138011975acf",
          "name": "Delete an existing FAQ",
          "request": {
            "name": "Delete an existing FAQ",
            "description": {},
            "url": {
              "path": [
                "faq"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "DELETE",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"id\": \"<number>\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "79e0ff52-8df8-4082-869f-6da148019dec",
              "originalRequest": {
                "url": {
                  "path": [
                    "faq"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"id\": \"<number>\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "\"<object>\"",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ],
      "event": []
    },
    {
      "id": "56abbf57-0180-4369-9bc8-075092ef29db",
      "name": "Admin Payments API",
      "description": {
        "content": "",
        "type": "text/plain"
      },
      "item": [
        {
          "id": "d8357fc3-ec06-4dc6-bb5a-52e75284fee4",
          "name": "(Permission) Get withdrawals",
          "request": {
            "name": "(Permission) Get withdrawals",
            "description": {},
            "url": {
              "path": [
                "withdraw"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "key": "sortBy",
                  "value": "<string>",
                  "description": "(Required) "
                },
                {
                  "disabled": false,
                  "key": "sortOrder",
                  "value": "<string>",
                  "description": "(Required) "
                },
                {
                  "disabled": false,
                  "key": "status",
                  "value": "<string>"
                },
                {
                  "disabled": false,
                  "key": "userId",
                  "value": "<number>"
                },
                {
                  "disabled": false,
                  "key": "username",
                  "value": "<string>"
                },
                {
                  "disabled": false,
                  "key": "page",
                  "value": "1",
                  "description": "(Required) "
                },
                {
                  "disabled": false,
                  "key": "take",
                  "value": "20",
                  "description": "(Required) "
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "4c4e275b-12cb-49f5-83fa-19b5f527fca6",
              "originalRequest": {
                "url": {
                  "path": [
                    "withdraw"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "sortBy",
                      "value": "<string>"
                    },
                    {
                      "key": "sortOrder",
                      "value": "<string>"
                    },
                    {
                      "key": "status",
                      "value": "<string>"
                    },
                    {
                      "key": "userId",
                      "value": "<number>"
                    },
                    {
                      "key": "username",
                      "value": "<string>"
                    },
                    {
                      "key": "page",
                      "value": "1"
                    },
                    {
                      "key": "take",
                      "value": "20"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"value\": \"<Error: Could not resolve allOf schema\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "07cd2480-5893-4fd4-bc25-6463b5d3858a",
          "name": "(Permission) Approve withdraw",
          "request": {
            "name": "(Permission) Approve withdraw",
            "description": {},
            "url": {
              "path": [
                "withdraw",
                "approve"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"id\": \"<string>\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "d76385ff-5b8b-4f38-940b-d7c23e490b89",
              "originalRequest": {
                "url": {
                  "path": [
                    "withdraw",
                    "approve"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"id\": \"<string>\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Created",
              "code": 201,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "\"<object>\"",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "dc5cb69b-f4b4-4628-b1fa-3c9b6787343e",
          "name": "(Permission) Reject withdraw",
          "request": {
            "name": "(Permission) Reject withdraw",
            "description": {},
            "url": {
              "path": [
                "withdraw",
                "reject"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"id\": \"<string>\",\n  \"rejectReason\": \"<string>\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "9ddd8ea3-ae93-4486-9f6d-04272803fe0a",
              "originalRequest": {
                "url": {
                  "path": [
                    "withdraw",
                    "reject"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"id\": \"<string>\",\n  \"rejectReason\": \"<string>\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Created",
              "code": 201,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "\"<object>\"",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "fa27391a-13b3-45de-9bb4-d3ca779273e4",
          "name": "(Permission) Retry withdraw",
          "request": {
            "name": "(Permission) Retry withdraw",
            "description": {},
            "url": {
              "path": [
                "withdraw",
                "retry"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"id\": \"<string>\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "0704f496-3623-403a-ac4e-ef3bf7612640",
              "originalRequest": {
                "url": {
                  "path": [
                    "withdraw",
                    "retry"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"id\": \"<string>\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Created",
              "code": 201,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "\"<object>\"",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "e09e1a52-a429-4b2c-aa5d-2f6bf77104f0",
          "name": "(Permission) Get deposits",
          "request": {
            "name": "(Permission) Get deposits",
            "description": {},
            "url": {
              "path": [
                "deposit"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "key": "sortBy",
                  "value": "<string>",
                  "description": "(Required) "
                },
                {
                  "disabled": false,
                  "key": "sortOrder",
                  "value": "<string>",
                  "description": "(Required) "
                },
                {
                  "disabled": false,
                  "key": "status",
                  "value": "<string>"
                },
                {
                  "disabled": false,
                  "key": "userId",
                  "value": "<number>"
                },
                {
                  "disabled": false,
                  "key": "page",
                  "value": "1",
                  "description": "(Required) "
                },
                {
                  "disabled": false,
                  "key": "take",
                  "value": "20",
                  "description": "(Required) "
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "0966e69a-b9aa-4462-a6e1-fe0bf4b14d05",
              "originalRequest": {
                "url": {
                  "path": [
                    "deposit"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "sortBy",
                      "value": "<string>"
                    },
                    {
                      "key": "sortOrder",
                      "value": "<string>"
                    },
                    {
                      "key": "status",
                      "value": "<string>"
                    },
                    {
                      "key": "userId",
                      "value": "<number>"
                    },
                    {
                      "key": "page",
                      "value": "1"
                    },
                    {
                      "key": "take",
                      "value": "20"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"value\": \"<Error: Could not resolve allOf schema\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ],
      "event": []
    },
    {
      "id": "6631ef8d-d427-41c1-8404-def0a98d28f1",
      "name": "Admin Key API",
      "description": {
        "content": "",
        "type": "text/plain"
      },
      "item": [
        {
          "id": "a0e8a054-8e04-480b-8429-40b5ee883e4a",
          "name": "(Permission) Create API key",
          "request": {
            "name": "(Permission) Create API key",
            "description": {},
            "url": {
              "path": [
                "api-keys"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"userId\": \"<number>\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "ed2d3efb-ad44-49b8-ac19-0f06c44faf84",
              "originalRequest": {
                "url": {
                  "path": [
                    "api-keys"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"userId\": \"<number>\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Created",
              "code": 201,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"id\": \"<string>\",\n  \"key\": \"<string>\",\n  \"userId\": \"<number>\",\n  \"createdAt\": \"<dateTime>\",\n  \"updatedAt\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "d375f823-8d8c-4441-b61d-94487e07c9fe",
          "name": "(Permission) Get API key",
          "request": {
            "name": "(Permission) Get API key",
            "description": {},
            "url": {
              "path": [
                "api-keys",
                ":userId"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "<number>",
                  "key": "userId",
                  "description": "(Required) "
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "a1141bcc-e863-43df-846f-3eacecd67070",
              "originalRequest": {
                "url": {
                  "path": [
                    "api-keys",
                    ":userId"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<number>",
                      "key": "userId",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "\"<object>\"",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "c3ea8704-dea7-4b51-a1a6-403046b2b3d7",
          "name": "(Permission) Disable API key",
          "request": {
            "name": "(Permission) Disable API key",
            "description": {},
            "url": {
              "path": [
                "api-keys",
                ":userId"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "<number>",
                  "key": "userId",
                  "description": "(Required) "
                }
              ]
            },
            "method": "DELETE",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "417c16ba-701f-487f-9967-29ca46ecea08",
              "originalRequest": {
                "url": {
                  "path": [
                    "api-keys",
                    ":userId"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<number>",
                      "key": "userId",
                      "description": "(Required) "
                    }
                  ]
                },
                "method": "DELETE",
                "body": {}
              },
              "status": "No Content",
              "code": 204,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ],
      "event": []
    },
    {
      "id": "628e695c-1037-4840-8cdd-fd58e055a0b0",
      "name": "Admin User Limits API",
      "description": {
        "content": "",
        "type": "text/plain"
      },
      "item": [
        {
          "id": "1f83747e-4739-426a-bb22-2db917997065",
          "name": "(Permission) Create user-self-exclusion",
          "request": {
            "name": "(Permission) Create user-self-exclusion",
            "description": {},
            "url": {
              "path": [
                "user-limits",
                "user-exclusion"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"excludeUntil\": \"<dateTime>\",\n  \"userId\": \"<number>\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "9aa43c10-c884-48ed-a1ab-2982215c4663",
              "originalRequest": {
                "url": {
                  "path": [
                    "user-limits",
                    "user-exclusion"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"excludeUntil\": \"<dateTime>\",\n  \"userId\": \"<number>\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Created",
              "code": 201,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"id\": \"<number>\",\n  \"userId\": \"<number>\",\n  \"expiresAt\": \"<dateTime>\",\n  \"createdAt\": \"<dateTime>\",\n  \"updatedAt\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "4c222395-e3fe-4886-bb8e-4ce9be21dc5d",
          "name": "(Permission) Delete user-self-exclusion",
          "request": {
            "name": "(Permission) Delete user-self-exclusion",
            "description": {},
            "url": {
              "path": [
                "user-limits",
                "user-exclusion"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "DELETE",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"userId\": \"<number>\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "722911ad-e0e7-497f-b254-a120b8e80992",
              "originalRequest": {
                "url": {
                  "path": [
                    "user-limits",
                    "user-exclusion"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"userId\": \"<number>\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"id\": \"<number>\",\n  \"userId\": \"<number>\",\n  \"expiresAt\": \"<dateTime>\",\n  \"createdAt\": \"<dateTime>\",\n  \"updatedAt\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "81ffdc89-150d-4b51-a311-d612b327d11c",
          "name": "(Permission) Get active self-exclusion",
          "request": {
            "name": "(Permission) Get active self-exclusion",
            "description": {},
            "url": {
              "path": [
                "user-limits",
                "user-exclusion",
                ":id"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "<number>",
                  "key": "id",
                  "description": "(Required) "
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "fadca872-4d13-4f97-bf58-737114d733ee",
              "originalRequest": {
                "url": {
                  "path": [
                    "user-limits",
                    "user-exclusion",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<number>",
                      "key": "id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "\"<object>\"",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "4374a2e7-7434-4cda-aa51-324ad9454de4",
          "name": "(Permission) Set gambling limits",
          "request": {
            "name": "(Permission) Set gambling limits",
            "description": {},
            "url": {
              "path": [
                "user-limits",
                "gambling-limits"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"betLimit\": \"<string>\",\n  \"userId\": \"<number>\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "e402ffa7-a36f-46a7-aaf3-4713e349af92",
              "originalRequest": {
                "url": {
                  "path": [
                    "user-limits",
                    "gambling-limits"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"betLimit\": \"<string>\",\n  \"userId\": \"<number>\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Created",
              "code": 201,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"betLimit\": \"<string>\",\n  \"userId\": \"<number>\",\n  \"id\": \"<number>\",\n  \"createdAt\": \"<dateTime>\",\n  \"updatedAt\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "4a5c41d8-0a49-4967-a92f-3ddae966844b",
          "name": "(Permission) Get gambling limits",
          "request": {
            "name": "(Permission) Get gambling limits",
            "description": {},
            "url": {
              "path": [
                "user-limits",
                "gambling-limits",
                ":id"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "<number>",
                  "key": "id",
                  "description": "(Required) "
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "c5f3a7d2-b4bd-4703-96df-6cb2cad1e4d4",
              "originalRequest": {
                "url": {
                  "path": [
                    "user-limits",
                    "gambling-limits",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<number>",
                      "key": "id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "\"<object>\"",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ],
      "event": []
    },
    {
      "id": "a114cf5b-a444-4b0c-b91c-ee6a663018b9",
      "name": "Admin Leaderboard API",
      "description": {
        "content": "",
        "type": "text/plain"
      },
      "item": [
        {
          "id": "34c2bcc1-7c15-4171-b685-00054e18dbde",
          "name": "(Permission) Get leaderboard schedules",
          "request": {
            "name": "(Permission) Get leaderboard schedules",
            "description": {},
            "url": {
              "path": [
                "leaderboards",
                "schedule"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "2c9c34a9-2fbe-4795-a97a-c18360f99f7b",
              "originalRequest": {
                "url": {
                  "path": [
                    "leaderboards",
                    "schedule"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "[\n  {\n    \"id\": \"<string>\",\n    \"createdAt\": \"<dateTime>\",\n    \"updatedAt\": \"<dateTime>\",\n    \"enabled\": \"<boolean>\",\n    \"config\": {\n      \"type\": \"<string>\",\n      \"name\": \"<string>\",\n      \"description\": \"<string>\",\n      \"prizes\": [\n        \"<object>\",\n        \"<object>\"\n      ]\n    },\n    \"leaderboards\": [\n      {\n        \"type\": \"<string>\",\n        \"status\": \"<string>\",\n        \"id\": \"<string>\",\n        \"name\": \"<string>\",\n        \"createdAt\": \"<dateTime>\",\n        \"updatedAt\": \"<dateTime>\",\n        \"description\": \"<string>\",\n        \"config\": \"<object>\",\n        \"startDate\": \"<dateTime>\",\n        \"endDate\": \"<dateTime>\",\n        \"scheduleId\": \"<string>\",\n        \"leaderboardUsers\": [\n          {\n            \"remainingUsdPrize\": \"<string>\",\n            \"usdAmount\": \"<string>\",\n            \"id\": \"<string>\",\n            \"createdAt\": \"<dateTime>\",\n            \"updatedAt\": \"<dateTime>\",\n            \"userId\": \"<number>\",\n            \"leaderboardId\": \"<string>\",\n            \"isWinner\": \"<boolean>\",\n            \"isPrizeReceived\": \"<boolean>\",\n            \"user\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"position\": \"<number>\"\n          },\n          {\n            \"remainingUsdPrize\": \"<string>\",\n            \"usdAmount\": \"<string>\",\n            \"id\": \"<string>\",\n            \"createdAt\": \"<dateTime>\",\n            \"updatedAt\": \"<dateTime>\",\n            \"userId\": \"<number>\",\n            \"leaderboardId\": \"<string>\",\n            \"isWinner\": \"<boolean>\",\n            \"isPrizeReceived\": \"<boolean>\",\n            \"user\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"position\": \"<number>\"\n          }\n        ]\n      },\n      {\n        \"type\": \"<string>\",\n        \"status\": \"<string>\",\n        \"id\": \"<string>\",\n        \"name\": \"<string>\",\n        \"createdAt\": \"<dateTime>\",\n        \"updatedAt\": \"<dateTime>\",\n        \"description\": \"<string>\",\n        \"config\": \"<object>\",\n        \"startDate\": \"<dateTime>\",\n        \"endDate\": \"<dateTime>\",\n        \"scheduleId\": \"<string>\",\n        \"leaderboardUsers\": [\n          {\n            \"remainingUsdPrize\": \"<string>\",\n            \"usdAmount\": \"<string>\",\n            \"id\": \"<string>\",\n            \"createdAt\": \"<dateTime>\",\n            \"updatedAt\": \"<dateTime>\",\n            \"userId\": \"<number>\",\n            \"leaderboardId\": \"<string>\",\n            \"isWinner\": \"<boolean>\",\n            \"isPrizeReceived\": \"<boolean>\",\n            \"user\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"position\": \"<number>\"\n          },\n          {\n            \"remainingUsdPrize\": \"<string>\",\n            \"usdAmount\": \"<string>\",\n            \"id\": \"<string>\",\n            \"createdAt\": \"<dateTime>\",\n            \"updatedAt\": \"<dateTime>\",\n            \"userId\": \"<number>\",\n            \"leaderboardId\": \"<string>\",\n            \"isWinner\": \"<boolean>\",\n            \"isPrizeReceived\": \"<boolean>\",\n            \"user\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"position\": \"<number>\"\n          }\n        ]\n      }\n    ]\n  },\n  {\n    \"id\": \"<string>\",\n    \"createdAt\": \"<dateTime>\",\n    \"updatedAt\": \"<dateTime>\",\n    \"enabled\": \"<boolean>\",\n    \"config\": {\n      \"type\": \"<string>\",\n      \"name\": \"<string>\",\n      \"description\": \"<string>\",\n      \"prizes\": [\n        \"<object>\",\n        \"<object>\"\n      ]\n    },\n    \"leaderboards\": [\n      {\n        \"type\": \"<string>\",\n        \"status\": \"<string>\",\n        \"id\": \"<string>\",\n        \"name\": \"<string>\",\n        \"createdAt\": \"<dateTime>\",\n        \"updatedAt\": \"<dateTime>\",\n        \"description\": \"<string>\",\n        \"config\": \"<object>\",\n        \"startDate\": \"<dateTime>\",\n        \"endDate\": \"<dateTime>\",\n        \"scheduleId\": \"<string>\",\n        \"leaderboardUsers\": [\n          {\n            \"remainingUsdPrize\": \"<string>\",\n            \"usdAmount\": \"<string>\",\n            \"id\": \"<string>\",\n            \"createdAt\": \"<dateTime>\",\n            \"updatedAt\": \"<dateTime>\",\n            \"userId\": \"<number>\",\n            \"leaderboardId\": \"<string>\",\n            \"isWinner\": \"<boolean>\",\n            \"isPrizeReceived\": \"<boolean>\",\n            \"user\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"position\": \"<number>\"\n          },\n          {\n            \"remainingUsdPrize\": \"<string>\",\n            \"usdAmount\": \"<string>\",\n            \"id\": \"<string>\",\n            \"createdAt\": \"<dateTime>\",\n            \"updatedAt\": \"<dateTime>\",\n            \"userId\": \"<number>\",\n            \"leaderboardId\": \"<string>\",\n            \"isWinner\": \"<boolean>\",\n            \"isPrizeReceived\": \"<boolean>\",\n            \"user\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"position\": \"<number>\"\n          }\n        ]\n      },\n      {\n        \"type\": \"<string>\",\n        \"status\": \"<string>\",\n        \"id\": \"<string>\",\n        \"name\": \"<string>\",\n        \"createdAt\": \"<dateTime>\",\n        \"updatedAt\": \"<dateTime>\",\n        \"description\": \"<string>\",\n        \"config\": \"<object>\",\n        \"startDate\": \"<dateTime>\",\n        \"endDate\": \"<dateTime>\",\n        \"scheduleId\": \"<string>\",\n        \"leaderboardUsers\": [\n          {\n            \"remainingUsdPrize\": \"<string>\",\n            \"usdAmount\": \"<string>\",\n            \"id\": \"<string>\",\n            \"createdAt\": \"<dateTime>\",\n            \"updatedAt\": \"<dateTime>\",\n            \"userId\": \"<number>\",\n            \"leaderboardId\": \"<string>\",\n            \"isWinner\": \"<boolean>\",\n            \"isPrizeReceived\": \"<boolean>\",\n            \"user\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"position\": \"<number>\"\n          },\n          {\n            \"remainingUsdPrize\": \"<string>\",\n            \"usdAmount\": \"<string>\",\n            \"id\": \"<string>\",\n            \"createdAt\": \"<dateTime>\",\n            \"updatedAt\": \"<dateTime>\",\n            \"userId\": \"<number>\",\n            \"leaderboardId\": \"<string>\",\n            \"isWinner\": \"<boolean>\",\n            \"isPrizeReceived\": \"<boolean>\",\n            \"user\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"position\": \"<number>\"\n          }\n        ]\n      }\n    ]\n  }\n]",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "d74cfda0-3600-45a7-a84b-da3346627c83",
          "name": "(Permission) Get leaderboard schedule",
          "request": {
            "name": "(Permission) Get leaderboard schedule",
            "description": {},
            "url": {
              "path": [
                "leaderboards",
                "schedule",
                ":id"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "<string>",
                  "key": "id",
                  "description": "(Required) "
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "15e9c009-e3d9-464b-a4e6-6e625c8f0d46",
              "originalRequest": {
                "url": {
                  "path": [
                    "leaderboards",
                    "schedule",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "\"<object>\"",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "9abccbd9-1db9-4cd0-b11b-4c1ccb542823",
          "name": "(Permission) Update leaderboard schedule",
          "request": {
            "name": "(Permission) Update leaderboard schedule",
            "description": {},
            "url": {
              "path": [
                "leaderboards",
                "schedule",
                ":id"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "<string>",
                  "key": "id",
                  "description": "(Required) "
                }
              ]
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"enabled\": \"<boolean>\",\n  \"name\": \"<string>\",\n  \"description\": \"<string>\",\n  \"prizes\": [\n    {\n      \"position\": \"<number>\",\n      \"usdPrize\": \"<number>\"\n    },\n    {\n      \"position\": \"<number>\",\n      \"usdPrize\": \"<number>\"\n    }\n  ]\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "72e78dc2-3453-456f-98af-1da30109bad8",
              "originalRequest": {
                "url": {
                  "path": [
                    "leaderboards",
                    "schedule",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"enabled\": \"<boolean>\",\n  \"name\": \"<string>\",\n  \"description\": \"<string>\",\n  \"prizes\": [\n    {\n      \"position\": \"<number>\",\n      \"usdPrize\": \"<number>\"\n    },\n    {\n      \"position\": \"<number>\",\n      \"usdPrize\": \"<number>\"\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Created",
              "code": 201,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "\"<object>\"",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "b779a1df-760a-48c9-b287-d947b9504595",
          "name": "(Permission) Get leaderboards",
          "request": {
            "name": "(Permission) Get leaderboards",
            "description": {},
            "url": {
              "path": [
                "leaderboards"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "key": "withUsers",
                  "value": "<boolean>",
                  "description": "Adds 50 users to response"
                },
                {
                  "disabled": false,
                  "key": "withSchedule",
                  "value": "<boolean>",
                  "description": "Adds schedule config to dto"
                },
                {
                  "disabled": false,
                  "key": "type",
                  "value": "<string>"
                },
                {
                  "disabled": false,
                  "key": "status",
                  "value": "<string>"
                },
                {
                  "disabled": false,
                  "key": "sortOrder",
                  "value": "desc"
                },
                {
                  "disabled": false,
                  "key": "sortBy",
                  "value": "created"
                },
                {
                  "disabled": false,
                  "key": "page",
                  "value": "1",
                  "description": "(Required) "
                },
                {
                  "disabled": false,
                  "key": "take",
                  "value": "20",
                  "description": "(Required) "
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "4c329b37-2290-4b59-9c7e-292c3db1f9fb",
              "originalRequest": {
                "url": {
                  "path": [
                    "leaderboards"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "withUsers",
                      "value": "<boolean>"
                    },
                    {
                      "key": "withSchedule",
                      "value": "<boolean>"
                    },
                    {
                      "key": "type",
                      "value": "<string>"
                    },
                    {
                      "key": "status",
                      "value": "<string>"
                    },
                    {
                      "key": "sortOrder",
                      "value": "desc"
                    },
                    {
                      "key": "sortBy",
                      "value": "created"
                    },
                    {
                      "key": "page",
                      "value": "1"
                    },
                    {
                      "key": "take",
                      "value": "20"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"value\": \"<Error: Could not resolve allOf schema\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "f456cfe0-c811-46f7-84ed-18c77c11ccc0",
          "name": "(Permission) Get leaderboard users",
          "request": {
            "name": "(Permission) Get leaderboard users",
            "description": {},
            "url": {
              "path": [
                "leaderboards",
                ":leaderboardId",
                "users"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "key": "search",
                  "value": "<string>",
                  "description": "Search by user id, name or email"
                },
                {
                  "disabled": false,
                  "key": "isWinner",
                  "value": "<boolean>"
                },
                {
                  "disabled": false,
                  "key": "isWaitingForPrice",
                  "value": "<boolean>"
                },
                {
                  "disabled": false,
                  "key": "page",
                  "value": "1",
                  "description": "(Required) "
                },
                {
                  "disabled": false,
                  "key": "take",
                  "value": "20",
                  "description": "(Required) "
                }
              ],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "<string>",
                  "key": "leaderboardId",
                  "description": "(Required) "
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "9090e218-11df-4256-8ce5-a2db8e338c2c",
              "originalRequest": {
                "url": {
                  "path": [
                    "leaderboards",
                    ":leaderboardId",
                    "users"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "search",
                      "value": "<string>"
                    },
                    {
                      "key": "isWinner",
                      "value": "<boolean>"
                    },
                    {
                      "key": "isWaitingForPrice",
                      "value": "<boolean>"
                    },
                    {
                      "key": "page",
                      "value": "1"
                    },
                    {
                      "key": "take",
                      "value": "20"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "leaderboardId",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"value\": \"<Error: Could not resolve allOf schema\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "2fbb48b6-94be-4d93-9ae5-c719310e7ec5",
          "name": "(Permission) Get leaderboard user",
          "request": {
            "name": "(Permission) Get leaderboard user",
            "description": {},
            "url": {
              "path": [
                "leaderboards",
                ":leaderboardId",
                "users",
                ":userId"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "<string>",
                  "key": "leaderboardId",
                  "description": "(Required) "
                },
                {
                  "disabled": false,
                  "type": "any",
                  "value": "<number>",
                  "key": "userId",
                  "description": "(Required) "
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "98c7cfc8-d274-49ba-8cdd-38524bc32678",
              "originalRequest": {
                "url": {
                  "path": [
                    "leaderboards",
                    ":leaderboardId",
                    "users",
                    ":userId"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "leaderboardId",
                      "description": "(Required) "
                    },
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<number>",
                      "key": "userId",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "\"<object>\"",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "c379999a-b181-4ee9-8585-08236943eb58",
          "name": "(Permission) Give prize",
          "request": {
            "name": "(Permission) Give prize",
            "description": {},
            "url": {
              "path": [
                "leaderboards",
                "give-prize"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"currency\": \"<string>\",\n  \"leaderboardId\": \"<string>\",\n  \"userId\": \"<number>\",\n  \"usdAmount\": \"<string>\",\n  \"fullUsdAmount\": \"<boolean>\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "0a517296-1b95-4284-b3b5-b8eaf0644751",
              "originalRequest": {
                "url": {
                  "path": [
                    "leaderboards",
                    "give-prize"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"currency\": \"<string>\",\n  \"leaderboardId\": \"<string>\",\n  \"userId\": \"<number>\",\n  \"usdAmount\": \"<string>\",\n  \"fullUsdAmount\": \"<boolean>\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Created",
              "code": 201,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "\"<object>\"",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "836e7b55-8d83-424d-852c-8624ee713f6d",
          "name": "(Permission) Get leaderboard",
          "request": {
            "name": "(Permission) Get leaderboard",
            "description": {},
            "url": {
              "path": [
                "leaderboards",
                ":leaderboardId"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "<string>",
                  "key": "leaderboardId",
                  "description": "(Required) "
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "70900ee9-e913-4bac-b027-aaa86e81b915",
              "originalRequest": {
                "url": {
                  "path": [
                    "leaderboards",
                    ":leaderboardId"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "leaderboardId",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "\"<object>\"",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ],
      "event": []
    },
    {
      "id": "e096523e-95b5-403f-97a1-53020aca0acb",
      "name": "Admin Bets API",
      "description": {
        "content": "",
        "type": "text/plain"
      },
      "item": [
        {
          "id": "b509e396-f5a1-4b6b-8dc9-ab91cb6597d8",
          "name": "(Permission) View user bets",
          "request": {
            "name": "(Permission) View user bets",
            "description": {},
            "url": {
              "path": [
                "bets"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "key": "sortBy",
                  "value": "<string>",
                  "description": "(Required) "
                },
                {
                  "disabled": false,
                  "key": "sortOrder",
                  "value": "<string>",
                  "description": "(Required) "
                },
                {
                  "disabled": false,
                  "key": "gameId",
                  "value": "<number>"
                },
                {
                  "disabled": false,
                  "key": "status",
                  "value": "SETTLED"
                },
                {
                  "disabled": false,
                  "key": "userId",
                  "value": "<number>"
                },
                {
                  "disabled": false,
                  "key": "currencyId",
                  "value": "<string>"
                },
                {
                  "disabled": false,
                  "key": "multiplier",
                  "value": "{\"lt\":\"<number>\",\"gt\":\"<number>\",\"lte\":\"<number>\",\"gte\":\"<number>\",\"equals\":\"<number>\"}"
                },
                {
                  "disabled": false,
                  "key": "usdAmount",
                  "value": "{\"lt\":\"<string>\",\"gt\":\"<string>\",\"lte\":\"<string>\",\"gte\":\"<string>\",\"equals\":\"<string>\"}"
                },
                {
                  "disabled": false,
                  "key": "usdPayout",
                  "value": "{\"lt\":\"<string>\",\"gt\":\"<string>\",\"lte\":\"<string>\",\"gte\":\"<string>\",\"equals\":\"<string>\"}"
                },
                {
                  "disabled": false,
                  "key": "createdAt",
                  "value": "{\"lt\":\"<dateTime>\",\"gt\":\"<dateTime>\",\"lte\":\"<dateTime>\",\"gte\":\"<dateTime>\"}"
                },
                {
                  "disabled": false,
                  "key": "amount",
                  "value": "{\"lt\":\"<string>\",\"gt\":\"<string>\",\"lte\":\"<string>\",\"gte\":\"<string>\",\"equals\":\"<string>\"}"
                },
                {
                  "disabled": false,
                  "key": "payout",
                  "value": "{\"lt\":\"<string>\",\"gt\":\"<string>\",\"lte\":\"<string>\",\"gte\":\"<string>\",\"equals\":\"<string>\"}"
                },
                {
                  "disabled": false,
                  "key": "gameIdentity",
                  "value": "{\"providerId\":{\"lt\":\"<number>\",\"gt\":\"<number>\",\"lte\":\"<number>\",\"gte\":\"<number>\",\"equals\":\"<number>\"},\"slug\":1465,\"provider\":{\"id\":{\"lt\":\"<number>\",\"gt\":\"<number>\",\"lte\":\"<number>\",\"gte\":\"<number>\",\"equals\":\"<number>\"},\"slug\":false}}"
                },
                {
                  "disabled": false,
                  "key": "page",
                  "value": "1",
                  "description": "(Required) "
                },
                {
                  "disabled": false,
                  "key": "take",
                  "value": "20",
                  "description": "(Required) "
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "b914451f-bf9a-454c-aff7-87587d5b4b56",
              "originalRequest": {
                "url": {
                  "path": [
                    "bets"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "sortBy",
                      "value": "<string>"
                    },
                    {
                      "key": "sortOrder",
                      "value": "<string>"
                    },
                    {
                      "key": "gameId",
                      "value": "<number>"
                    },
                    {
                      "key": "status",
                      "value": "SETTLED"
                    },
                    {
                      "key": "userId",
                      "value": "<number>"
                    },
                    {
                      "key": "currencyId",
                      "value": "<string>"
                    },
                    {
                      "key": "multiplier",
                      "value": "[object Object]"
                    },
                    {
                      "key": "usdAmount",
                      "value": "[object Object]"
                    },
                    {
                      "key": "usdPayout",
                      "value": "[object Object]"
                    },
                    {
                      "key": "createdAt",
                      "value": "[object Object]"
                    },
                    {
                      "key": "amount",
                      "value": "[object Object]"
                    },
                    {
                      "key": "payout",
                      "value": "[object Object]"
                    },
                    {
                      "key": "gameIdentity",
                      "value": "[object Object]"
                    },
                    {
                      "key": "page",
                      "value": "1"
                    },
                    {
                      "key": "take",
                      "value": "20"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"value\": \"<Error: Could not resolve allOf schema\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "8968bdb8-cda8-4414-9709-3a7aa3ec59c8",
          "name": "(Permission) View user bets",
          "request": {
            "name": "(Permission) View user bets",
            "description": {},
            "url": {
              "path": [
                "bets"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"sortBy\": \"<string>\",\n  \"sortOrder\": \"<string>\",\n  \"page\": 1,\n  \"take\": 20,\n  \"where\": {\n    \"gameId\": \"<number>\",\n    \"status\": \"SETTLED\",\n    \"userId\": \"<number>\",\n    \"currencyId\": \"<string>\",\n    \"multiplier\": {\n      \"lt\": \"<number>\",\n      \"gt\": \"<number>\",\n      \"lte\": \"<number>\",\n      \"gte\": \"<number>\",\n      \"equals\": \"<number>\"\n    },\n    \"usdAmount\": {\n      \"lt\": \"<string>\",\n      \"gt\": \"<string>\",\n      \"lte\": \"<string>\",\n      \"gte\": \"<string>\",\n      \"equals\": \"<string>\"\n    },\n    \"usdPayout\": {\n      \"lt\": \"<string>\",\n      \"gt\": \"<string>\",\n      \"lte\": \"<string>\",\n      \"gte\": \"<string>\",\n      \"equals\": \"<string>\"\n    },\n    \"createdAt\": {\n      \"lt\": \"<dateTime>\",\n      \"gt\": \"<dateTime>\",\n      \"lte\": \"<dateTime>\",\n      \"gte\": \"<dateTime>\"\n    },\n    \"amount\": {\n      \"lt\": \"<string>\",\n      \"gt\": \"<string>\",\n      \"lte\": \"<string>\",\n      \"gte\": \"<string>\",\n      \"equals\": \"<string>\"\n    },\n    \"payout\": {\n      \"lt\": \"<string>\",\n      \"gt\": \"<string>\",\n      \"lte\": \"<string>\",\n      \"gte\": \"<string>\",\n      \"equals\": \"<string>\"\n    },\n    \"gameIdentity\": {\n      \"providerId\": {\n        \"lt\": \"<number>\",\n        \"gt\": \"<number>\",\n        \"lte\": \"<number>\",\n        \"gte\": \"<number>\",\n        \"equals\": \"<number>\"\n      },\n      \"slug\": false,\n      \"provider\": {\n        \"id\": {\n          \"lt\": \"<number>\",\n          \"gt\": \"<number>\",\n          \"lte\": \"<number>\",\n          \"gte\": \"<number>\",\n          \"equals\": \"<number>\"\n        }\n      }\n    }\n  }\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "32d4c9aa-d3c3-4d40-ac6c-884381f5a8c5",
              "originalRequest": {
                "url": {
                  "path": [
                    "bets"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"sortBy\": \"<string>\",\n  \"sortOrder\": \"<string>\",\n  \"page\": 1,\n  \"take\": 20,\n  \"where\": {\n    \"gameId\": \"<number>\",\n    \"status\": \"SETTLED\",\n    \"userId\": \"<number>\",\n    \"currencyId\": \"<string>\",\n    \"multiplier\": {\n      \"lt\": \"<number>\",\n      \"gt\": \"<number>\",\n      \"lte\": \"<number>\",\n      \"gte\": \"<number>\",\n      \"equals\": \"<number>\"\n    },\n    \"usdAmount\": {\n      \"lt\": \"<string>\",\n      \"gt\": \"<string>\",\n      \"lte\": \"<string>\",\n      \"gte\": \"<string>\",\n      \"equals\": \"<string>\"\n    },\n    \"usdPayout\": {\n      \"lt\": \"<string>\",\n      \"gt\": \"<string>\",\n      \"lte\": \"<string>\",\n      \"gte\": \"<string>\",\n      \"equals\": \"<string>\"\n    },\n    \"createdAt\": {\n      \"lt\": \"<dateTime>\",\n      \"gt\": \"<dateTime>\",\n      \"lte\": \"<dateTime>\",\n      \"gte\": \"<dateTime>\"\n    },\n    \"amount\": {\n      \"lt\": \"<string>\",\n      \"gt\": \"<string>\",\n      \"lte\": \"<string>\",\n      \"gte\": \"<string>\",\n      \"equals\": \"<string>\"\n    },\n    \"payout\": {\n      \"lt\": \"<string>\",\n      \"gt\": \"<string>\",\n      \"lte\": \"<string>\",\n      \"gte\": \"<string>\",\n      \"equals\": \"<string>\"\n    },\n    \"gameIdentity\": {\n      \"providerId\": {\n        \"lt\": \"<number>\",\n        \"gt\": \"<number>\",\n        \"lte\": \"<number>\",\n        \"gte\": \"<number>\",\n        \"equals\": \"<number>\"\n      },\n      \"slug\": false,\n      \"provider\": {\n        \"id\": {\n          \"lt\": \"<number>\",\n          \"gt\": \"<number>\",\n          \"lte\": \"<number>\",\n          \"gte\": \"<number>\",\n          \"equals\": \"<number>\"\n        }\n      }\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"value\": \"<Error: Could not resolve allOf schema\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "b23c2967-ef5c-4b53-a615-1ab9544628dc",
              "originalRequest": {
                "url": {
                  "path": [
                    "bets"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"sortBy\": \"<string>\",\n  \"sortOrder\": \"<string>\",\n  \"page\": 1,\n  \"take\": 20,\n  \"where\": {\n    \"gameId\": \"<number>\",\n    \"status\": \"SETTLED\",\n    \"userId\": \"<number>\",\n    \"currencyId\": \"<string>\",\n    \"multiplier\": {\n      \"lt\": \"<number>\",\n      \"gt\": \"<number>\",\n      \"lte\": \"<number>\",\n      \"gte\": \"<number>\",\n      \"equals\": \"<number>\"\n    },\n    \"usdAmount\": {\n      \"lt\": \"<string>\",\n      \"gt\": \"<string>\",\n      \"lte\": \"<string>\",\n      \"gte\": \"<string>\",\n      \"equals\": \"<string>\"\n    },\n    \"usdPayout\": {\n      \"lt\": \"<string>\",\n      \"gt\": \"<string>\",\n      \"lte\": \"<string>\",\n      \"gte\": \"<string>\",\n      \"equals\": \"<string>\"\n    },\n    \"createdAt\": {\n      \"lt\": \"<dateTime>\",\n      \"gt\": \"<dateTime>\",\n      \"lte\": \"<dateTime>\",\n      \"gte\": \"<dateTime>\"\n    },\n    \"amount\": {\n      \"lt\": \"<string>\",\n      \"gt\": \"<string>\",\n      \"lte\": \"<string>\",\n      \"gte\": \"<string>\",\n      \"equals\": \"<string>\"\n    },\n    \"payout\": {\n      \"lt\": \"<string>\",\n      \"gt\": \"<string>\",\n      \"lte\": \"<string>\",\n      \"gte\": \"<string>\",\n      \"equals\": \"<string>\"\n    },\n    \"gameIdentity\": {\n      \"providerId\": {\n        \"lt\": \"<number>\",\n        \"gt\": \"<number>\",\n        \"lte\": \"<number>\",\n        \"gte\": \"<number>\",\n        \"equals\": \"<number>\"\n      },\n      \"slug\": false,\n      \"provider\": {\n        \"id\": {\n          \"lt\": \"<number>\",\n          \"gt\": \"<number>\",\n          \"lte\": \"<number>\",\n          \"gte\": \"<number>\",\n          \"equals\": \"<number>\"\n        }\n      }\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Created",
              "code": 201,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ],
      "event": []
    },
    {
      "id": "e84f11d9-439a-4968-a0ff-36732e0869aa",
      "name": "Admin User API",
      "description": {
        "content": "",
        "type": "text/plain"
      },
      "item": [
        {
          "id": "e0efe943-d684-4b05-86b6-fcf45cb83ef2",
          "name": "(SuperAdmin) Get all users",
          "request": {
            "name": "(SuperAdmin) Get all users",
            "description": {},
            "url": {
              "path": [
                "user",
                "all"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "key": "sortBy",
                  "value": "<string>",
                  "description": "(Required) "
                },
                {
                  "disabled": false,
                  "key": "sortOrder",
                  "value": "<string>",
                  "description": "(Required) "
                },
                {
                  "disabled": false,
                  "key": "isBanned",
                  "value": "<boolean>"
                },
                {
                  "disabled": false,
                  "key": "withPermissions",
                  "value": "false",
                  "description": "(Required) "
                },
                {
                  "disabled": false,
                  "key": "withRoles",
                  "value": "false",
                  "description": "(Required) "
                },
                {
                  "disabled": false,
                  "key": "withNotes",
                  "value": "true",
                  "description": "(Required) "
                },
                {
                  "disabled": false,
                  "key": "role",
                  "value": "<string>"
                },
                {
                  "disabled": false,
                  "key": "withBalance",
                  "value": "false",
                  "description": "(Required) "
                },
                {
                  "disabled": false,
                  "key": "withStatsUsd",
                  "value": "false",
                  "description": "(Required) "
                },
                {
                  "disabled": false,
                  "key": "search",
                  "value": "<string>"
                },
                {
                  "disabled": false,
                  "key": "vipLevel",
                  "value": "{\"lt\":\"<number>\",\"gt\":\"<number>\",\"lte\":\"<number>\",\"gte\":\"<number>\",\"equals\":\"<number>\"}"
                },
                {
                  "disabled": false,
                  "key": "statsUsd",
                  "value": "{\"totalWagered\":{\"lt\":\"<string>\",\"gt\":\"<string>\",\"lte\":\"<string>\",\"gte\":\"<string>\",\"equals\":\"<string>\"},\"ltv\":{\"lt\":\"<string>\",\"gt\":\"<string>\",\"lte\":\"<string>\",\"gte\":\"<string>\",\"equals\":\"<string>\"}}"
                },
                {
                  "disabled": false,
                  "key": "balanceEvo",
                  "value": "{\"amount\":{\"lt\":\"<string>\",\"gt\":\"<string>\",\"lte\":\"<string>\",\"gte\":\"<string>\",\"equals\":\"<string>\"}}"
                },
                {
                  "disabled": false,
                  "key": "createdAt",
                  "value": "{\"lt\":\"<dateTime>\",\"gt\":\"<dateTime>\",\"lte\":\"<dateTime>\",\"gte\":\"<dateTime>\"}"
                },
                {
                  "disabled": false,
                  "key": "page",
                  "value": "1",
                  "description": "(Required) "
                },
                {
                  "disabled": false,
                  "key": "take",
                  "value": "20",
                  "description": "(Required) "
                }
              ],
              "variable": []
            },
            "method": "GET",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "09e6ea17-e7d5-4100-8fb7-67ae77900a02",
              "originalRequest": {
                "url": {
                  "path": [
                    "user",
                    "all"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "sortBy",
                      "value": "<string>"
                    },
                    {
                      "key": "sortOrder",
                      "value": "<string>"
                    },
                    {
                      "key": "isBanned",
                      "value": "<boolean>"
                    },
                    {
                      "key": "withPermissions",
                      "value": "false"
                    },
                    {
                      "key": "withRoles",
                      "value": "false"
                    },
                    {
                      "key": "withNotes",
                      "value": "true"
                    },
                    {
                      "key": "role",
                      "value": "<string>"
                    },
                    {
                      "key": "withBalance",
                      "value": "false"
                    },
                    {
                      "key": "withStatsUsd",
                      "value": "false"
                    },
                    {
                      "key": "search",
                      "value": "<string>"
                    },
                    {
                      "key": "vipLevel",
                      "value": "[object Object]"
                    },
                    {
                      "key": "statsUsd",
                      "value": "[object Object]"
                    },
                    {
                      "key": "balanceEvo",
                      "value": "[object Object]"
                    },
                    {
                      "key": "createdAt",
                      "value": "[object Object]"
                    },
                    {
                      "key": "page",
                      "value": "1"
                    },
                    {
                      "key": "take",
                      "value": "20"
                    }
                  ],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "4b90113a-695c-4762-82ac-b75e6b15382e",
          "name": "(SuperAdmin) Get all users",
          "request": {
            "name": "(SuperAdmin) Get all users",
            "description": {},
            "url": {
              "path": [
                "user",
                "all"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"sortBy\": \"<string>\",\n  \"sortOrder\": \"<string>\",\n  \"withPermissions\": false,\n  \"withRoles\": false,\n  \"withNotes\": true,\n  \"withBalance\": false,\n  \"withStatsUsd\": false,\n  \"page\": 1,\n  \"take\": 20,\n  \"isBanned\": \"<boolean>\",\n  \"role\": \"<string>\",\n  \"search\": \"<string>\",\n  \"where\": {\n    \"vipLevel\": {\n      \"lt\": \"<number>\",\n      \"gt\": \"<number>\",\n      \"lte\": \"<number>\",\n      \"gte\": \"<number>\",\n      \"equals\": \"<number>\"\n    },\n    \"statsUsd\": {\n      \"totalWagered\": {\n        \"lt\": \"<string>\",\n        \"gt\": \"<string>\",\n        \"lte\": \"<string>\",\n        \"gte\": \"<string>\",\n        \"equals\": \"<string>\"\n      },\n      \"ltv\": {\n        \"lt\": \"<string>\",\n        \"gt\": \"<string>\",\n        \"lte\": \"<string>\",\n        \"gte\": \"<string>\",\n        \"equals\": \"<string>\"\n      }\n    },\n    \"balanceEvo\": {\n      \"amount\": {\n        \"lt\": \"<string>\",\n        \"gt\": \"<string>\",\n        \"lte\": \"<string>\",\n        \"gte\": \"<string>\",\n        \"equals\": \"<string>\"\n      }\n    },\n    \"createdAt\": {\n      \"lt\": \"<dateTime>\",\n      \"gt\": \"<dateTime>\",\n      \"lte\": \"<dateTime>\",\n      \"gte\": \"<dateTime>\"\n    }\n  }\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "6b67b162-fba8-4719-a2bb-4912ba9dc339",
              "originalRequest": {
                "url": {
                  "path": [
                    "user",
                    "all"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"sortBy\": \"<string>\",\n  \"sortOrder\": \"<string>\",\n  \"withPermissions\": false,\n  \"withRoles\": false,\n  \"withNotes\": true,\n  \"withBalance\": false,\n  \"withStatsUsd\": false,\n  \"page\": 1,\n  \"take\": 20,\n  \"isBanned\": \"<boolean>\",\n  \"role\": \"<string>\",\n  \"search\": \"<string>\",\n  \"where\": {\n    \"vipLevel\": {\n      \"lt\": \"<number>\",\n      \"gt\": \"<number>\",\n      \"lte\": \"<number>\",\n      \"gte\": \"<number>\",\n      \"equals\": \"<number>\"\n    },\n    \"statsUsd\": {\n      \"totalWagered\": {\n        \"lt\": \"<string>\",\n        \"gt\": \"<string>\",\n        \"lte\": \"<string>\",\n        \"gte\": \"<string>\",\n        \"equals\": \"<string>\"\n      },\n      \"ltv\": {\n        \"lt\": \"<string>\",\n        \"gt\": \"<string>\",\n        \"lte\": \"<string>\",\n        \"gte\": \"<string>\",\n        \"equals\": \"<string>\"\n      }\n    },\n    \"balanceEvo\": {\n      \"amount\": {\n        \"lt\": \"<string>\",\n        \"gt\": \"<string>\",\n        \"lte\": \"<string>\",\n        \"gte\": \"<string>\",\n        \"equals\": \"<string>\"\n      }\n    },\n    \"createdAt\": {\n      \"lt\": \"<dateTime>\",\n      \"gt\": \"<dateTime>\",\n      \"lte\": \"<dateTime>\",\n      \"gte\": \"<dateTime>\"\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Created",
              "code": 201,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "9c1ab664-1957-4407-a00a-2408dec7e47f",
          "name": "(SuperAdmin) Get all roles with users",
          "request": {
            "name": "(SuperAdmin) Get all roles with users",
            "description": {},
            "url": {
              "path": [
                "user",
                "get-all-roles-with-users"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "method": "GET",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "9c735354-e24c-4528-a2d3-590df53cf586",
              "originalRequest": {
                "url": {
                  "path": [
                    "user",
                    "get-all-roles-with-users"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "dcc804b1-9ddf-4bda-a6e9-3e6b4b91d693",
          "name": "(SuperAdmin) Create admin user",
          "request": {
            "name": "(SuperAdmin) Create admin user",
            "description": {},
            "url": {
              "path": [
                "user",
                "admin-user"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"username\": \"<string>\",\n  \"password\": \"<string>\",\n  \"permissions\": [],\n  \"email\": \"<email>\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "1d608330-53c5-4cf0-977b-6459d703cb9a",
              "originalRequest": {
                "url": {
                  "path": [
                    "user",
                    "admin-user"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"username\": \"<string>\",\n  \"password\": \"<string>\",\n  \"permissions\": [],\n  \"email\": \"<email>\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Created",
              "code": 201,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"exp\": \"<string>\",\n  \"permissions\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"id\": \"<number>\",\n  \"createdAt\": \"<dateTime>\",\n  \"updatedAt\": \"<dateTime>\",\n  \"username\": \"<string>\",\n  \"isPrivate\": \"<boolean>\",\n  \"email\": \"<string>\",\n  \"emailVerified\": \"<boolean>\",\n  \"lastLoginAt\": \"<dateTime>\",\n  \"avatar\": \"<string>\",\n  \"mfaSecret\": \"<string>\",\n  \"vipLevel\": \"<number>\",\n  \"steamId\": \"<string>\",\n  \"steamTradeLink\": \"<string>\",\n  \"googleEmail\": \"<string>\",\n  \"isStreamer\": \"<boolean>\",\n  \"isStreamerMode\": \"<boolean>\",\n  \"isStaff\": \"<boolean>\",\n  \"isYoutuber\": \"<boolean>\",\n  \"canUseChat\": \"<boolean>\",\n  \"isBanned\": \"<boolean>\",\n  \"banReason\": \"<string>\",\n  \"roles\": [\n    {\n      \"role\": \"<string>\",\n      \"userId\": \"<number>\"\n    },\n    {\n      \"role\": \"<string>\",\n      \"userId\": \"<number>\"\n    }\n  ],\n  \"kyc\": {\n    \"gender\": \"<string>\",\n    \"level\": \"<string>\",\n    \"firstName\": \"<string>\",\n    \"lastName\": \"<string>\",\n    \"dateOfBirth\": \"<dateTime>\",\n    \"countryCode\": \"<string>\",\n    \"address\": \"<string>\",\n    \"postalCode\": \"<string>\",\n    \"city\": \"<string>\",\n    \"occupation\": \"<string>\",\n    \"verificationPending\": \"<boolean>\",\n    \"userId\": \"<number>\",\n    \"createdAt\": \"<dateTime>\",\n    \"updatedAt\": \"<dateTime>\"\n  },\n  \"isEmailNotificationsEnabled\": \"<boolean>\",\n  \"customMinAffiliateLevel\": \"<number>\",\n  \"isTest\": \"<boolean>\",\n  \"isBot\": \"<boolean>\",\n  \"affiliateCodeId\": \"<string>\",\n  \"usdBalance\": {},\n  \"statsUsd\": {\n    \"totalWagered\": \"<string>\",\n    \"totalPayouts\": \"<string>\",\n    \"totalDeposits\": \"<string>\",\n    \"totalWithdraws\": \"<string>\",\n    \"ltv\": \"<string>\",\n    \"totalLoss\": \"<string>\",\n    \"totalBets\": \"<number>\",\n    \"firstDepositAt\": \"<dateTime>\",\n    \"lastDepositAt\": \"<dateTime>\",\n    \"lastWageredAt\": \"<dateTime>\",\n    \"ggr\": \"<string>\"\n  },\n  \"isOnline\": \"<boolean>\",\n  \"mfaEnabled\": \"<boolean>\",\n  \"affiliateCodes\": [\n    {\n      \"id\": \"<string>\",\n      \"usersCount\": \"<number>\"\n    },\n    {\n      \"id\": \"<string>\",\n      \"usersCount\": \"<number>\"\n    }\n  ],\n  \"notes\": [\n    {\n      \"riskLevel\": \"<string>\",\n      \"id\": \"<number>\",\n      \"note\": \"<string>\",\n      \"createdAt\": \"<dateTime>\",\n      \"updatedAt\": \"<dateTime>\"\n    },\n    {\n      \"riskLevel\": \"<string>\",\n      \"id\": \"<number>\",\n      \"note\": \"<string>\",\n      \"createdAt\": \"<dateTime>\",\n      \"updatedAt\": \"<dateTime>\"\n    }\n  ],\n  \"claimedPromoCodes\": [\n    {\n      \"status\": \"<string>\",\n      \"id\": \"<string>\",\n      \"userId\": \"<number>\",\n      \"isActive\": \"<boolean>\",\n      \"promoCodeId\": \"<string>\",\n      \"createdAt\": \"<dateTime>\",\n      \"updatedAt\": \"<dateTime>\"\n    },\n    {\n      \"status\": \"<string>\",\n      \"id\": \"<string>\",\n      \"userId\": \"<number>\",\n      \"isActive\": \"<boolean>\",\n      \"promoCodeId\": \"<string>\",\n      \"createdAt\": \"<dateTime>\",\n      \"updatedAt\": \"<dateTime>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "815c8583-5f50-46c4-bfbf-4c47c74e6a43",
          "name": "(SuperAdmin) Get all permissions",
          "request": {
            "name": "(SuperAdmin) Get all permissions",
            "description": {},
            "url": {
              "path": [
                "user",
                "all-permissions"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "8335a6cb-4868-4f1a-96ec-b07cda052724",
              "originalRequest": {
                "url": {
                  "path": [
                    "user",
                    "all-permissions"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "\"<object>\"",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "03ffe2d6-3505-450a-982c-d0c702856038",
          "name": "(SuperAdmin) Get all admins with roles",
          "request": {
            "name": "(SuperAdmin) Get all admins with roles",
            "description": {},
            "url": {
              "path": [
                "user",
                "get-admins-with-roles"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "method": "GET",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "4b9df395-a876-4dc5-a4fe-83fefb858af7",
              "originalRequest": {
                "url": {
                  "path": [
                    "user",
                    "get-admins-with-roles"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "810ad73f-3068-46eb-aee5-9fbbd99a56cf",
          "name": "(Permission) Get top users by transactions",
          "request": {
            "name": "(Permission) Get top users by transactions",
            "description": {},
            "url": {
              "path": [
                "user",
                "stats",
                "transactions"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "key": "transactionType",
                  "value": "<string>",
                  "description": "(Required) "
                },
                {
                  "disabled": false,
                  "key": "dataRange",
                  "value": "<string>"
                },
                {
                  "disabled": false,
                  "key": "sortBy",
                  "value": "amount"
                },
                {
                  "disabled": false,
                  "key": "sortOrder",
                  "value": "desc"
                },
                {
                  "disabled": false,
                  "key": "page",
                  "value": "1",
                  "description": "(Required) "
                },
                {
                  "disabled": false,
                  "key": "take",
                  "value": "20",
                  "description": "(Required) "
                }
              ],
              "variable": []
            },
            "method": "GET",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "784d8547-f2f0-459b-a8e7-3baea31e9ab9",
              "originalRequest": {
                "url": {
                  "path": [
                    "user",
                    "stats",
                    "transactions"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "transactionType",
                      "value": "<string>"
                    },
                    {
                      "key": "dataRange",
                      "value": "<string>"
                    },
                    {
                      "key": "sortBy",
                      "value": "amount"
                    },
                    {
                      "key": "sortOrder",
                      "value": "desc"
                    },
                    {
                      "key": "page",
                      "value": "1"
                    },
                    {
                      "key": "take",
                      "value": "20"
                    }
                  ],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "e2336e55-a91c-42b1-8567-09311e2a5c00",
          "name": "(Permission) Update user",
          "request": {
            "name": "(Permission) Update user",
            "description": {},
            "url": {
              "path": [
                "user",
                ":id"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "<number>",
                  "key": "id",
                  "description": "(Required) "
                }
              ]
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "PATCH",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"username\": \"<string>\",\n  \"isStaff\": \"<boolean>\",\n  \"isYoutuber\": \"<boolean>\",\n  \"customMinAffiliateLevel\": \"<number>\",\n  \"isTest\": \"<boolean>\",\n  \"isStreamer\": \"<boolean>\",\n  \"canUseChat\": \"<boolean>\",\n  \"isPrivate\": \"<boolean>\",\n  \"isStreamerMode\": \"<boolean>\",\n  \"isEmailNotificationsEnabled\": \"<boolean>\",\n  \"steamTradeLink\": \"<string>\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "0bcdd9df-947c-4116-9ab6-64d2c393901c",
              "originalRequest": {
                "url": {
                  "path": [
                    "user",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<number>",
                      "key": "id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"username\": \"<string>\",\n  \"isStaff\": \"<boolean>\",\n  \"isYoutuber\": \"<boolean>\",\n  \"customMinAffiliateLevel\": \"<number>\",\n  \"isTest\": \"<boolean>\",\n  \"isStreamer\": \"<boolean>\",\n  \"canUseChat\": \"<boolean>\",\n  \"isPrivate\": \"<boolean>\",\n  \"isStreamerMode\": \"<boolean>\",\n  \"isEmailNotificationsEnabled\": \"<boolean>\",\n  \"steamTradeLink\": \"<string>\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"exp\": \"<string>\",\n  \"permissions\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"id\": \"<number>\",\n  \"createdAt\": \"<dateTime>\",\n  \"updatedAt\": \"<dateTime>\",\n  \"username\": \"<string>\",\n  \"isPrivate\": \"<boolean>\",\n  \"email\": \"<string>\",\n  \"emailVerified\": \"<boolean>\",\n  \"lastLoginAt\": \"<dateTime>\",\n  \"avatar\": \"<string>\",\n  \"mfaSecret\": \"<string>\",\n  \"vipLevel\": \"<number>\",\n  \"steamId\": \"<string>\",\n  \"steamTradeLink\": \"<string>\",\n  \"googleEmail\": \"<string>\",\n  \"isStreamer\": \"<boolean>\",\n  \"isStreamerMode\": \"<boolean>\",\n  \"isStaff\": \"<boolean>\",\n  \"isYoutuber\": \"<boolean>\",\n  \"canUseChat\": \"<boolean>\",\n  \"isBanned\": \"<boolean>\",\n  \"banReason\": \"<string>\",\n  \"roles\": [\n    {\n      \"role\": \"<string>\",\n      \"userId\": \"<number>\"\n    },\n    {\n      \"role\": \"<string>\",\n      \"userId\": \"<number>\"\n    }\n  ],\n  \"kyc\": {\n    \"gender\": \"<string>\",\n    \"level\": \"<string>\",\n    \"firstName\": \"<string>\",\n    \"lastName\": \"<string>\",\n    \"dateOfBirth\": \"<dateTime>\",\n    \"countryCode\": \"<string>\",\n    \"address\": \"<string>\",\n    \"postalCode\": \"<string>\",\n    \"city\": \"<string>\",\n    \"occupation\": \"<string>\",\n    \"verificationPending\": \"<boolean>\",\n    \"userId\": \"<number>\",\n    \"createdAt\": \"<dateTime>\",\n    \"updatedAt\": \"<dateTime>\"\n  },\n  \"isEmailNotificationsEnabled\": \"<boolean>\",\n  \"customMinAffiliateLevel\": \"<number>\",\n  \"isTest\": \"<boolean>\",\n  \"isBot\": \"<boolean>\",\n  \"affiliateCodeId\": \"<string>\",\n  \"usdBalance\": {},\n  \"statsUsd\": {\n    \"totalWagered\": \"<string>\",\n    \"totalPayouts\": \"<string>\",\n    \"totalDeposits\": \"<string>\",\n    \"totalWithdraws\": \"<string>\",\n    \"ltv\": \"<string>\",\n    \"totalLoss\": \"<string>\",\n    \"totalBets\": \"<number>\",\n    \"firstDepositAt\": \"<dateTime>\",\n    \"lastDepositAt\": \"<dateTime>\",\n    \"lastWageredAt\": \"<dateTime>\",\n    \"ggr\": \"<string>\"\n  },\n  \"isOnline\": \"<boolean>\",\n  \"mfaEnabled\": \"<boolean>\",\n  \"affiliateCodes\": [\n    {\n      \"id\": \"<string>\",\n      \"usersCount\": \"<number>\"\n    },\n    {\n      \"id\": \"<string>\",\n      \"usersCount\": \"<number>\"\n    }\n  ],\n  \"notes\": [\n    {\n      \"riskLevel\": \"<string>\",\n      \"id\": \"<number>\",\n      \"note\": \"<string>\",\n      \"createdAt\": \"<dateTime>\",\n      \"updatedAt\": \"<dateTime>\"\n    },\n    {\n      \"riskLevel\": \"<string>\",\n      \"id\": \"<number>\",\n      \"note\": \"<string>\",\n      \"createdAt\": \"<dateTime>\",\n      \"updatedAt\": \"<dateTime>\"\n    }\n  ],\n  \"claimedPromoCodes\": [\n    {\n      \"status\": \"<string>\",\n      \"id\": \"<string>\",\n      \"userId\": \"<number>\",\n      \"isActive\": \"<boolean>\",\n      \"promoCodeId\": \"<string>\",\n      \"createdAt\": \"<dateTime>\",\n      \"updatedAt\": \"<dateTime>\"\n    },\n    {\n      \"status\": \"<string>\",\n      \"id\": \"<string>\",\n      \"userId\": \"<number>\",\n      \"isActive\": \"<boolean>\",\n      \"promoCodeId\": \"<string>\",\n      \"createdAt\": \"<dateTime>\",\n      \"updatedAt\": \"<dateTime>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "861485e8-e5af-49c6-8e66-4684fc2506db",
          "name": "(Permission) Find unique user",
          "request": {
            "name": "(Permission) Find unique user",
            "description": {},
            "url": {
              "path": [
                "user",
                ":id"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "<number>",
                  "key": "id",
                  "description": "(Required) "
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "e874a492-dc29-441e-a942-4f20df455570",
              "originalRequest": {
                "url": {
                  "path": [
                    "user",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<number>",
                      "key": "id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"exp\": \"<string>\",\n  \"permissions\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"id\": \"<number>\",\n  \"createdAt\": \"<dateTime>\",\n  \"updatedAt\": \"<dateTime>\",\n  \"username\": \"<string>\",\n  \"isPrivate\": \"<boolean>\",\n  \"email\": \"<string>\",\n  \"emailVerified\": \"<boolean>\",\n  \"lastLoginAt\": \"<dateTime>\",\n  \"avatar\": \"<string>\",\n  \"mfaSecret\": \"<string>\",\n  \"vipLevel\": \"<number>\",\n  \"steamId\": \"<string>\",\n  \"steamTradeLink\": \"<string>\",\n  \"googleEmail\": \"<string>\",\n  \"isStreamer\": \"<boolean>\",\n  \"isStreamerMode\": \"<boolean>\",\n  \"isStaff\": \"<boolean>\",\n  \"isYoutuber\": \"<boolean>\",\n  \"canUseChat\": \"<boolean>\",\n  \"isBanned\": \"<boolean>\",\n  \"banReason\": \"<string>\",\n  \"roles\": [\n    {\n      \"role\": \"<string>\",\n      \"userId\": \"<number>\"\n    },\n    {\n      \"role\": \"<string>\",\n      \"userId\": \"<number>\"\n    }\n  ],\n  \"kyc\": {\n    \"gender\": \"<string>\",\n    \"level\": \"<string>\",\n    \"firstName\": \"<string>\",\n    \"lastName\": \"<string>\",\n    \"dateOfBirth\": \"<dateTime>\",\n    \"countryCode\": \"<string>\",\n    \"address\": \"<string>\",\n    \"postalCode\": \"<string>\",\n    \"city\": \"<string>\",\n    \"occupation\": \"<string>\",\n    \"verificationPending\": \"<boolean>\",\n    \"userId\": \"<number>\",\n    \"createdAt\": \"<dateTime>\",\n    \"updatedAt\": \"<dateTime>\"\n  },\n  \"isEmailNotificationsEnabled\": \"<boolean>\",\n  \"customMinAffiliateLevel\": \"<number>\",\n  \"isTest\": \"<boolean>\",\n  \"isBot\": \"<boolean>\",\n  \"affiliateCodeId\": \"<string>\",\n  \"usdBalance\": {},\n  \"statsUsd\": {\n    \"totalWagered\": \"<string>\",\n    \"totalPayouts\": \"<string>\",\n    \"totalDeposits\": \"<string>\",\n    \"totalWithdraws\": \"<string>\",\n    \"ltv\": \"<string>\",\n    \"totalLoss\": \"<string>\",\n    \"totalBets\": \"<number>\",\n    \"firstDepositAt\": \"<dateTime>\",\n    \"lastDepositAt\": \"<dateTime>\",\n    \"lastWageredAt\": \"<dateTime>\",\n    \"ggr\": \"<string>\"\n  },\n  \"isOnline\": \"<boolean>\",\n  \"mfaEnabled\": \"<boolean>\",\n  \"affiliateCodes\": [\n    {\n      \"id\": \"<string>\",\n      \"usersCount\": \"<number>\"\n    },\n    {\n      \"id\": \"<string>\",\n      \"usersCount\": \"<number>\"\n    }\n  ],\n  \"notes\": [\n    {\n      \"riskLevel\": \"<string>\",\n      \"id\": \"<number>\",\n      \"note\": \"<string>\",\n      \"createdAt\": \"<dateTime>\",\n      \"updatedAt\": \"<dateTime>\"\n    },\n    {\n      \"riskLevel\": \"<string>\",\n      \"id\": \"<number>\",\n      \"note\": \"<string>\",\n      \"createdAt\": \"<dateTime>\",\n      \"updatedAt\": \"<dateTime>\"\n    }\n  ],\n  \"claimedPromoCodes\": [\n    {\n      \"status\": \"<string>\",\n      \"id\": \"<string>\",\n      \"userId\": \"<number>\",\n      \"isActive\": \"<boolean>\",\n      \"promoCodeId\": \"<string>\",\n      \"createdAt\": \"<dateTime>\",\n      \"updatedAt\": \"<dateTime>\"\n    },\n    {\n      \"status\": \"<string>\",\n      \"id\": \"<string>\",\n      \"userId\": \"<number>\",\n      \"isActive\": \"<boolean>\",\n      \"promoCodeId\": \"<string>\",\n      \"createdAt\": \"<dateTime>\",\n      \"updatedAt\": \"<dateTime>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "66bfaffb-c20b-42fb-9dcf-288e7d0806e4",
          "name": "(Permission) Replace user avatar with random",
          "request": {
            "name": "(Permission) Replace user avatar with random",
            "description": {},
            "url": {
              "path": [
                "user",
                ":id",
                "avatar",
                "reset"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "<number>",
                  "key": "id",
                  "description": "(Required) "
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "PATCH",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "1913541c-f5e3-4969-b5a3-58451390558c",
              "originalRequest": {
                "url": {
                  "path": [
                    "user",
                    ":id",
                    "avatar",
                    "reset"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<number>",
                      "key": "id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "\"<string>\"",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "daa32ada-90b1-4752-aeba-efb676a8e870",
          "name": "(Permission) Ban user",
          "request": {
            "name": "(Permission) Ban user",
            "description": {},
            "url": {
              "path": [
                "user",
                ":id",
                "ban"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "<number>",
                  "key": "id",
                  "description": "(Required) "
                }
              ]
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "PATCH",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"banReason\": \"<string>\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "28e64ccc-f2a7-4ea7-8d23-675b497d52b3",
              "originalRequest": {
                "url": {
                  "path": [
                    "user",
                    ":id",
                    "ban"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<number>",
                      "key": "id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"banReason\": \"<string>\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"exp\": \"<string>\",\n  \"permissions\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"id\": \"<number>\",\n  \"createdAt\": \"<dateTime>\",\n  \"updatedAt\": \"<dateTime>\",\n  \"username\": \"<string>\",\n  \"isPrivate\": \"<boolean>\",\n  \"email\": \"<string>\",\n  \"emailVerified\": \"<boolean>\",\n  \"lastLoginAt\": \"<dateTime>\",\n  \"avatar\": \"<string>\",\n  \"mfaSecret\": \"<string>\",\n  \"vipLevel\": \"<number>\",\n  \"steamId\": \"<string>\",\n  \"steamTradeLink\": \"<string>\",\n  \"googleEmail\": \"<string>\",\n  \"isStreamer\": \"<boolean>\",\n  \"isStreamerMode\": \"<boolean>\",\n  \"isStaff\": \"<boolean>\",\n  \"isYoutuber\": \"<boolean>\",\n  \"canUseChat\": \"<boolean>\",\n  \"isBanned\": \"<boolean>\",\n  \"banReason\": \"<string>\",\n  \"roles\": [\n    {\n      \"role\": \"<string>\",\n      \"userId\": \"<number>\"\n    },\n    {\n      \"role\": \"<string>\",\n      \"userId\": \"<number>\"\n    }\n  ],\n  \"kyc\": {\n    \"gender\": \"<string>\",\n    \"level\": \"<string>\",\n    \"firstName\": \"<string>\",\n    \"lastName\": \"<string>\",\n    \"dateOfBirth\": \"<dateTime>\",\n    \"countryCode\": \"<string>\",\n    \"address\": \"<string>\",\n    \"postalCode\": \"<string>\",\n    \"city\": \"<string>\",\n    \"occupation\": \"<string>\",\n    \"verificationPending\": \"<boolean>\",\n    \"userId\": \"<number>\",\n    \"createdAt\": \"<dateTime>\",\n    \"updatedAt\": \"<dateTime>\"\n  },\n  \"isEmailNotificationsEnabled\": \"<boolean>\",\n  \"customMinAffiliateLevel\": \"<number>\",\n  \"isTest\": \"<boolean>\",\n  \"isBot\": \"<boolean>\",\n  \"affiliateCodeId\": \"<string>\",\n  \"usdBalance\": {},\n  \"statsUsd\": {\n    \"totalWagered\": \"<string>\",\n    \"totalPayouts\": \"<string>\",\n    \"totalDeposits\": \"<string>\",\n    \"totalWithdraws\": \"<string>\",\n    \"ltv\": \"<string>\",\n    \"totalLoss\": \"<string>\",\n    \"totalBets\": \"<number>\",\n    \"firstDepositAt\": \"<dateTime>\",\n    \"lastDepositAt\": \"<dateTime>\",\n    \"lastWageredAt\": \"<dateTime>\",\n    \"ggr\": \"<string>\"\n  },\n  \"isOnline\": \"<boolean>\",\n  \"mfaEnabled\": \"<boolean>\",\n  \"affiliateCodes\": [\n    {\n      \"id\": \"<string>\",\n      \"usersCount\": \"<number>\"\n    },\n    {\n      \"id\": \"<string>\",\n      \"usersCount\": \"<number>\"\n    }\n  ],\n  \"notes\": [\n    {\n      \"riskLevel\": \"<string>\",\n      \"id\": \"<number>\",\n      \"note\": \"<string>\",\n      \"createdAt\": \"<dateTime>\",\n      \"updatedAt\": \"<dateTime>\"\n    },\n    {\n      \"riskLevel\": \"<string>\",\n      \"id\": \"<number>\",\n      \"note\": \"<string>\",\n      \"createdAt\": \"<dateTime>\",\n      \"updatedAt\": \"<dateTime>\"\n    }\n  ],\n  \"claimedPromoCodes\": [\n    {\n      \"status\": \"<string>\",\n      \"id\": \"<string>\",\n      \"userId\": \"<number>\",\n      \"isActive\": \"<boolean>\",\n      \"promoCodeId\": \"<string>\",\n      \"createdAt\": \"<dateTime>\",\n      \"updatedAt\": \"<dateTime>\"\n    },\n    {\n      \"status\": \"<string>\",\n      \"id\": \"<string>\",\n      \"userId\": \"<number>\",\n      \"isActive\": \"<boolean>\",\n      \"promoCodeId\": \"<string>\",\n      \"createdAt\": \"<dateTime>\",\n      \"updatedAt\": \"<dateTime>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "dd753a38-991d-4424-97d9-ce1ed237e8a3",
          "name": "(SuperAdmin) Unban user",
          "request": {
            "name": "(SuperAdmin) Unban user",
            "description": {},
            "url": {
              "path": [
                "user",
                ":id",
                "unban"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "<number>",
                  "key": "id",
                  "description": "(Required) "
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "PATCH",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "85c87f6b-2525-4a86-a0db-51615b950c04",
              "originalRequest": {
                "url": {
                  "path": [
                    "user",
                    ":id",
                    "unban"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<number>",
                      "key": "id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"exp\": \"<string>\",\n  \"permissions\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"id\": \"<number>\",\n  \"createdAt\": \"<dateTime>\",\n  \"updatedAt\": \"<dateTime>\",\n  \"username\": \"<string>\",\n  \"isPrivate\": \"<boolean>\",\n  \"email\": \"<string>\",\n  \"emailVerified\": \"<boolean>\",\n  \"lastLoginAt\": \"<dateTime>\",\n  \"avatar\": \"<string>\",\n  \"mfaSecret\": \"<string>\",\n  \"vipLevel\": \"<number>\",\n  \"steamId\": \"<string>\",\n  \"steamTradeLink\": \"<string>\",\n  \"googleEmail\": \"<string>\",\n  \"isStreamer\": \"<boolean>\",\n  \"isStreamerMode\": \"<boolean>\",\n  \"isStaff\": \"<boolean>\",\n  \"isYoutuber\": \"<boolean>\",\n  \"canUseChat\": \"<boolean>\",\n  \"isBanned\": \"<boolean>\",\n  \"banReason\": \"<string>\",\n  \"roles\": [\n    {\n      \"role\": \"<string>\",\n      \"userId\": \"<number>\"\n    },\n    {\n      \"role\": \"<string>\",\n      \"userId\": \"<number>\"\n    }\n  ],\n  \"kyc\": {\n    \"gender\": \"<string>\",\n    \"level\": \"<string>\",\n    \"firstName\": \"<string>\",\n    \"lastName\": \"<string>\",\n    \"dateOfBirth\": \"<dateTime>\",\n    \"countryCode\": \"<string>\",\n    \"address\": \"<string>\",\n    \"postalCode\": \"<string>\",\n    \"city\": \"<string>\",\n    \"occupation\": \"<string>\",\n    \"verificationPending\": \"<boolean>\",\n    \"userId\": \"<number>\",\n    \"createdAt\": \"<dateTime>\",\n    \"updatedAt\": \"<dateTime>\"\n  },\n  \"isEmailNotificationsEnabled\": \"<boolean>\",\n  \"customMinAffiliateLevel\": \"<number>\",\n  \"isTest\": \"<boolean>\",\n  \"isBot\": \"<boolean>\",\n  \"affiliateCodeId\": \"<string>\",\n  \"usdBalance\": {},\n  \"statsUsd\": {\n    \"totalWagered\": \"<string>\",\n    \"totalPayouts\": \"<string>\",\n    \"totalDeposits\": \"<string>\",\n    \"totalWithdraws\": \"<string>\",\n    \"ltv\": \"<string>\",\n    \"totalLoss\": \"<string>\",\n    \"totalBets\": \"<number>\",\n    \"firstDepositAt\": \"<dateTime>\",\n    \"lastDepositAt\": \"<dateTime>\",\n    \"lastWageredAt\": \"<dateTime>\",\n    \"ggr\": \"<string>\"\n  },\n  \"isOnline\": \"<boolean>\",\n  \"mfaEnabled\": \"<boolean>\",\n  \"affiliateCodes\": [\n    {\n      \"id\": \"<string>\",\n      \"usersCount\": \"<number>\"\n    },\n    {\n      \"id\": \"<string>\",\n      \"usersCount\": \"<number>\"\n    }\n  ],\n  \"notes\": [\n    {\n      \"riskLevel\": \"<string>\",\n      \"id\": \"<number>\",\n      \"note\": \"<string>\",\n      \"createdAt\": \"<dateTime>\",\n      \"updatedAt\": \"<dateTime>\"\n    },\n    {\n      \"riskLevel\": \"<string>\",\n      \"id\": \"<number>\",\n      \"note\": \"<string>\",\n      \"createdAt\": \"<dateTime>\",\n      \"updatedAt\": \"<dateTime>\"\n    }\n  ],\n  \"claimedPromoCodes\": [\n    {\n      \"status\": \"<string>\",\n      \"id\": \"<string>\",\n      \"userId\": \"<number>\",\n      \"isActive\": \"<boolean>\",\n      \"promoCodeId\": \"<string>\",\n      \"createdAt\": \"<dateTime>\",\n      \"updatedAt\": \"<dateTime>\"\n    },\n    {\n      \"status\": \"<string>\",\n      \"id\": \"<string>\",\n      \"userId\": \"<number>\",\n      \"isActive\": \"<boolean>\",\n      \"promoCodeId\": \"<string>\",\n      \"createdAt\": \"<dateTime>\",\n      \"updatedAt\": \"<dateTime>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "dbcb8fd7-daa5-4735-9cb8-2887909926fd",
          "name": "(SuperAdmin) Update user balance",
          "request": {
            "name": "(SuperAdmin) Update user balance",
            "description": {},
            "url": {
              "path": [
                "user",
                ":id",
                "balance"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "<number>",
                  "key": "id",
                  "description": "(Required) "
                }
              ]
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "method": "PUT",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"balance\": \"<string>\",\n  \"currencyId\": \"<string>\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "36712610-e959-4531-bf1e-ba34f5e69998",
              "originalRequest": {
                "url": {
                  "path": [
                    "user",
                    ":id",
                    "balance"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<number>",
                      "key": "id",
                      "description": "(Required) "
                    }
                  ]
                },
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"balance\": \"<string>\",\n  \"currencyId\": \"<string>\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "433142f3-f280-4afc-b534-6e9c6edc44f5",
          "name": "(SuperAdmin) Update user roles",
          "request": {
            "name": "(SuperAdmin) Update user roles",
            "description": {},
            "url": {
              "path": [
                "user",
                ":id",
                "roles"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "<number>",
                  "key": "id",
                  "description": "(Required) "
                }
              ]
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "method": "PUT",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"roles\": \"<string>\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "284d9807-6446-45bf-97c5-5cf921c2f3e4",
              "originalRequest": {
                "url": {
                  "path": [
                    "user",
                    ":id",
                    "roles"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<number>",
                      "key": "id",
                      "description": "(Required) "
                    }
                  ]
                },
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"roles\": \"<string>\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "d9dfa40b-474b-4879-971d-3ba612293594",
          "name": "(Permission) Update user permissions",
          "request": {
            "name": "(Permission) Update user permissions",
            "description": {},
            "url": {
              "path": [
                "user",
                ":id",
                "permissions"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "<number>",
                  "key": "id",
                  "description": "(Required) "
                }
              ]
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "PUT",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"permissions\": \"<string>\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "562ef786-dbea-4ff3-b719-f087acc2d2fe",
              "originalRequest": {
                "url": {
                  "path": [
                    "user",
                    ":id",
                    "permissions"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<number>",
                      "key": "id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"permissions\": \"<string>\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "\"<object>\"",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "d2164f16-0cf4-4d47-a741-098256f0627c",
          "name": "(SuperAdmin) Add single role to user",
          "request": {
            "name": "(SuperAdmin) Add single role to user",
            "description": {},
            "url": {
              "path": [
                "user",
                "add-single-role"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "PUT",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"username\": \"<string>\",\n  \"role\": \"<object>\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "9bd756a0-1001-4221-9ffa-679d84c6fef2",
              "originalRequest": {
                "url": {
                  "path": [
                    "user",
                    "add-single-role"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"username\": \"<string>\",\n  \"role\": \"<object>\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"exp\": \"<string>\",\n  \"permissions\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"id\": \"<number>\",\n  \"createdAt\": \"<dateTime>\",\n  \"updatedAt\": \"<dateTime>\",\n  \"username\": \"<string>\",\n  \"isPrivate\": \"<boolean>\",\n  \"email\": \"<string>\",\n  \"emailVerified\": \"<boolean>\",\n  \"lastLoginAt\": \"<dateTime>\",\n  \"avatar\": \"<string>\",\n  \"mfaSecret\": \"<string>\",\n  \"vipLevel\": \"<number>\",\n  \"steamId\": \"<string>\",\n  \"steamTradeLink\": \"<string>\",\n  \"googleEmail\": \"<string>\",\n  \"isStreamer\": \"<boolean>\",\n  \"isStreamerMode\": \"<boolean>\",\n  \"isStaff\": \"<boolean>\",\n  \"isYoutuber\": \"<boolean>\",\n  \"canUseChat\": \"<boolean>\",\n  \"isBanned\": \"<boolean>\",\n  \"banReason\": \"<string>\",\n  \"roles\": [\n    {\n      \"role\": \"<string>\",\n      \"userId\": \"<number>\"\n    },\n    {\n      \"role\": \"<string>\",\n      \"userId\": \"<number>\"\n    }\n  ],\n  \"kyc\": {\n    \"gender\": \"<string>\",\n    \"level\": \"<string>\",\n    \"firstName\": \"<string>\",\n    \"lastName\": \"<string>\",\n    \"dateOfBirth\": \"<dateTime>\",\n    \"countryCode\": \"<string>\",\n    \"address\": \"<string>\",\n    \"postalCode\": \"<string>\",\n    \"city\": \"<string>\",\n    \"occupation\": \"<string>\",\n    \"verificationPending\": \"<boolean>\",\n    \"userId\": \"<number>\",\n    \"createdAt\": \"<dateTime>\",\n    \"updatedAt\": \"<dateTime>\"\n  },\n  \"isEmailNotificationsEnabled\": \"<boolean>\",\n  \"customMinAffiliateLevel\": \"<number>\",\n  \"isTest\": \"<boolean>\",\n  \"isBot\": \"<boolean>\",\n  \"affiliateCodeId\": \"<string>\",\n  \"usdBalance\": {},\n  \"statsUsd\": {\n    \"totalWagered\": \"<string>\",\n    \"totalPayouts\": \"<string>\",\n    \"totalDeposits\": \"<string>\",\n    \"totalWithdraws\": \"<string>\",\n    \"ltv\": \"<string>\",\n    \"totalLoss\": \"<string>\",\n    \"totalBets\": \"<number>\",\n    \"firstDepositAt\": \"<dateTime>\",\n    \"lastDepositAt\": \"<dateTime>\",\n    \"lastWageredAt\": \"<dateTime>\",\n    \"ggr\": \"<string>\"\n  },\n  \"isOnline\": \"<boolean>\",\n  \"mfaEnabled\": \"<boolean>\",\n  \"affiliateCodes\": [\n    {\n      \"id\": \"<string>\",\n      \"usersCount\": \"<number>\"\n    },\n    {\n      \"id\": \"<string>\",\n      \"usersCount\": \"<number>\"\n    }\n  ],\n  \"notes\": [\n    {\n      \"riskLevel\": \"<string>\",\n      \"id\": \"<number>\",\n      \"note\": \"<string>\",\n      \"createdAt\": \"<dateTime>\",\n      \"updatedAt\": \"<dateTime>\"\n    },\n    {\n      \"riskLevel\": \"<string>\",\n      \"id\": \"<number>\",\n      \"note\": \"<string>\",\n      \"createdAt\": \"<dateTime>\",\n      \"updatedAt\": \"<dateTime>\"\n    }\n  ],\n  \"claimedPromoCodes\": [\n    {\n      \"status\": \"<string>\",\n      \"id\": \"<string>\",\n      \"userId\": \"<number>\",\n      \"isActive\": \"<boolean>\",\n      \"promoCodeId\": \"<string>\",\n      \"createdAt\": \"<dateTime>\",\n      \"updatedAt\": \"<dateTime>\"\n    },\n    {\n      \"status\": \"<string>\",\n      \"id\": \"<string>\",\n      \"userId\": \"<number>\",\n      \"isActive\": \"<boolean>\",\n      \"promoCodeId\": \"<string>\",\n      \"createdAt\": \"<dateTime>\",\n      \"updatedAt\": \"<dateTime>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "4577f783-2bad-4401-96d8-f9cc37d5c0b2",
          "name": "(SuperAdmin) Revoke single role from user",
          "request": {
            "name": "(SuperAdmin) Revoke single role from user",
            "description": {},
            "url": {
              "path": [
                "user",
                "revoke-single-role"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "PUT",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"username\": \"<string>\",\n  \"role\": \"<object>\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "907a89d8-da60-47a0-beb7-6dbe9f6ecd6e",
              "originalRequest": {
                "url": {
                  "path": [
                    "user",
                    "revoke-single-role"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"username\": \"<string>\",\n  \"role\": \"<object>\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"exp\": \"<string>\",\n  \"permissions\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"id\": \"<number>\",\n  \"createdAt\": \"<dateTime>\",\n  \"updatedAt\": \"<dateTime>\",\n  \"username\": \"<string>\",\n  \"isPrivate\": \"<boolean>\",\n  \"email\": \"<string>\",\n  \"emailVerified\": \"<boolean>\",\n  \"lastLoginAt\": \"<dateTime>\",\n  \"avatar\": \"<string>\",\n  \"mfaSecret\": \"<string>\",\n  \"vipLevel\": \"<number>\",\n  \"steamId\": \"<string>\",\n  \"steamTradeLink\": \"<string>\",\n  \"googleEmail\": \"<string>\",\n  \"isStreamer\": \"<boolean>\",\n  \"isStreamerMode\": \"<boolean>\",\n  \"isStaff\": \"<boolean>\",\n  \"isYoutuber\": \"<boolean>\",\n  \"canUseChat\": \"<boolean>\",\n  \"isBanned\": \"<boolean>\",\n  \"banReason\": \"<string>\",\n  \"roles\": [\n    {\n      \"role\": \"<string>\",\n      \"userId\": \"<number>\"\n    },\n    {\n      \"role\": \"<string>\",\n      \"userId\": \"<number>\"\n    }\n  ],\n  \"kyc\": {\n    \"gender\": \"<string>\",\n    \"level\": \"<string>\",\n    \"firstName\": \"<string>\",\n    \"lastName\": \"<string>\",\n    \"dateOfBirth\": \"<dateTime>\",\n    \"countryCode\": \"<string>\",\n    \"address\": \"<string>\",\n    \"postalCode\": \"<string>\",\n    \"city\": \"<string>\",\n    \"occupation\": \"<string>\",\n    \"verificationPending\": \"<boolean>\",\n    \"userId\": \"<number>\",\n    \"createdAt\": \"<dateTime>\",\n    \"updatedAt\": \"<dateTime>\"\n  },\n  \"isEmailNotificationsEnabled\": \"<boolean>\",\n  \"customMinAffiliateLevel\": \"<number>\",\n  \"isTest\": \"<boolean>\",\n  \"isBot\": \"<boolean>\",\n  \"affiliateCodeId\": \"<string>\",\n  \"usdBalance\": {},\n  \"statsUsd\": {\n    \"totalWagered\": \"<string>\",\n    \"totalPayouts\": \"<string>\",\n    \"totalDeposits\": \"<string>\",\n    \"totalWithdraws\": \"<string>\",\n    \"ltv\": \"<string>\",\n    \"totalLoss\": \"<string>\",\n    \"totalBets\": \"<number>\",\n    \"firstDepositAt\": \"<dateTime>\",\n    \"lastDepositAt\": \"<dateTime>\",\n    \"lastWageredAt\": \"<dateTime>\",\n    \"ggr\": \"<string>\"\n  },\n  \"isOnline\": \"<boolean>\",\n  \"mfaEnabled\": \"<boolean>\",\n  \"affiliateCodes\": [\n    {\n      \"id\": \"<string>\",\n      \"usersCount\": \"<number>\"\n    },\n    {\n      \"id\": \"<string>\",\n      \"usersCount\": \"<number>\"\n    }\n  ],\n  \"notes\": [\n    {\n      \"riskLevel\": \"<string>\",\n      \"id\": \"<number>\",\n      \"note\": \"<string>\",\n      \"createdAt\": \"<dateTime>\",\n      \"updatedAt\": \"<dateTime>\"\n    },\n    {\n      \"riskLevel\": \"<string>\",\n      \"id\": \"<number>\",\n      \"note\": \"<string>\",\n      \"createdAt\": \"<dateTime>\",\n      \"updatedAt\": \"<dateTime>\"\n    }\n  ],\n  \"claimedPromoCodes\": [\n    {\n      \"status\": \"<string>\",\n      \"id\": \"<string>\",\n      \"userId\": \"<number>\",\n      \"isActive\": \"<boolean>\",\n      \"promoCodeId\": \"<string>\",\n      \"createdAt\": \"<dateTime>\",\n      \"updatedAt\": \"<dateTime>\"\n    },\n    {\n      \"status\": \"<string>\",\n      \"id\": \"<string>\",\n      \"userId\": \"<number>\",\n      \"isActive\": \"<boolean>\",\n      \"promoCodeId\": \"<string>\",\n      \"createdAt\": \"<dateTime>\",\n      \"updatedAt\": \"<dateTime>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "eb8fb6be-95a3-4b55-89fd-4d251a6942ad",
          "name": "(SuperAdmin) Get full user stats",
          "request": {
            "name": "(SuperAdmin) Get full user stats",
            "description": {},
            "url": {
              "path": [
                "user",
                ":id",
                "full",
                "stats"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "<string>",
                  "key": "id",
                  "description": "(Required) "
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "ea79fa6e-44a7-4a79-ac59-0c45d3e0df61",
              "originalRequest": {
                "url": {
                  "path": [
                    "user",
                    ":id",
                    "full",
                    "stats"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"totalWagered\": \"<string>\",\n  \"totalPayouts\": \"<string>\",\n  \"totalDeposits\": \"<string>\",\n  \"totalWithdraws\": \"<string>\",\n  \"ltv\": \"<string>\",\n  \"ggr\": \"<string>\",\n  \"avgBet\": \"<string>\",\n  \"netDeposit\": \"<string>\",\n  \"totalLoss\": \"<string>\",\n  \"totalBets\": \"<number>\",\n  \"rtp\": \"<number>\",\n  \"winRate\": \"<number>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ],
      "event": []
    },
    {
      "id": "2cea7786-0b83-49ca-8b4d-2968c1d6a308",
      "name": "Admin Registration Info API",
      "description": {
        "content": "",
        "type": "text/plain"
      },
      "item": [
        {
          "id": "5ddd031a-abb5-430b-9627-cb2de85e2b16",
          "name": "(SuperAdmin) Get registration info by userId",
          "request": {
            "name": "(SuperAdmin) Get registration info by userId",
            "description": {},
            "url": {
              "path": [
                "registration-info",
                ":userId"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "<number>",
                  "key": "userId",
                  "description": "(Required) "
                }
              ]
            },
            "method": "GET",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "4b6ad6aa-8221-4bb3-be30-b3ba94d4dbf5",
              "originalRequest": {
                "url": {
                  "path": [
                    "registration-info",
                    ":userId"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<number>",
                      "key": "userId",
                      "description": "(Required) "
                    }
                  ]
                },
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ],
      "event": []
    },
    {
      "id": "a17885bc-fa90-476a-9bb9-d759e1c08cc0",
      "name": "Admin Rakeback API",
      "description": {
        "content": "",
        "type": "text/plain"
      },
      "item": [
        {
          "id": "40f219a4-0f5a-4b3f-b1e9-c68165c21731",
          "name": "(Permission) Get rakebacks",
          "request": {
            "name": "(Permission) Get rakebacks",
            "description": {},
            "url": {
              "path": [
                "rakeback",
                "find-many"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"where\": {\n    \"userId\": \"<number>\",\n    \"currencyId\": \"<string>\"\n  }\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "528cba04-14c0-499c-baad-23557ec1b6d4",
              "originalRequest": {
                "url": {
                  "path": [
                    "rakeback",
                    "find-many"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"where\": {\n    \"userId\": \"<number>\",\n    \"currencyId\": \"<string>\"\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Created",
              "code": 201,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "[\n  {\n    \"instantClaimable\": \"<string>\",\n    \"instantTotalClaimed\": \"<string>\",\n    \"dailyClaimable\": \"<string>\",\n    \"dailyTotalClaimed\": \"<string>\",\n    \"dailyAccumulated\": \"<string>\",\n    \"weeklyClaimable\": \"<string>\",\n    \"weeklyTotalClaimed\": \"<string>\",\n    \"weeklyAccumulated\": \"<string>\",\n    \"monthlyClaimable\": \"<string>\",\n    \"monthlyTotalClaimed\": \"<string>\",\n    \"monthlyAccumulated\": \"<string>\",\n    \"userId\": \"<number>\",\n    \"currencyId\": \"<object>\",\n    \"updatedAt\": \"<dateTime>\"\n  },\n  {\n    \"instantClaimable\": \"<string>\",\n    \"instantTotalClaimed\": \"<string>\",\n    \"dailyClaimable\": \"<string>\",\n    \"dailyTotalClaimed\": \"<string>\",\n    \"dailyAccumulated\": \"<string>\",\n    \"weeklyClaimable\": \"<string>\",\n    \"weeklyTotalClaimed\": \"<string>\",\n    \"weeklyAccumulated\": \"<string>\",\n    \"monthlyClaimable\": \"<string>\",\n    \"monthlyTotalClaimed\": \"<string>\",\n    \"monthlyAccumulated\": \"<string>\",\n    \"userId\": \"<number>\",\n    \"currencyId\": \"<object>\",\n    \"updatedAt\": \"<dateTime>\"\n  }\n]",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ],
      "event": []
    },
    {
      "id": "c839f9b7-0886-4a16-92c8-8c77e8043e6e",
      "name": "Admin Chat API",
      "description": {
        "content": "",
        "type": "text/plain"
      },
      "item": [
        {
          "id": "a0b775a0-06b1-4767-92bd-e2e83477361c",
          "name": "(Permission) Perform admin action in chat",
          "request": {
            "name": "(Permission) Perform admin action in chat",
            "description": {},
            "url": {
              "path": [
                "chat",
                "admin-action"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"action\": \"<string>\",\n  \"args\": \"<object>\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "e1edfa22-11e2-47a3-8e02-6d7a8b452716",
              "originalRequest": {
                "url": {
                  "path": [
                    "chat",
                    "admin-action"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"action\": \"<string>\",\n  \"args\": \"<object>\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Created",
              "code": 201,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ],
      "event": []
    },
    {
      "id": "1bb8670b-c212-42ef-a39c-354a08085c79",
      "name": "Admin Accounting API",
      "description": {
        "content": "",
        "type": "text/plain"
      },
      "item": [
        {
          "id": "f8de4109-1c6f-4116-889c-e065fd2e83b0",
          "name": "(SuperAdmin) Get all transactions",
          "request": {
            "name": "(SuperAdmin) Get all transactions",
            "description": {},
            "url": {
              "path": [
                "accounting",
                "transactions"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"sortBy\": \"<string>\",\n  \"sortOrder\": \"<string>\",\n  \"page\": 1,\n  \"take\": 20,\n  \"where\": {\n    \"type\": \"<string>\",\n    \"tag\": \"<string>\",\n    \"createdAt\": {\n      \"lt\": \"<dateTime>\",\n      \"gt\": \"<dateTime>\",\n      \"lte\": \"<dateTime>\",\n      \"gte\": \"<dateTime>\"\n    },\n    \"userId\": \"<number>\",\n    \"amount\": {\n      \"lt\": \"<string>\",\n      \"gt\": \"<string>\",\n      \"lte\": \"<string>\",\n      \"gte\": \"<string>\",\n      \"equals\": \"<string>\"\n    }\n  }\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "f1e69417-ed74-47c9-a9d4-47d1e55845c9",
              "originalRequest": {
                "url": {
                  "path": [
                    "accounting",
                    "transactions"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"sortBy\": \"<string>\",\n  \"sortOrder\": \"<string>\",\n  \"page\": 1,\n  \"take\": 20,\n  \"where\": {\n    \"type\": \"<string>\",\n    \"tag\": \"<string>\",\n    \"createdAt\": {\n      \"lt\": \"<dateTime>\",\n      \"gt\": \"<dateTime>\",\n      \"lte\": \"<dateTime>\",\n      \"gte\": \"<dateTime>\"\n    },\n    \"userId\": \"<number>\",\n    \"amount\": {\n      \"lt\": \"<string>\",\n      \"gt\": \"<string>\",\n      \"lte\": \"<string>\",\n      \"gte\": \"<string>\",\n      \"equals\": \"<string>\"\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"value\": \"<Error: Could not resolve allOf schema\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "5fbb5aa2-0975-4377-9c5a-6957ec909ca3",
              "originalRequest": {
                "url": {
                  "path": [
                    "accounting",
                    "transactions"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"sortBy\": \"<string>\",\n  \"sortOrder\": \"<string>\",\n  \"page\": 1,\n  \"take\": 20,\n  \"where\": {\n    \"type\": \"<string>\",\n    \"tag\": \"<string>\",\n    \"createdAt\": {\n      \"lt\": \"<dateTime>\",\n      \"gt\": \"<dateTime>\",\n      \"lte\": \"<dateTime>\",\n      \"gte\": \"<dateTime>\"\n    },\n    \"userId\": \"<number>\",\n    \"amount\": {\n      \"lt\": \"<string>\",\n      \"gt\": \"<string>\",\n      \"lte\": \"<string>\",\n      \"gte\": \"<string>\",\n      \"equals\": \"<string>\"\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Created",
              "code": 201,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ],
      "event": []
    }
  ],
  "event": [],
  "variable": [
    {
      "type": "string",
      "value": "/",
      "key": "baseUrl"
    },
    {
      "key": "accessToken",
      "value": "",
      "description": "JWT bearer token issued by POST /auth/sign-in (also set in cookie access_token).",
      "type": "string"
    }
  ],
  "info": {
    "_postman_id": "31f66f25-c3ab-48b7-b201-030b465ccdb6",
    "name": "ebit bo (port 4003)",
    "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json",
    "description": {
      "content": "",
      "type": "text/plain"
    }
  }
}