curl --location '/tasks/1/checklist' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"name": "Новый пункт чеклиста",
"order": "0",
"isChecked": false
}'{
"checklistItem": {},
"history": {}
}