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