curl --location --request PUT '/api/AbaComplementar/Monitoramento/tipoAlerta' \
--header 'Content-Type: application/json-patch+json' \
--data-raw '{
"id": 0,
"nome": "string",
"cor": "string"
}'
{
"id": 0,
"nome": "string",
"cor": "string"
}