config := dojah.NewConfiguration()
config.Context = context.WithValue(config.Context, dojah.ContextAPIKeys,
map[string]dojah.APIKey{
"apikeyAuth": {Key: os.Getenv("DOJAH_SECRET_KEY")},
"appIdAuth": {Key: os.Getenv("DOJAH_APP_ID")},
})
client := dojah.NewAPIClient(config)
result, _, err := client.AMLApi.GetScreeningInfo(context.Background()).
ProfileId("WC7117469").Execute()