Commit from m3o/m3o action

This commit is contained in:
m3o-actions
2021-11-17 20:29:20 +00:00
parent 675871d282
commit 9864b467b8
29 changed files with 998 additions and 998 deletions

View File

@@ -11,8 +11,8 @@ import (
func main() {
userService := user.NewUserService(os.Getenv("M3O_API_TOKEN"))
rsp, err := userService.Update(&user.UpdateRequest{
Email: "joeotheremail@example.com",
Id: "usrid-1",
Email: "joe+2@example.com",
Id: "user-1",
})
fmt.Println(rsp, err)