curl -L \
--request POST \
--url 'https://HOSTNAME:8887/api/feature_access_codes' \
--header 'Authorization: Bearer YOUR_SECRET_TOKEN' \
--header 'Content-Type: application/json' \
--data '{
"items": [
{
"code": "text",
"feature": "ACCESSING_SHARED_VOICEMAIL",
"enabled": true
}
]
}'