Feature/add faq category functions
Added service methods:
getAllCategories()
getFaqCategoryByUid(String uid)
deleteFaqCategory(String uid)
updateFaqCategory(String uid, String categoryName)
createFaqCategory(FaqCategoryRequest request)
Added corresponding implementation and controller logic
Added exception handling using FunctionalException