{ "username":"halux", "password":"123456789" }
curl --location --request POST 'http://192.168.64.128:10000/user/register' \ --header 'Content-Type: application/json' \ --data-raw '{ "username":"halux", "password":"123456789" }'
{ "code": 0, "message": "string" }