Python requests PUT request with json parameter fails and data parameter succeeds
Problem I've looked at some of the documentation about the json and data parameters and the differences between them. I think I understand the difference, best explained here, in my opinion. However, I have a specific request that fails on…