pub async fn api_v3_indexer_bulk_put(
    configuration: &Configuration,
    indexer_bulk_resource: Option<IndexerBulkResource>
) -> Result<IndexerResource, Error<ApiV3IndexerBulkPutError>>