Update the function fetchUsers
to retrieve a list of users from the API endpoint https://jsonplaceholder.typicode.com/users
and log each user's name and email to the console in this format.
Check the HTTP response status code. If the response is not OK (e.g., 404 or 500), log a message Network response was not ok. to the console at the error level. If the request fails, log the error message to the console in the format Error fetching users: <error message>