headers were of type str, but requests.get expects a dict. This deserializes the headers argument from str to dict (via json).
headers were of type str, but requests.get expects a dict. This deserializes the headers argument from str to dict (via json).