Authorization: Bearer ********************curl --location 'https://numueg.app/api/v1/stores//products/import' \
--header 'Authorization: Bearer <token>' \
--form 'file=""'{
"success": true,
"data": {
"total_rows": 0,
"created": 0,
"updated": 0,
"errors": [
{
"row": 0,
"field": "string",
"message": "string"
}
]
},
"message": "string"
}