Hi,
After calling the following endpoint:
params = {'limit': 1, 'fields[appPricePoints]': ['customerPrice,territory,priceTier,proceeds'], 'include': ['territory,priceTier']}
GET - https://api.appstoreconnect.apple.com/v1/appPriceTiers/1/pricePoints
the 200 response returns the element next: https://api.appstoreconnect.apple.com/v1/appPriceTiers/1/pricePoints?cursor=AQ.AMXRC_I&include=priceTier%2Cterritory&fields%5BappPricePoints%5D=priceTier%2Cproceeds%2CcustomerPrice%2Cterritory&limit=1
for which after calling it the response is a 400 HTTP status code an error message: "The parameter 'include' can only be included once".
Am I doing something wrong or is the server responding with an invalid next link?