Cannot pass LD-API-Version: beta to GetEvaluationsUsageExecute
{"message":"This API is in beta. To use it, your request must include the header LD-API-Version: beta."}
Although i pass like below
// Configure the API client
configuration := ldapi.NewConfiguration()
configuration.AddDefaultHeader("Authorization", apiToken)
configuration.AddDefaultHeader("LD-API-Version", "beta") // Required for beta APIs
Cannot pass LD-API-Version: beta to GetEvaluationsUsageExecute
{"message":"This API is in beta. To use it, your request must include the header
LD-API-Version: beta."}Although i pass like below