Description:
Currently, retrieving the APY for a strategy requires using the getEnrichedTokens(true) method and manually matching the token address address with the outputToken address from getStrategies.
To simplify this, we should include TVL and APY values directly in the response of the getStrategies method for each strategy.