I\'m using Python 3.9 to parse through an API response where the values of one of the keys (products) is of dict type. I need to loop through the values of the \'product\' key.<