Authorization: Bearer ********************
{
"proxy":"false"
}
curl --location --request POST 'https://api.moreapi.cn/api/billboard/content_tag' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"proxy":"false"
}'
{
"code": 0,
"path": "string",
"proxy": "string",
"time": "string",
"msg": "string",
"data": [
{
"label": "string",
"value": 0,
"count": 0,
"children": [
{
"label": "string",
"value": 0
}
]
}
]
}