`await response.text()`, or `await response.json()` etc. are common ways to get the body. More here:
await response.text(), or await response.json() etc. are common ways to get the body. More here: https://developer.mozilla.org/en-US/docs/Web/API/Response#instance_methods. What does the response contain exactly?
