curl --location --request POST 'https://api.teamly.one/api/v1/teams//categories//channels/' \
--header 'Authorization;'{
    "success": true,
    "channel": {
        "id": "string",
        "type": "string",
        "teamId": "string",
        "name": "string",
        "description": "string",
        "createdBy": "string",
        "parentId": "string",
        "participants": [
            "string"
        ],
        "priority": 0,
        "nsfw": true,
        "region": "string",
        "rateLimitPerUser": 0,
        "createdAt": "2019-08-24T14:15:22Z",
        "permissions": {
            "role": {
                "roleId": "string",
                "allow": 0,
                "deny": 0
            }
        },
        "additionalData": {
            "streamChannel": "string",
            "streamPlatform": "string"
        }
    }
}