pub async fn users_owners_create(
configuration: &Configuration,
users_owners_create_request: UsersOwnersCreateRequest,
) -> Result<Owner, Error<UsersOwnersCreateError>>Expand description
Post a list of owner objects.
pub async fn users_owners_create(
configuration: &Configuration,
users_owners_create_request: UsersOwnersCreateRequest,
) -> Result<Owner, Error<UsersOwnersCreateError>>Post a list of owner objects.