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