Get Events Continue
Authentication
Request
Response headers
Response
Pass the cursor into get_events/continue to obtain additional events.
The value of cursor may change for each response from get_events/continue,
regardless of the value of has_more; older cursor strings may expire.
Thus, callers should ensure that they update their cursor based on the latest value of
cursor after each call, and poll regularly if they wish to poll for new events.
Callers should handle reset exceptions for expired cursors.
Is true if there may be additional events that have not been returned yet.
An additional call to get_events/continue can retrieve them.
Note that has_more may be true, even if events is empty.