{
"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: 25a177f0d22041c2bbf2f564704d276e1' \
--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
}'
{}