An "environment" is the incarnating features of a phishing topic (logo, fake website, fake email).
Environment have the following structure:
{
"id" : int64,
"name" : string,
"status_service_used": string,
"description" : string,
"logo_url" : string,
"customer" : {}Customer,
"customer_id" : int,
"from_envelope" : string,
"dns" : []Dns,
"domain" : string,
"landingpage" : {}LandingPage,
"landingpage_id" : int,
"targets" : []Target,
"targets_count" : int64,
"generic" : bool,
"user_id" : int64,
"service_type" : string
"automatic_scenario_generation": int64,
"last_generation_date": string(datetime),
"graph_ql_id": string
}