{
"cycleBaseId": 57,
"voiceAppId": 1000007
}
curl --location --request POST '/srsVoiceBillingWhitelist' \
--header 'Authorization: Bearer {{token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"cycleBaseId": 57,
"voiceAppId": 1000007
}'
{
"code": 0,
"msg": "",
"data": false
}