userRequestDto
userRequestDto
Data object for an user creation request
JSON Example
{
"email": "string",
"password": "string"
}
string
email
Required
string
As ^(?=.*?[A-Z])(?=.*?[a-z])(?=.*?[0-9])(?=.*?[?!@#$%^&*])[A-Za-z\d?!@#$%^&*]{8,20}$
password
Required
password