Authorization: Bearer ********************{
"name": "ttt",
"policy_id": "6e1c5151-39cd-4735-ae27-dfd77233630a"
}curl --location --request POST '/api/v1/vmware/vpc//vm-group' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "ttt",
"policy_id": "6e1c5151-39cd-4735-ae27-dfd77233630a"
}'{
"status": true,
"error_code": null,
"data": null,
"message": "Successfully"
}