curl --location --request GET '/srsVoiceBillingWhitelist/' \
--header 'Authorization: Bearer {{token}}'
{
"code": 0,
"msg": "",
"data": {
"id": 0,
"cycleBaseId": 0,
"firstBillingCycle": 0,
"segmentedBillingCycle": 0,
"voiceAppId": 0,
"customerId": 0,
"customerName": "",
"appId": "",
"appName": "",
"appAlias": "",
"createBy": "",
"createTime": "",
"modifyBy": "",
"modifyTime": "",
"delFlag": 0
}
}