Authorization: ********************
{
"matching_rule_id": "string",
"filter": "string",
"fields": "string",
"sort": [
{
"key": "string",
"direction": "ORDER_UNSPECIFIED"
}
],
"page": {
"limit": 0,
"token": "string"
}
}
curl --location --request POST 'https://api.cbf.tcn.com/services/billing/v1alpha4/listmatchingrules' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"matching_rule_id": "string",
"filter": "string",
"fields": "string",
"sort": [
{
"key": "string",
"direction": "ORDER_UNSPECIFIED"
}
],
"page": {
"limit": 0,
"token": "string"
}
}'
{
"matching_rules": [
{
"country_code_prefix": {
"country_code": 0,
"prefixes": [
"string"
],
"matching_rule_id": "string",
"name": "string"
}
}
],
"token": "string"
}