Retrieve a specific product by its name.
Returns a Product object for the given product name.
product = galtea.products.get_by_name(name="YOUR_PRODUCT_NAME")
The name of the product you want to retrieve.