curl --location --request GET '/adminapi/user.user_label/lists' \
--header 'version: 1' \
--header 'token: 757aeabea936900775561ae0a31a09bb'
{
"code": 1,
"show": 0,
"msg": "",
"data": {
"lists": [
{
"id": 4,
"name": "手动标签",
"label_type": 0,
"num": 0
}
],
"count": 1,
"page_no": 1,
"page_size": 25
}
}