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