tasksService
Create checklist for task
Create checklist for task
post/tasks/v1/checkList/{checkListId}
Request body
Example request
{
"title": "First item",
"deadline": 1654180120
}Response
OK
Example response
{
"title": "First item",
"deadline": 1654180120
}