access-token: ********************{
"host": "string",
"username": "string",
"password": "string",
"kvm_type": "string"
}curl --location '/admin/slaves//vnc-token' \
--header 'access-token: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"host": "string",
"username": "string",
"password": "string",
"kvm_type": "string"
}'{
"success": true,
"token": "string"
}