pub async fn ciphers_id_collections_post(
configuration: &Configuration,
id: Uuid,
cipher_collections_request_model: Option<CipherCollectionsRequestModel>,
) -> Result<CipherDetailsResponseModel, Error<CiphersIdCollectionsPostError>>
pub async fn ciphers_id_collections_post(
configuration: &Configuration,
id: Uuid,
cipher_collections_request_model: Option<CipherCollectionsRequestModel>,
) -> Result<CipherDetailsResponseModel, Error<CiphersIdCollectionsPostError>>