post https://cloud.seatable.io/dtable-server/api/v1/dtables//rows/
Either insert or append a row. If you want to insert the row at a desired position, you need to provide the id of an anchor row.
How to define the row object
The row object contains key:value pairs with the column name as key and the desired values. Check the page Models to get a better understanding of the row object.