Authorization: Bearer ********************{
"tag_ids": [
"38a2f666-c11e-46cf-af44-4f81bf155933"
]
}curl --location --request POST '/api/v1/vmware/vpc//compute/instance//manage-tags' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"tag_ids": [
"38a2f666-c11e-46cf-af44-4f81bf155933"
]
}'{}