curl --location --request PATCH '/tasks//checklist//child-task-Id' \ --header 'Websync-Session;' \ --header 'Content-Type: application/json' \ --data '{ "childTaskId": {} }'
{ "id": 0, "childTaskId": {}, "isChecked": true }