curl --location --request POST '/tasks//checklist' \
--header 'Websync-Session;' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "string",
"order": "0"
}'{
"id": 0,
"name": "string",
"isChecked": true,
"taskId": 0,
"childTaskId": {},
"order": "3"
}