C#: Create a bucket

Creates a new Storage bucket

Examples

Create bucket

var bucket = await supabase.Storage.CreateBucket("avatars");