This is a test draft created via the Draftmark API.
const response = await fetch("/api/v1/docs", {
method: "POST",
body: JSON.stringify({ title: "Test", content: "# Hello" })
});
This draft was created programmatically to verify the API is working correctly.
comments (0)