Authorization: ********************curl --location --request POST 'https://prod.your-api-server.com/api/AbaComplementar/Monitoramento/tipoAlerta' \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json-patch+json' \
--data-raw '{
"nome": "string",
"cor": "string",
"statusNegocioId": 0,
"mensagem": "string"
}'{
"id": 0,
"nome": "string",
"cor": "string",
"mensagem": "string",
"statusNegocioId": 0
}