curl --location --request GET '/callcenter/number/list?numberId=&number=&brandId=&outPrefix='
{ "total": 0, "rows": [ { "numberId": 0, "friendlyName": "string", "number": "string", "numberFormat": "string", "outPrefix": "string", "brandId": 0, "brandName": "string", "busyVoice": "string", "lineVoice": "string", "notWorkVoice": "string", "status": "string", "createBy": 0, "createByName": "string", "createTime": "string", "remark": "string" } ], "code": 0, "msg": "string" }