{}curl --location --request POST '/listLabel' \
--header 'AUTHORIZATION: token值' \
--header 'Content-Type: application/json' \
--data-raw '{}'{
"ret": 0,
"msg": "string",
"data": {
"labelList": [
{
"labelName": "string",
"labelId": 0
}
]
}
}