{
"userId": "string",
"fromChannelId": "string"
}curl --location --request POST 'https://api.teamly.one/api/v1/teams//channels//move' \
--header 'Authorization: Bot {token}' \
--header 'Content-Type: application/json' \
--data-raw '{
"userId": "string",
"fromChannelId": "string"
}'{
"success": true
}