coursev2
Get list of courses category
Get list of courses category (also named industry)
get/v2/course/categories
Query parameters
langstring
this if for non-gate case, if without jwt token, will respect this field to show lang of list to show, like English, Chinese
Headers
Authorizationstring required
With the bearer started
Response
success, the list in Data is []*model.CourseCategory
Example response
{
"message": "success"
}