curl -L \
--request POST \
--url '/api/v1/products/' \
--header 'X-API-Key: YOUR_API_KEY' \
--header 'Content-Type: application/json' \
--data '{"items":[{"style_key":"master_1","sku":"my_sku_1","ean":"1234567890123","hs_code":"1234.56","name":"Cap 'Gwendolyn'","description":"A beautiful cap for the summer.","color":1,"size":1,"brand":1,"category":1,"quantity":100,"weight":400,"countries":["DE"],"country_of_origin":"DE","attributes":[1],"material_composition_textile":[{"cluster_id":1,"components":[{"material_id":1,"fraction":100}]}],"material_composition_non_textile":[{"cluster_id":1,"components":[{"material_id":1}]}],"prices":[{"country_code":"DE","retail_price":100,"sale_price":80,"vat":19}],"images":["https://aboutyou.com/image_1500x2000.jpg"]}]}'