curl --location --request POST '/api/Projeto/AdicionarOcorrencia/' \
--header 'Content-Type: application/json-patch+json' \
--data-raw '{
"ocorrencia": "string",
"marcacoes": [
{
"usuarioId": 0,
"texto": "string"
}
]
}'