pub async fn ciphers_create_post(
    configuration: &Configuration,
    cipher_create_request_model: Option<CipherCreateRequestModel>
) -> Result<CipherResponseModel, Error<CiphersCreatePostError>>