curl --location --request GET 'http://localhost:8081/marketing/TagRelation/list?customerId=' \
--header 'Authorization: '
{
"total": 0,
"rows": [
{
"id": 0,
"customerId": 0,
"tag": "string"
}
],
"code": 0,
"msg": "string",
"map": {
"property1": {},
"property2": {}
}
}