curl --location -g --request POST 'https://localhost:8092/json-rpc/system/state' \
--header 'Content-Type: application/json' \
--data-raw '{
"command": "system",
"subcommand": "suspend",
"tan": 4711
}'
{
"command": "system-suspend",
"success": true,
"tan": 4711
}