curl --location --request GET 'http://127.0.0.1/sys/label/list?typeId='
{
"_embedded": [
{
"createBy": "string",
"createTime": "string",
"id": "string",
"name": "string",
"tenant": "string",
"typeId": "string",
"updateBy": "string",
"updateTime": "string"
}
],
"code": 0,
"message": "string",
"timestamp": "string"
}