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