This error occurs when the request body is empty or not sent. Sending an empty object {} as the body resolves the issue, as it's a valid JSON structure. If no body is sent at all, the req.json() method will fail due to missing data.
{}
req.json()