POST
try { await $fetch("/api/auth/login", { method: "POST", body: data }); } catch (error) { console.log(error?.data?.message); }
© 2026 Hedgehog Software, LLC