GET /api/v2/oauth/clients returns 50 clients per page. Need to loop through all pages to check if a specific client has the oauth:client:write scope.
What’s the cleanest way to handle the pagination in Python? Using the next_page link from the response headers or just incrementing the page parameter until the array is empty?