curl --location --request POST '/api/AbaComplementar/Instalacao/diario' \
--header 'Content-Type: application/json-patch+json' \
--data-raw '{
"dataDiario": "2019-08-24T14:15:22Z",
"descricao": "string",
"arquivos": [
"string"
],
"instalacaoId": 0
}'
{
"dataInicio": "2019-08-24T14:15:22Z",
"dataTerminoGarantia": "2019-08-24T14:15:22Z",
"dataPrevisaoConclusao": "2019-08-24T14:15:22Z",
"dataConclusao": "2019-08-24T14:15:22Z",
"garantiaModulo": "string",
"garantiaInversor": "string",
"equipe": {
"dataCadastro": "2019-08-24T14:15:22Z",
"id": 0,
"nome": "string",
"celular": "string"
},
"id": 0,
"projetoId": 0
}