Authorization: Bearer ********************
{
"subnet_name": "subnet-0153"
}
curl --location -g --request PUT '/api/v1/vmware/vpc/{{vpc_id}}/network/4a135a5e-555d-4135-ab9c-0925c0f5860d/rename-subnet' \
--header 'OrgId;' \
--header 'Content-Type: application/json' \
--data-raw '{
"subnet_name": "subnet-0153"
}'
{}