Channel
Add a channel
post/v1/channels
Request body
Example request
{
"name": "Test Channel",
"type": {
"id": "62656ebafdb17d641746dcda"
},
"botToken": "BOT_TOKEN"
}Response
OK
Example response
{
"status": 200,
"result": "62f0d2ebb7942db3608894f1"
}