{
"uuid":""
}curl --location --request POST '/v1/label/synclabel' \
--header 'token;' \
--header 'Content-Type: application/json' \
--data-raw '{
"uuid":""
}'{
"code": 0,
"data": [
{
"uuid": "string",
"ownerwxid": "string",
"labelname": "string",
"labelid": 0
}
],
"text": "string",
"rowcount": 0,
"showmsg": true
}