FrontToken: ********************curl --location --request GET '/mini-app/public/tags?category' \
--header 'FrontToken: <api-key>'{
"code": 0,
"message": "string",
"data": {
"total": 0,
"list": [
{
"id": "string",
"name": "string",
"category": "string",
"value": "string",
"isActivity": true
}
]
},
"success": true
}