Continue in the Python shell and add
api_url = 'http://localhost:8089' req = urllib.request.Request(api_url)
You will need to replace “http://localhost:8089" with your Workshop API URL.
The goal is to create a Request object named req.