Authorization: ********************
curl --location --request PUT '/api/Tarefa/ChecklistItem/' \ --header 'Authorization: <api-key>' \ --header 'Content-Type: application/json-patch+json' \ --data-raw '{ "nome": "string" }'