curl -X DELETE https://api.kiototeteria.com/products/1 \ -H "Authorization: Bearer <token>"
{ "id": 1, "name": "Matcha Green Tea", "slug": "matcha-green-tea", "description": "Premium organic matcha green tea from Japan", "price": "12.99", "isActive": true, "categoryId": 1, "createdAt": "2024-01-15T10:30:00Z", "updatedAt": "2024-01-15T10:30:00Z" }
Delete a product by ID (Admin only)
Authorization: Bearer <token>