Update Organisation
PUT {{url}}/accounts/api/organizations
Request Body
{"name"=>"Example", "parentOrganizationId"=>"{{new_organization_id}}", "ownerId"=>"{{owner_id}}", "entitlements"=>{"createSubOrgs"=>true, "createEnvironments"=>true, "globalDeployment"=>false, "vCoresProduction"=>{"assigned"=>0.2}, "vCoresSandbox"=>{"assigned"=>0.2}, "vCoresDesign"=>{"assigned"=>0.1}, "staticIps"=>{"assigned"=>1}, "vpcs"=>{"assigned"=>0}, "loadBalancer"=>{"assigned"=>0}, "vpns"=>{"assigned"=>0}}}