Authorization: Bearer ********************curl --location --request GET '/api/v1/vmware/vpc//vm-group-policies' \
--header 'Authorization: Bearer <token>'{
"status": true,
"error_code": null,
"data": [
{
"id": "6e1c5151-39cd-4735-ae27-dfd77233630a",
"name": "Soft Affinity"
},
{
"id": "b672982a-f313-48aa-ac91-f570b024b30b",
"name": "Soft Anti Affinity"
}
],
"message": "Successfully"
}