pub async fn create_store(
    configuration: &mut Configuration,
    params: CreateStoreParams
) -> Result<StoreResponse, Error<CreateStoreError>>
Expand description

Create a new kv store.