{ "username": "string", "password": "string" }
curl --location --request POST 'http://localhost:8888/user/register' \ --header 'Content-Type: application/json' \ --data-raw ''
{ "code": 20000, "info": "OK", "data": null }