curl --location --request PUT '/api/ConfiguracaoAldo/EditarComparativoInvestimento/' \
--header 'Content-Type: application/json-patch+json' \
--data-raw '{
"propriedade": "string",
"valor": "string"
}'
{
"id": 0,
"nome": "string",
"cor": "string",
"porcentagem": 0
}