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