NERM Users CoLab Connector - Account Aggregation Issue

Hi all,

Is anyone else experiencing issues with account aggregation using the NERM User Co Lab connector? It was working fine until yesterday, but it has since stopped and is now throwing the following error:

> Failed to retrieve users: Error AxiosError: Request failed with status code 400
> at /app/connector/index.js:14:30630
> at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
> at async NermUsersClient.getAllAccounts (/app/connector/index.js:14:30554)
> at async /app/connector/index.js:14:275202
> at async Connector._exec (/app/connector/index.js:1:11194)

Interestingly, both the test connection and entitlement aggregation are still working as expected.

Found out that it was due to a paging issue in the current version of the connector. I will posting the exact snippet which is causing this issue and the fix for it.