Authorization: ********************{
"vnc_file_path": "/home/software/vnc",
"host": "192.168.36.155",
"port": 59002,
"username": "qimen",
"password": "test123",
"time": 7200,
"vmid": 101
}curl --location --request POST '/vnc' \
--header 'Authorization: <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"vnc_file_path": "/home/software/vnc",
"host": "192.168.36.155",
"port": 59002,
"username": "qimen",
"password": "test123",
"time": 7200,
"vmid": 101
}'{}