Activate a feature for a organization
feature_flags_put_organizations(flag_name, organization_id)
A list containing the following elements:
string, The name of the feature.
string,
boolean, Whether the feature is active for the current user.
integer, The number of users with this feature flag enabled.
string,
string,
string,
integer,
integer,
integer, The target percentage of users who should have this feature flag enabled.
string required. The feature flag name.
integer required. Organization ID.