{ "id": 10 }
curl --location '/dialer/monitor/unsubscribe' \ --header 'Content-Type: application/json' \ --data '{ "id": 10 }'
{ "response": { "command": "unsubscribe", "id": 10, "status": "ok" } }