Authorization: Bearer ********************{
"tag_ids": [
"bea8782e-de99-46ac-b3c1-70dd8408728f"
]
}curl --location --request POST '/api/v1/vmware/vpc//security-group//manage-tags' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"tag_ids": [
"bea8782e-de99-46ac-b3c1-70dd8408728f"
]
}'{}