I'm trying to use the REST API to update possibly multiple properties of a document at the same time using the POST method to the endpoint
/objects/0/10741/latest/properties
According to the documentation and the Github Postman sample collection, the request format should be
How should the request for update properties with POST be formatted for it to work?