curl --location --request POST '/api/AbaComplementar/Monitoramento/alerta' \
--header 'Content-Type: application/json-patch+json' \
--data-raw '{
"nome": "string",
"descricao": "string",
"data": "2019-08-24T14:15:22Z",
"tipoId": 0,
"monitoramentoId": 0
}'
{
"id": 0,
"nome": "string",
"descricao": "string",
"data": "2019-08-24T14:15:22Z",
"tipo": {
"id": 0,
"nome": "string",
"cor": "string"
},
"monitoramentoId": 0
}