curl --location --request POST 'https://api.catalogix.ai/v1/products?store_uuid=67762d4ce590324df813bd8c' \
--header 'apikey: apikey' \
--header 'Content-Type: application/json' \
--data-raw '[
{
"product_code": "CI001",
"parent_code": "SC001",
"Product Name": "Blue shirts",
"Department": "Men",
"Category": "Dupatta",
"Selling Price": "1000",
"Currency": "INR",
"Image URL 1": "https://assets-test.catalogix.ai/dee9c181338099b931cde78787df567a",
"Image URL 2": "https://assets-test.catalogix.ai/b9e0a674584b15df799a2d2a7bcb6f57",
"Image URL 3": "https://assets-test.catalogix.ai/3d8f430ce3bc623e8037aac988a889c6",
"Image URL 4": "https://assets-test.catalogix.ai/e263183310aa0093381bf48a6d8540aa",
"Image URL 5": "https://assets-test.catalogix.ai/38d253f0fb7aad878ae270e2c612467a",
"Image URL 6": "https://assets-test.catalogix.ai/5733be608a3f9303af5d7dd14621d2d1"
}
]'