{
"uuid":"",
"labels":[{
"username":"",
"labelidlist":[]
}]
}curl --location --request POST '/v1/friend/savefriendlabel' \
--header 'login-token;' \
--header 'Content-Type: application/json' \
--data-raw '{
"uuid":"",
"labels":[{
"username":"",
"labelidlist":[]
}]
}'{
"code": 200,
"data": [
{
"id": 7,
"name": "朋友"
}
],
"message": "成功",
"rowcount": 0,
"showmsg": false,
"statusText": ""
}