➕ Create Content
1const contentID = await contentDB.create(2 type = "list" | 'tutorial',3 contentName = "First-Content",4 body = ["Hello", "User", "ALice"] | { Name: "Alice", message: 'Hello' }5);
📁 Path created:
1/Users/Ae/Alice@example.com/Product1/Channel1/${ContentType}/First-Content.json