curl --location --request PUT '/api/EtapaLead/' \
--header 'Content-Type: application/json-patch+json' \
--data-raw '{
"propriedade": "string",
"valor": "string"
}'
{
"id": 0,
"ativo": true,
"excluido": true,
"dataExclusao": "2019-08-24T14:15:22Z",
"nome": "string",
"cor": "string",
"paralelo": true,
"negativo": true,
"ordem": 0,
"lojasIds": [
0
],
"lojas": "string"
}