curl -X PATCH https://api.kiototeteria.com/products/1/status \ -H "Authorization: Bearer <token>" \ -H "Content-Type: application/json" \ -d '{ "isActive": true }'
{ "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-16T15:45:00Z" }
Update the active status of a product (Admin only)
Authorization: Bearer <token>