I've created a page via REST API programmatically.
Now, I need to create a table that contains two columns:
And I want to add attachments to each date one by one once a day via REST API. Each day - new row with new attachments.How can I do it?