Dolibarr has a module for restful APIs.
The API explorer seems to show all the CRUD tasks for each module like orders, stock and customer.
But to CREATE a record, the sample VALUE for the POST method shows as:
{ "request_data": [ "string" ] }
What are the specific field attributes that should go in here? Where can I look up the field requirements?