Closed EivydasKoc closed 1 year ago
Default json module cannot serialize response objects into json strings. Either add a .json() function on response to convert to json string in the SDK or return objects which the default module can serialize.
.json()
You just need to run response.json() instead of json.dumps()
Default json module cannot serialize response objects into json strings. Either add a
.json()
function on response to convert to json string in the SDK or return objects which the default module can serialize.