I'm testing creating an Organization using the Kinde Management API. In the JSON body of the request, I'm adding a feature flag that I want to associate with the created Organization.:
When I go into the Kinde UI, I see that the organization is created successfully but when I look at the feature flags, I do not see anything. I see the message: "There’s currently no feature flags that can be applied for this organization. You’ll need to set them up for your business first."
But I have the feature flag "test_12" setup in my business under
Releases -> Feature flags
Releases -> Feature flags
Can someone please point me what my mistake is in the request ?