curl --location --request GET 'http://localhost:0721/api/user/published-labels?id' \
--header 'Authorization: {{token}}'
{
"code": 200,
"message": "do ex eu",
"data": [
{
"id": "5",
"name": "级低看族",
"img": "http://dummyimage.com/400x400",
"color": "mollit"
}
]
}