class Seatsio::EventsClient

def status_changes_for_object(key:, object_id:)

def status_changes_for_object(key:, object_id:)
  Pagination::Cursor.new(Domain::StatusChange, "/events/#{key}/objects/#{object_id}/status-changes", @http_client)
end