Features accessibility is controlled via feature flags in the FeatureSet, enabling a feature can be done using the Swagger API by following the below steps:
1. Open the Swagger FeatureSet API controller
2. Search for the feature name string
3. If the string appears ensure it is marked as true: "isAllowed": true, if not, enable it:
POST /api/featureSet/enable/{featureSetId}/{featureName}
4. If it does not exist add the feature via:
POST /api/featureSet/add/{featureSetId}/{featureName}
5. API cache refresh may be required after performing the above steps
* FeatureSet Id can be found in the application or application template which is the fallback
** FeatureSet Name: from features list