Reads the response body as a string.
The text() function reads the body response stream to its completion and formats the data as a string. It returns a Promise that resolves to the response body as a string.
text()