pub trait Zones {
// Required methods
fn get(fabric_id: String) -> ZonesGetResponse;
fn post(fabric_id: String, body: Zone) -> ZonesPostResponse;
}
pub trait Zones {
// Required methods
fn get(fabric_id: String) -> ZonesGetResponse;
fn post(fabric_id: String, body: Zone) -> ZonesPostResponse;
}