1 2 3 4 5 6 7 8 9 10 11 12 13 14
{ "type": "create_many", "table": "todos", "data": [ { "title": "Fourth todo", "content": "This is the fourth todo" }, { "title": "Fifth todo", "content": "This is the fifth todo" } ] }