Authorization: Bearer ********************curl --location --request PUT 'https://localhost:50123/rest/v3/sites/virts' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: text/plain' \
--data-raw '{
"group_id":"2",
"virtual_obj_id":"663838398",
"virtual_obj_name":"virtual_obj_test",
"domain":"www.test.com",
"include":"*",
“exluce”:””,
"region_access_stat_enabled": "true",
"to_lower_version": "false"
}'
{"group":{"virtual_obj":{"domain":"www.test.com","name":"virtual_obj_test","from_domain":"0","region_access_stat_enabled":"true","to_lower_version":"false","exclude":"","include":"*","id":"663838398"},"id":"2","name":"test2"},"result":"success"}