curl --location '/testJob/testPath/' \
--header 'Authorization: Bearer {{token}}'{
"code": 0,
"msg": "",
"data": {
"routeId": [
0
],
"routeName": [
""
],
"channelMccMncStats": [
{
"channelId": 0,
"channelAlias": "",
"mcc": 0,
"mnc": 0,
"ratio": ""
}
]
}
}