{ "channel_id": 38 }
curl --location --request POST '/supervisor/monitor/close_channel' \ --header 'Content-Type: application/json' \ --data-raw '{ "channel_id": 38 }'
{ "response": { "command": "close_channel", "channel_id": 38, "status": "ok" } }