Authorization: Bearer ********************curl --location --request GET 'https://www.mengzhikeji.cn/prod-api/merchant/merchant/label/list2?merchantId' \
--header 'Authorization: Bearer <token>'{
"code": 0,
"msg": "string",
"data": [
{
"id": 0,
"name": "string"
}
]
}