curl --location --request PATCH '/tasks/1/checklist/1/toggle' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"isChecked": true
}'{
"checklistItem": {
"id": 1,
"taskId": 1,
"name": "Новый пункт чеклиста",
"order": "0",
"isChecked": false
},
"history": {
"id": 1,
"taskId": 1,
"userId": 1,
"type": 0,
"state": "Старое название",
"updateDate": "2019-08-24T14:15:22.123Z"
}
}