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