curl --location --request GET 'https://slack.com/api/admin.conversations.getTeams?channel_id=' \ --header 'token;'
{ "ok": true, "teams": [ "T1234", "T5678" ] }