How do I put my file into request body using fetch

After seeing your more recent post, I’m pretty sure your issue stems from the headers (specifically the boundary). Probably easiest to use headers: form.getHeaders() in your request on line 27.

If that doesn’t do the trick, can you provide your code instead of a screenshot? That way we can copy/paste and attempt to reproduce.