API call returns a non-object

Calling an API with data type JSON. Works fine on Postman and returns JSON there.
When I capture response headers and show raw data the body is just {}.
Also if I change the data type from JSON to text, it returns the “JSON” from my API but in text…

Get the API call returns a non-object when I call it from the API Connector?

Do you. have a comment in the Response body?

I think I have the same issue. Adding some screenshots for more context. I am trying to call my own Python backend through a POST request.
Data type Text returns something that looks like JSON to me but Bubble does not recognize it as such and throws an error with data type JSON.

Postman seems to handle it better. Changing the body type from form-data to JSON doesn’t seem to change anything for data type text.