We have a lot of applications working on the /api/v1/process endpoint, they kept working for weeks and suddenly we noticed they have stopped working now. When I debugged the code:
res = requests.request("POST", url, headers=headers, data = json.dumps(payload), timeout=10)
I get the following error when I print res.content:
{"error":{"status":400,"reason":"Bad Request","message":"Format application/json does not support sample type AUTO.","code":"RENDERER_EXCEPTION"}}
