I am trying to fetch all policies through an API call to endpoint `/JSSResource/policies`
But I am getting only 25 policies, without any header of `next` `page` or something like this.
How can I query for all policies and not just random 25 of them?
Thanks in advance