So, in my refactor, I'm working on queueing and batching, so that we can be efficient with our API calls and not spam Niantic. As @WallyCZ said, most requests also return GetHatchedEggs, GetInventory, CheckAwardedBadges, and DownloadSettings. I need to know which ones specifically do that, and which ones return other payloads. That way I can clean up this code.
Thanks!