{
"templateId": 0,
"labelLists": [
{
"id": 0,
"name": "string",
"dbName": "string",
"order": 0
}
]
}curl --location '/user/template/labels/update' \
--header 'Content-Type: application/json' \
--data '{
"templateId": 0,
"labelLists": [
{
"id": 0,
"name": "string",
"dbName": "string",
"order": 0
}
]
}'{
"code": 0,
"msg": "",
"data": [
{
"userId": 0,
"templateId": 0,
"name": "",
"dbName": "",
"orderBy": 0
}
]
}