When get Global Feed

I try to use your API service and make a request to get global feed and this is the request

https://apix.eu.amity.co/api/v3/global-feeds?dataTypes=video&dataTypes=image&dataTypes=file&dataTypes=liveStream&options[limit]=1&options[token]=d71424fc4abc1904398a186a464168e1383f6c67

and i got that

{
  "status": "error",
  "message": "Query Token is invalid",
  "code": 400000,
  "data": {
    "detail": {}
  }
}

but I want to use the pagination so how can make it ??

Pagination token will be returned if there are posts in the next page, please see more detail on how to get the next page token here: Technical FAQ - Amity Docs

Here’s the example: https://apix.sg.amity.co/api/v3/global-feeds?dataTypes=image&dataTypes=file&dataTypes=liveStream&options[limit]=1&options[token]=eyJza2lwIjoxLCJsaW1pdCI6MX0=