Bro, I had the SAME issue last week. Two things:
1. Missing `Content-Type` header (like everyone said).
2. Check if your server requires CORS. Sometimes the request goes through but gets blocked.
Try adding `mode: 'cors'` to your fetch options.
1. Missing `Content-Type` header (like everyone said).
2. Check if your server requires CORS. Sometimes the request goes through but gets blocked.
Try adding `mode: 'cors'` to your fetch options.
