Create an Edge Config
https://api.vercel.com/v1/edge-configconst response = await fetch('https://api.vercel.com/v1/edge-config?teamId=string&slug=string', { method: 'POST', headers: { 'Authorization': 'Bearer YOUR_ACCESS_TOKEN', 'Content-Type': 'application/json', }, body: JSON.stringify({ "slug": "string", "items": "value" }),});
const data = await response.json();console.log(data);{ "transfer": { "fromAccountId": "example_id", "startedAt": "123", "doneAt": "123" }, "id": "icfg_1234567890", "createdAt": "123", "createdBy": "string", "ownerId": "example_id", "slug": "string", "updatedAt": "123", "digest": "string", "purpose": { "type": "flags", "projectId": "example_id" }, "deletedAt": "123", "schema": "value", "syncedToDynamoAt": "123", "sizeInBytes": "123", "itemCount": "123"}Default authentication mechanism