Is it possible to POST XML content directly to the Tidal Rest API or is the payload required to be x-www-form-urlencoded?
All of the configuration files are in XML - so my first inclination was to POST XML. But I kept receiving errors. Looking at the sample POST request in the API Reference Guide, it loads an XML formatted string, but then converts the payload to URL encoded.
Additionally I used the manual POST process, and captured the traffic, and noticed it also passes urlencoded. XML is much easier to work with (at least natively) so was wondering if a direct XML POST is supported or not; can anyone please confirm?