I recently upgraded my account to use the API after the recent platform update.
I am using Windows CMD to run queries and successfully download the results as a JSON file.
However I noticed that the JSON file only contains the first page of results, while the full query results are available when I run the same query on the website
I would like to download the entire set of results as a JSON file. Could you please guide me on how to achieve this uising the API?
curl -X "POST" "https://api.platform.censys.io/v3/global/search/query?organization_id=secret" --header "X-Organization-ID: secret" --header "Accept: application/json" --header "Authorization: secret" --header "Content-Type: application/json" -d "{\"query\":\"1.1.0.0\"}" > 1.1.json