text-plain

Teks Biasa

try {
  const result = await nexaUi
    .Network({
      type: "v2",
      credensial: "KUNCI-API-ANDA",
      secret: "KUNCI-RAHASIA-ANDA",
      contentType: "text/plain"
    }).post("logs", "Error sistem terjadi pada 2024-01-20 15:30:00");
  console.log(result);
} catch (error) {
  console.error("Error:", error);
}