Im running a http api request from JAMF Pro getting the list of Applications and parsing the data to google sheets, I can run a pagination with page size 200 but anything above that the data gets screwy,
when I run the curl command locally it pulls the json data no problem. maybe Im doing something wrong or missing a step
thats when I use a bigger page size
this is when I use a page size of 100
hoping someone can help me with this