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

@@ -12,9 +12,9 @@ func main() {
userService := user.NewUserService(os.Getenv("M3O_API_TOKEN"))
rsp, err := userService.Create(&user.CreateRequest{
Email: "joe@example.com",
Id: "usrid-1",
Password: "mySecretPass123",
Username: "usrname-1",
Id: "user-1",
Password: "Password1",
Username: "joe",
})
fmt.Println(rsp, err)