curl --location '/api/v1/core/products/import/confirm' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"rows": [
{
"rowIndex": 0,
"productCode": "string",
"productName": "string",
"typeId": "Goods",
"unitName": "string",
"price": 0,
"vatTypeId": "VAT",
"whtTypeId": "1",
"description": "string"
}
],
"decisions": [
{
"rowIndex": 0,
"action": "create"
}
]
}'{
"success": true,
"error": null,
"data": {
"created": 0,
"updated": 0,
"skipped": 0,
"failed": 0,
"returnFileBase64": "string"
}
}