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