Body
-
email
string(email) Required Minimum length is
1
, maximum length is255
. -
password
string Required Minimum length is
1
. Format should match the following pattern:^(?=.*[a-z])(?=.*[A-Z])(?=.*\d)[a-zA-Z\d\w\W]{8,}$
. -
name
string Required Minimum length is
1
, maximum length is255
. -
omCode
string Required Minimum length is
1
. Format should match the following pattern:^\d{11}$
.