also, for #curl / #bash aficionados: how do I actually DO this, like in a script
https://docs.joinmastodon.org/api/guidelines/#pagination
(I'm trying to get a list of all the people I follow, via the Mastodon API, but of course it paginates. I can get the "next" link with some gnarly-looking `curl -D` and `grep -Po` stuff but do I just, like, do a for loop to repeatedly do it until there isn't any response?)