Authorization: Bearer ********************curl --location --request GET 'https://www.mengzhikeji.cn/prod-api/merchant/aixg/label/list?createBy=&createTime=&updateBy=&updateTime=¶ms=&id=&name=&merchantId=&pageSize=&pageNum=&orderByColumn=&isAsc=' \
--header 'Authorization: Bearer <token>'{
"total": 0,
"rows": [
{
"id": 0,
"name": "string",
"merchantId": 0
}
],
"code": 0,
"msg": "string"
}