Create a task list
Creates a task list inside a folder. Requires a name, the project_id, and the target folder_id.
{
"data": {
"type": "task_lists",
"attributes": {
"name": "Sprint 5",
"project_id": 31002,
"folder_id": 7781
}
}
}