We have a use case to create Feature flags or Targets programmatically by making API calls(https://apidocs.harness.io/tag/Feature-Flags#operation/CreateFeatureFlag) Everytime flag is created, a notification is sent to all Server SDK users. Today we can only create one Flag or target at a time. It would be good to support batch APIs to create set of flags in a single API. This will also reduce number of notifications to server sdk users.