Authorization: Bearer ********************
curl --location --request DELETE '/tasks/1/checklist/1' \ --header 'Authorization: Bearer <token>'
{ "id": 0, "taskId": 0, "updateDate": "string", "state": "string", "userId": 0, "anonymousUserId": 0, "type": 0 }