data class ListNotificationsRequest(val cursor: String? = null, val limit: Long? = null, val priority: Boolean? = null, val reasons: List<String>? = null, val seenAt: <Error class: unknown class>? = null)
Enumerate notifications for the requesting account. Requires auth.