{
"name": "string",
"password": "string",
"verificationCode": "string",
"email": "string"
}
curl --location --request POST 'http://localhost:8080/api/account/register' \
--header 'Authorization: ' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "string",
"password": "string",
"verificationCode": "string",
"email": "string"
}'
{
"success": false,
"errCode": "",
"errMessage": ""
}