curl --location --request POST '/api/KitFechado/Importar' \
--header 'Content-Type: application/json-patch+json' \
--data-raw '[
{
"id": 0,
"nome": "string",
"categoria": "string",
"descricao": "string",
"precoCusto": 0,
"precoVenda": 0,
"tipoTelhado": "string",
"potenciaCC": 0,
"potenciaCA": 0,
"fase": "string",
"tensao": "string",
"marcaModulo": "string",
"modulo": "string",
"potenciaModulo": 0,
"qtdModulos": 0,
"pesoModulo": 0,
"areaModulo": 0,
"eficienciaModulo": 0,
"garantiaModuloAnos": 0,
"marcaInversor": "string",
"inversor": "string",
"potenciaInversor": 0,
"qtdInversores": 0,
"garantiaInversorAnos": 0,
"eficienciaInversor": 0,
"stringBox": "string",
"qtdStringBox": 0,
"nomeComponente1": "string",
"qtdComponente1": 0,
"nomeComponente2": "string",
"qtdComponente2": 0,
"nomeComponente3": "string",
"qtdComponente3": 0,
"nomeComponente4": "string",
"qtdComponente4": 0,
"nomeComponente5": "string",
"qtdComponente5": 0,
"nomeComponente6": "string",
"qtdComponente6": 0,
"nomeComponente7": "string",
"qtdComponente7": 0,
"nomeComponente8": "string",
"qtdComponente8": 0,
"nomeComponente9": "string",
"qtdComponente9": 0,
"nomeComponente10": "string",
"qtdComponente10": 0,
"nomeComponente11": "string",
"qtdComponente11": 0,
"nomeComponente12": "string",
"qtdComponente12": 0,
"nomeComponente13": "string",
"qtdComponente13": 0,
"nomeComponente14": "string",
"qtdComponente14": 0,
"nomeComponente15": "string",
"qtdComponente15": 0,
"lojasIds": [
0
],
"lojas": "string"
}
]'