Pagination
Iterate large lists with cursors.
Lists are cursor-based. Follow `next_cursor` until null to fetch everything.
httpGET /chats?limit=50&cursor=eyJpZCI6...Iterate large lists with cursors.
Lists are cursor-based. Follow `next_cursor` until null to fetch everything.
httpGET /chats?limit=50&cursor=eyJpZCI6...