curl --location --request GET '/config/monitor/get_subscriptions'{
"response": {
"resource": "config/monitor",
"command": "get_subscriptions",
"status": "ok",
"subscriptions": [
{
"id": 0,
"channel_id": 0,
"resource": "config",
"expires": 0,
"items": [
{
"target": "string",
"notification_mode": "string",
"types": [
"string"
],
"states": [
"string"
],
"media_types": [
"string"
],
"operation_date": 0
}
]
}
]
}
}