curl --location -g --request POST 'https://localhost:8092/json-rpc/output/videomode' \
--header 'Content-Type: application/json' \
--data-raw '{
"command": "videomode",
"videoMode": "3DTAB",
"tan": 4711
}'
{
"command": "videomode",
"success": true,
"tan": 4711
}