pub async fn list_my_sessions(
    configuration: &Configuration,
    per_page: Option<i64>,
    page: Option<i64>,
    x_session_token: Option<&str>,
    cookie: Option<&str>
) -> Result<Vec<Session>, Error<ListMySessionsError>>
Expand description

This endpoints returns all other active sessions that belong to the logged-in user. The current session can be retrieved by calling the /sessions/whoami endpoint.