Authorization: Bearer ********************curl --location --request GET 'https://www.mengzhikeji.cn/prod-api/merchant/ticketHostInfo/getConcertMerInfo?queryParam=&relationType=&concertId=&merchantId=' \
--header 'Authorization: Bearer <token>'com.wxhd.common.core.domain.R<com.wxhd.merchant.domain.vo.CcMerInfoVO>
{
"code": 0,
"msg": "string",
"data": {
"leaderId": 0,
"leaderName": "string",
"phoneNum": "string",
"area": "string",
"employeeId": 0,
"employeeName": "string",
"merchantName": "string",
"merchantId": 0,
"hostId": 0,
"totalTicket": 0,
"remainTicket": 0
}
}