I am new to APIs and trying to understand how to do a bulk config with JSON instead of XML
The documentation says it supports xml or json
HTTP 'Content-Type' Header: supports application json or xml
But when I try pushing a json it errors out saying not in xml format. and when looking over the example its mostly just in XML and doesn't provide much of an example in Json. I have tested the XML and it worked, but interested if it could be json instead.