Authorization: Bearer ********************curl --location --request GET 'http://10.12.186.133:30924/transpond/count/index' \
--header 'Authorization: Bearer <token>'{
"code": 0,
"msg": "",
"data": {
"dailyAverageSearch": {},
"dailySearchTrend": [
{
"indicators": "",
"count": 0
}
],
"top5SearchPercentage": [
{
"indicators": "",
"count": 0,
"percentage": 0.0
}
],
"structTrunk": [
{
"indicators": "",
"count": 0,
"children": [
{
"indicators": "",
"count": 0,
"children": []
}
]
}
]
}
}