{
"uuid":"",
"userlabels":[{
"username":"",
"labelidlist":[]
}]
}curl --location --request POST '/v1/friend/setfriendlabels' \
--header 'token;' \
--header 'Content-Type: application/json' \
--data-raw '{
"uuid":"",
"userlabels":[{
"username":"",
"labelidlist":[]
}]
}'{
"code": 0,
"data": {
"errcontent": "string",
"errmsg": "string",
"ret": 0
},
"message": "string",
"rowcount": 0,
"showmsg": true,
"statusText": "string"
}