curl --request POST \
--url https://api.example.com/v1.0/subscribers/guardian-features \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"SubscriberId": "<string>",
"EnableIntelligentGuardianCalls": true,
"EnableIntelligentGuardianMessages": true
}
'curl --request POST \
--url https://api.example.com/v1.0/subscribers/guardian-features \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"SubscriberId": "<string>",
"EnableIntelligentGuardianCalls": true,
"EnableIntelligentGuardianMessages": true
}
'JWT Authorization header using the Bearer scheme. Obtain token from /v1.0/OAuth2/tokens endpoint.
Success