WUMBO API
Endpoint: https://krusty.krab/api/v1/formula
// I wumbo, You wumbo, He she me WUMBO
const secretSauce = new FormData();
secretSauce.append('patty', fileInput.files[0]);
const response = await fetch('https://krusty.krab/api/v1/formula', {
method: 'POST',
body: secretSauce
});
console.log("Ravioli ravioli give me the formuoli");