The inAppPurchasesV2 endpoint returns an empty result, while the old inAppPurchases returns a list of results

Hello! Why is it that the old endpoint returns nicely what subscriptions are in the application, while the new one returns an empty result?

**Old: https://api.appstoreconnect.apple.com/v1/apps/{appid}/inAppPurchases ** {"data":[{"type":"inAppPurchases","id":"{id}","attributes":{"referenceName":"{referenceName}","productId":"{productId}","inAppPurchaseType":"AUTOMATICALLY_RENEWABLE_SUBSCRIPTION","state":"APPROVED"},"links":{"self":"https://api.appstoreconnect.apple.com/v1/inAppPurchases/{id}"}}],"links":{"self":"https://api.appstoreconnect.apple.com/v1/apps/{appId}/inAppPurchases"},"meta":{"paging":{"total":1,"limit":50}}}

**New: https://api.appstoreconnect.apple.com/v1/apps/{appid}/inAppPurchasesV2 ** {"data":[],"links":{"self":"https://api.appstoreconnect.apple.com/v1/apps/{appId}/inAppPurchasesV2"},"meta":{"paging":{"total":0,"limit":50}}}