package webhook func ptrOfStr(s string) *string { return &s } func ptrOfInt(s int) *int { return &s }