WordList
Get Folder list of featured from multilang course
Get Folder list of featured
get/v2/word_list/featured_list_v2
Query parameters
folder_idstring
which folder's words you want to get
topicstring
which topic folder words you want to get, empty means all, need to be tag_id like 1,2,3
tag_idsstring
tags of list to show, like 1,2,3 named industry
next_tokenstring
bring the previous next_token to get the next page
Response
success, the list in Data is []*model.WordListFeaturedFolder
Example response
{
"message": "success"
}