Try to add the accept header
Accept: application/json
The content-type headers is the one received by Bubble and the issue in this case is not Bubble. But you could change to text for the type (however, if the API return a json, this will not be parsed and just show as a text). The accept header could force the API to change the content-type header and Bubble will be able to parse it as JSON.
Also, according to the screenshot you have, there’s no “data” (data key with an array). This could be because the call return nothing or there’s a process not completed on the trackingmore API. Not sure what this API do so it’s hard to know. You may need to manually enter payload
Tks
Already contact them yesterday they will check on their side but the problem is that with postman the response is ok and the same request response is not ok with bubble.