pagination is not work in listing of video

in client.stream.list pagination is not working
every time i get same record in each request
first request:
curl -X GET \ "https://api.cloudflare.com/client/v4/accounts/{YOUR_ACCOUNT_ID}/stream" \ -H "Authorization: Bearer {YOUR_API_TOKEN}" \ -H "Content-Type: application/json" \ --data '{"limit": 5, "offset": 0}'

second request:
curl -X GET \ "https://api.cloudflare.com/client/v4/accounts/{YOUR_ACCOUNT_ID}/stream" \ -H "Authorization: Bearer {YOUR_API_TOKEN}" \ -H "Content-Type: application/json" \ --data '{"limit": 5, "offset": 1}'

can anyone help me to get data proper by pagination
Was this page helpful?