pub async fn workspace_list(
    client: &ApiClient,
    sort_by: Option<&str>,
    sort_direction: Option<&str>
) -> Result<Vec<Workspace>>
Expand description

List all workspaces authenticated user has access to