curl --location -g --request POST 'https://localhost:8092/json-rpc/instance/switchto' \
--header 'Content-Type: application/json' \
--data-raw '{
"command": "instance",
"subcommand": "switchTo",
"instance": 0,
"tan": 4711
}'
{
"command": "instance-switchTo",
"info": {
"instance": 0
},
"success": true,
"tan": 4711
}