curl --location --request POST '/api/Venda' \
--header 'Content-Type: application/json-patch+json' \
--data-raw '{
"descricao": "string",
"valorTotal": 0,
"valorServico": 0,
"valorProduto": 0,
"valorEntrada": 0,
"valorFinanciamento": 0,
"leadId": 0,
"projetoId": 0,
"prePropostaId": 0,
"usuarioId": 0,
"tipoComissao": "ValorTotal",
"porcentagemComissao": 0,
"porcentagemComissaoPreVendedor": 0
}'