curl --location --request GET 'https://dash.ryzehosting.com/api/v2/server/vnc' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"uuid": "019b1fc5-83e5-81b1-9592-1537b03ad483"
}'{
"response": "VNC URL generated successfully",
"state": "success",
"code": 200,
"data": {
"vnc_url": "https://novnc.eu/vnc.html#host=novnc.eu&port=443&encrypt=1&path=%3Ftoken=ef85d72ded0c0963dea58cbd382b8779&password=%60%60%2A8%2B%40H%29&autoconnect=1&show_dot=true&scaleViewport=true"
}
}