23JUD6QXKQC65RKPTXOREOSA4OIWORYWLX2ACJXGJGAXIONDFGRAC
signupRequest :: String -> String -> RecoverBy -> String -> SignupRequest
signupRequest username password recoverBy captchaToken = { username, password, recoverBy, captchaToken }
signupRequest :: String -> String -> RecoverBy -> String -> Array String -> SignupRequest
signupRequest username password recoverBy captchaToken invcodes = { username, password, recoverBy, captchaToken, invitation_codes: invcodes }