curl --location --request GET 'https://api.itbug.shop/tkapi/api/v1/dtk/apis/hot-search-worlds' \
--header 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6IjEiLCJleHAiOjE2OTU0MzcyMjR9.kbmW-3ddds9YwdKzKMieQOUQmjQdMZYE27N724f16Xk'
{
"state": 0,
"message": "string",
"data": [
{
"hotValue": 0,
"label": "string",
"pic": "string",
"rankNum": 0,
"theme": "string",
"wordDesc": "string",
"words": "string"
}
],
"type": "Toast",
"redirectUrl": "/error?message=token失效&reDirectTo=/orderList",
"success": true
}