CreateUserDTO
firstNamestringrequired
lastNamestringrequired
emailstringrequired
phoneNumberstringrequired
passwordstringrequired
User password with at least 8 chars, uppercase, lowercase, number, and special char
Example:
StrongP@ssw0rdreferralCodestring
rolestringrequired
profilePicturestring<binary>
Profile picture
adminCreationCodestring
CreateUserDTO
{
"firstName": "string",
"lastName": "string",
"email": "string",
"phoneNumber": "string",
"password": "StrongP@ssw0rd",
"referralCode": "string",
"role": "string",
"profilePicture": "string",
"adminCreationCode": "string"
}