curl --location --request POST '/api/Insumo/Importar' \
--header 'Content-Type: application/json-patch+json' \
--data-raw '[
{
"nome": "string",
"descricao": "string",
"codigo": "string",
"categoria": "string",
"fornecedor": "string",
"valorVenda": 0,
"valorCusto": 0
}
]'