curl --location --request POST '/api/Atividades' \
--header 'Content-Type: application/json-patch+json' \
--data-raw '{
"usuarioId": 0,
"data": "2019-08-24T14:15:22Z",
"leadId": 0,
"projetoId": 0,
"tarefaId": 0,
"descricao": "string",
"urlAudio": "string",
"tipo": "Status",
"acaoId": 0,
"tenant": "string"
}'