Authorization: ********************
{
"authentication_preferences": {
"authorization_via_ip": true,
"allowed_ips": [
"string"
],
"agent_api_key": "string"
},
"field_mask": "string"
}
curl --location --request POST 'https://api.cbf.tcn.com/api/v0alpha/org/preferences/reports/authentication/update' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"authentication_preferences": {
"authorization_via_ip": true,
"allowed_ips": [
"string"
],
"agent_api_key": "string"
},
"field_mask": "string"
}'
{}