ErikJ
New Contributor III

Hello and thank you for the replies! I found the issue. For some reason I had params = params in my requests.post(), but I swapped to json = params like this: 

requests.post(url, headers=headers,json=params).