fetch("data", { method: "POST", body: JSON.stringify([{ id: 1, title: "text" }, { id: 2, title: "text2" } ]) });