curl -X GET https://api.kiototeteria.com/products/1
{ "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" }
Retrieve a single product by ID