curl --location --request GET '/mrch/merchant/getStatusNum?loginPhone' \
--header 'Authorization: Bearer {{token}}'
{
"msg": "string",
"code": 0,
"data": {
"totalCount": 0,
"runCount": 0,
"noStartCount": 0,
"noActiveCount": 0,
"stopCount": 0,
"endCount": 0,
"auditingCount": "string",
"auditRejectCount": "string"
},
"time": 0
}