true
, this virtual network is the default for the account.{
"comment": "Staging VPC for data science",
"is_default": true,
"name": "us-east-1-vpc"
}
curl --location --request POST 'https://api.cloudflare.com/client/v4/accounts//teamnet/virtual_networks' \
--header 'Content-Type: application/json' \
--data-raw '{
"comment": "Staging VPC for data science",
"is_default": true,
"name": "us-east-1-vpc"
}'
{
"errors": [],
"messages": [],
"result": {},
"success": true
}