curl --location --request POST '/api/EtapaLead' \
--header 'Content-Type: application/json-patch+json' \
--data-raw '{
"nome": "string",
"cor": "string",
"paralelo": true,
"perda": true
}'
{
"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"
}