Hi, I'm not getting any info on how to request the next page of results - we have nearly 2000 in-app purchasables, but I can only get the first 200:
Code Block curl -H "Authorization: Bearer $JWT" "https://api.appstoreconnect.apple.com/v1/apps/$ID/inAppPurchases?limit=200" | jq . [...] "links": { "self": "https://api.appstoreconnect.apple.com/v1/apps/$ID/inAppPurchases?limit=200" }, "meta": { "paging": { "total": 200, "limit": 200 } } }