# Structs
RegisterHandler is the HTTP handler for the "Register" endpoint In this simplified example we are assuming all possible errors are user errors and returning "bad request" HTTP 400.
# Interfaces
RegisterModel will validate and save a registration.