pub async fn add_object(
configuration: &Configuration,
event_id: &str,
object_template_id: &str,
add_object_request: Option<AddObjectRequest>,
) -> Result<AddObject200Response, Error<AddObjectError>>
pub async fn add_object(
configuration: &Configuration,
event_id: &str,
object_template_id: &str,
add_object_request: Option<AddObjectRequest>,
) -> Result<AddObject200Response, Error<AddObjectError>>