{
"username": "tytt",
"password": "123456"
}curl --location '/user/register' \
--header 'Content-Type: application/json' \
--data '{
"username": "tytt",
"password": "123456"
}'{
"base": {
"code": 10000,
"msg": "success"
}
}