{
"name": "string",
"additionalData": {
"streamChannel": "string",
"streamPlatform": "twitch"
}
}curl --location --request PATCH 'https://api.teamly.one/api/v1/teams//channels/' \
--header 'Authorization: Bot <token>' \
--header 'Authorization: Bot {token}' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "string",
"additionalData": {
"streamChannel": "string",
"streamPlatform": "twitch"
}
}'{
"success": true
}