Authorization: Bearer ********************curl --location --request PUT 'https://localhost:50123/rest/v3/sites/virts/active' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: text/plain' \
--data-raw '{
"3" : {
"active": "true",
"parent_id": "1"
}
}'
{"result":"invalid url or authorization abnormal"}