I am working on Bitbucket Data Center in version v8.15.3 We are using the API to calculate the difference in lines of code between two deployments. In the current version of the API we truncate the changes to 10K lines. If I check the documentation (link below) it indicates that in its latest version for (data center) this request is already paged.
The question is: How can I start consuming this version of the API if when we compose the URI we use the latest version "/api/latest/" but it does not allow us to page