It should be application/json according to the documentation, that's what I'm passing.I tried application/x-www-form-urlencoded and it didn't work too.
Hello, I'm trying to create a folder in a Program using thePOST /rest/asset/v1/folders.json endpoint.Here is the parameters I'm sending:
{ name: "InEvent", description: "Test", ...