Next page token issue
Hi I got next page token by following this https://developers.marketo.com/rest-api/paging-tokens/#token_types
and then when I used the token to get all the activities https://developers.marketo.com/rest-api/endpoint-reference/lead-database-endpoint-reference/#!/Activities/getLeadActivitiesUsingGET
but I am getting this error even though my next page token is valid.
"requestId": "dd32#17239514fae",
"success": true,
"nextPageToken": "EZLLW24G4BFGXSAPSLRQ6G3PE2WJJ43KVXSV5Y3RJIIC7MLM6DHQ====",
"moreResult": false
Can someone please help me on how to resolve this?