{ "vnc_host": "", "vnc_port": 6885 }
curl --location --request POST 'https://localhost/api/vms/vnc/token' \ --header 'x-api-key: 123456' \ --header 'Content-Type: application/json' \ --data-raw '{ "vnc_host": "", "vnc_port": 6885 }'
{}