Malformed API Response?
I'm using Python to query the REST API. Often times it works, but sometimes it returns malformed JSON. Have other people ran into this? Is there a solution? headers = { 'Authorization': f'Bearer {bearer_token}', 'Content-Type': 'ap...