The response you're seeing is not an empty JSON object but rather a Response object from the Fetch API or a similar HTTP request. This object contains metadata about the request, such as the URL, status code, headers, etc., but it does not directly contain the response body as a JSON object unless you explicitly parse it.