{
"email": "wangchaowei1208@163.com",
"username": "EST-NINE",
"password": "123456",
"code": "263518"
}
curl --location --request POST '127.0.0.1:9000/api/user/register' \
--header 'Content-Type: application/json' \
--data-raw '{
"email": "wangchaowei1208@163.com",
"username": "EST-NINE",
"password": "123456",
"code": "263518"
}'
{
"code": "0",
"message": null,
"data": {
"token": "da0817708d2c41a2a9f229759c0a3cf3"
},
"success": true
}