get Categories And Cities
suspend fun getCategoriesAndCities(parameter: CategoryParams): Resource<Map<String, List<CategoryResponse>>>
Fetches categories and cities data based on provided parameters.
Return
A Resource with a map of CategoryResponse or an error.
Parameters
parameter
The parameters for fetching the categories and cities.