{ "username": "string", "password": "string" }
curl --location '/register' \ --header 'Content-Type: application/json' \ --data '{ "username": "string", "password": "string" }'
{ "code": 0, "msg": "", "data": null }