package types type NotifyRequest struct { // Which notify service to call, such as mobile_app_sams_iphone ServiceName string Message string Title string Data map[string]any }