Thanks for the quick reply!
"Unfortunately" the error (and I) was way more dumb: The HTTP request did not have the correct Content-Type header because I called the request library with "data=" instead of "json=". Once I changed this, the API calls worked fine.
Sorry for the unnecessary question then, but thanks so much anyway for taking the time to reply!
"Unfortunately" the error (and I) was way more dumb: The HTTP request did not have the correct Content-Type header because I called the request library with "data=" instead of "json=". Once I changed this, the API calls worked fine.
Sorry for the unnecessary question then, but thanks so much anyway for taking the time to reply!
"