Retrieves the details of all events associated with a user.
Note: This endpoint only returns events that happened in the last 7 days.
Filtering Options:
userId: User ID for the specific user you wish to retrieve events for. e.g., user.id.eq(userId)
entity: Filter events by entity type. e.g., event.entity.eq(entity)
type: Filter events by event type. e.g., event.type.eq(type)