POST /api/feature_access_codes HTTP/1.1
Host: hostname:8887
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 81
{
"items": [
{
"code": "text",
"feature": "ACCESSING_SHARED_VOICEMAIL",
"enabled": true
}
]
}