ZIO 2 Example: Making an HTTP GET request with a timeout, using sttp clientThe code provided demonstrates how to perform an HTTP GET request with a timeout using ZIO 2 and Scala sttp library, emphasizing a blocking approach.