curl --location --request POST '/srsVoiceBillingWhitelist/check' \
--header 'Authorization: Bearer {{token}}'
{
"code": 0,
"msg": "",
"data": [
{
"voiceAppId": 0,
"tbVoiceRateExtendId": 0,
"srsVoiceCycleBaseId": 0,
"firstBillingCycle": 0,
"segmentedBillingCycle": "",
"vosFirstBillingCycle": 0,
"vosSegmentedBillingCycle": 0
}
]
}