Authorization: Bearer ********************[
"99/aaa",
"asd/aaaaaaaaaaaaaaaaaaaaa",
"asd/qw@@@e",
"1/1/1/1/1/1/1/1/1"
]curl --location --request POST '/tags/import' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '[
"99/aaa",
"asd/aaaaaaaaaaaaaaaaaaaaa",
"asd/qw@@@e",
"1/1/1/1/1/1/1/1/1"
]'[["asd/aaaaaaaaaaaaaaaaaaaaa","每级分组信息不能为空且长度不能超过20"],["asd/qw@@@e","分组信息包含特殊字符"],["1/1/1/1/1/1/1/1/1","分组信息层级不能超过8级"]]