Authorization: ********************
{
"matching_rule_id": "string",
"matching_rule": {
"country_code_prefix": {
"country_code": 0,
"prefixes": [
"string"
],
"matching_rule_id": "string",
"name": "string"
}
},
"update_mask": "string"
}
curl --location --request POST 'https://api.cbf.tcn.com/services/billing/v1alpha4/updatematchingrule' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"matching_rule_id": "string",
"matching_rule": {
"country_code_prefix": {
"country_code": 0,
"prefixes": [
"string"
],
"matching_rule_id": "string",
"name": "string"
}
},
"update_mask": "string"
}'
{}