curl --location --request POST 'https://api.pibox.com/v1/tasks/templates/get_list' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"team_id":737
}'{
"data": [
{
"id": 60,
"object": "task_list_template",
"tasks": [
{
"description": [],
"position": 1,
"title": "1"
},
{
"description": [],
"position": 2,
"title": "2"
},
{
"description": [],
"position": 3,
"title": "3"
},
{
"description": [],
"position": 4,
"title": "4"
}
],
"title": "4"
},
{
"id": 61,
"object": "task_list_template",
"tasks": [
{
"description": [],
"position": 1,
"title": "1"
}
],
"title": "1"
}
],
"object": "list"
}