import requests
api_url = 'https://reqres.in/api/users?page=2'
response1 = requests.get(api_url)
print(response1.text)
result:
response1 = requests.kwargs(api_url)
AttributeError: partially initialized module 'requests' has no attribute 'kwargs' (most likely due to a circular import)