In our client CS 10.5 (2016-12) setup, for some reason, the post call to /api/v1/nodes to create node does not work. It returns "400: BAD REQUEST".
In my local CS 10.5 (2015-12) setup, the same post call works. Only that the category parameter is ignored so category cannot be added to the new node.
In CS 16 setup, the call to /api/v2/nodes works great for both the creation of node and category at the same time.
Need help to figure out what could be the configuration to make it working. Thanks.