I am calling the OpenAI API and getting an error 400, “We could not parse the JSON body”.
what I am sending is a text that has been formatted as JSON-safe in bubble.
Also, when I copy the payload and send it with Postman, i am getting a proper response.
Has anyone made any experience cleaning up the payload to be sent to OpenAI or any other API using the formatted as JSON-safe operator in bubble?