curl --location -g --request POST 'https://localhost:8092/json-rpc/system/subscriptions' \
--header 'Content-Type: application/json' \
--data-raw '{
"command": "serverinfo",
"subcommand": "getSubscriptions",
"instance": 0,
"tan": 4711
}'
{
"command": "serverinfo-getSubscriptions",
"info": {
"subscriptions": [
"components-update"
]
},
"success": true,
"tan": 4711
}