Update multiple products at once using JSON format
id field[
{
"id": 3,
"name": "Arewa Nourishing Facial Oil",
"slug": "arewa-nourishing-facial-oil-30ml",
"description": "A luxurious blend of 11 organic oils...",
"ingredients": "Jojoba Oil, Argan Oil, Sea Buckthorn...",
"imageUrl": "https://example.com/image.jpg",
"imageGallery": ["https://example.com/img1.jpg", "https://example.com/img2.jpg"],
"price": 50.00,
"size": "30ml",
"category": "Serums & Boosters"
},
{
"id": 4,
"name": "Another Product",
"description": "Updated description..."
}
]