Create extension function to create Task List
This function is going to take a Task List name and some payload data and return a taskListID
- the ID of the created Task List.
package example.tasklist
id := task_list.create("taskListName", "{"key": "value"}")