curl --location '/products' \
--header 'Content-Type: application/json' \
--data '{
"name": "Premium Headphones",
"description": "High-quality noise-canceling headphones with 30-hour battery life.",
"price": 1500000,
"stock": 25,
"categoryId": "97357965-19bd-4188-b8ed-572ca03e55c6"
}'{
"id": "983a4fa6-1792-470d-b138-2274f4ebb7b2",
"name": "Premium Headphones",
"description": "High-quality noise-canceling headphones with 30-hour battery life.",
"price": 1500000,
"stock": 25,
"imageUrl": null,
"createdAt": "2026-03-08T07:35:18.702Z",
"updatedAt": "2026-03-08T07:35:18.702Z",
"deletedAt": null,
"category": {
"id": "97357965-19bd-4188-b8ed-572ca03e55c6"
},
"slug": "premium-headphones-4soz"
}