Authorization: Bearer ********************curl --location --request POST '/products/confirm-product-upload' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"inventoryErrorCount": 1
}'{
"success": true,
"message": "Product/Services saved successfully",
"data": [
{
"userId": "25",
"businessId": "25",
"name": "m3, white",
"productName": "Macbook",
"quantitySold": 0,
"quantity": 1,
"productId": "18101",
"unit": "Pieces",
"appCreatedAt": "2023-12-12T00:00:00.000+01:00",
"costPrice": 1500000,
"sellingPrice": 170000,
"raw": ""
}
]
}