Authorization: ********************{}curl --location --request POST 'https://api.cbf.tcn.com/api/v0alpha/org/billing/getsystemdefaultbillingrates' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{}'{
"email_price_per_message": 0,
"phone_rates": {
"attempts": {
"ppa": 0,
"linkback_ppa": 0,
"agent_linkcall_ppa": 0
}
},
"agent_rates": {
"agent_toll_free_ppi": 0,
"agent_softphone_ppi": 0,
"agent_local_ppi": 0
}
}