API 400 Bad Request

I cant get any repsonse from the API I keep getting 400 Bad Request

Anyone else having this issue? I get responses back for simple get comands like version etc but cant seem to get the content creation working…

From what I can gather, this sounds like you may be forming your JSON strings incorrectly.

Can you run your JSON through something like this to see if it follows basic formatting rules? https://jsonformatter.curiousconcept.com/

Beyond that, if nothing is wrong with your syntax, you may be omitting some required field or value for the calls you’re attempting to make.

Strange thing is I am using the built in localhost api example pages… I have also tried my own code from PHP and get the same repsponse, the JSON format is all good.