const response = await fetch( "https://jarvis.taile257e5.ts.net/ltasmartsystem/api/login.php", { method: "POST", headers: { "Content-Type": "application/json", }, body: JSON.stringify({ username: username, password: password, }), } );