token: ********************curl --location '/virtualentity' \
--header 'Accept: application/json' \
--header 'token: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"veTypeId": "cc90b599-2705-4b13-98d4-3306f81169cf",
"name": "My special name",
"resources": [
{
"resourceId": "319aef2c-45fe-4027-9c2a-cf1cb8f8c0f1"
},
{
"resourceId": "319aef2c-45fe-4027-9c2a-cf1cb8f8c0f1"
}
]
}'{
"status": "OK",
"veId": "e10591ec-4557-4ac7-90d4-a09654aeb5de"
}