WordList
Get word I favorite
Get list of word I favorite
get/v2/word_list/get_words
Query parameters
folder_idstring required
which folder's words you want to get, 0 means all
next_tokenstring required
bring the previous next_token to get the next page
Headers
Authorizationstring required
With the bearer started
Response
success, the list in Data is []*model.WordList
Example response
{
"message": "success"
}