Skip to content

Instantly share code, notes, and snippets.

@stanlee321
Created October 14, 2020 16:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save stanlee321/ff6b036ae60699b8b222875c60c13bb2 to your computer and use it in GitHub Desktop.
Save stanlee321/ff6b036ae60699b8b222875c60c13bb2 to your computer and use it in GitHub Desktop.
const data = {
    userType : "ROOT",
    status : "active",
    userName: "stan lee",
    phone : 54323453,
    email: "stanlee321@gmail.com",
    password: "1234",
    firstName: "rammstein",
    secondName: "KOF",
    lastName: "last",
    gender: "Male",
    yearOfBirth: 4444,
    levelOfEducation: "Bacheleor",
    profilePictureUrl: "www.google.pic/pic.jpg",
    identityCard: "CO-323232",
    goals: "nothing",
    honorCode: false,
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment