curl --location --request POST 'http://dev-cn.your-api-server.com/douyin/user/register/?username=hanger&password=88888888' \ --header 'Content-Type: text/plain' \ --data-raw 'username: 用户名 password: 密码'
{ "user_id": 0, "token": "string", "code": "string", "msg": "string" }