public void AddCategory(string docId, [FromBody] string categoryName) { AzureSearchHelper.AddDocumentCategory(docId, categoryName); }