pub trait CreateCustomerResponse { // Required method fn as_any(&self) -> &dyn Any; }
This trait represents the response from the create_customer endpoint