get Contact Us Categorization
abstract suspend fun getContactUsCategorization(categories: List<String>?, topics: List<String>?): ContactUsCategorizationResponse
Returns all categories and their related topics used to create a support request.
Return
A ContactUsCategorizationResponse object instance
Parameters
categories
List of categories to filter the categorization response.
topics
List of topics to filter the categorization response.