{ "phone": "18628518809", "captcha": "2822", "password": "123456" }
curl --location --request POST '/user/register' \ --header 'Content-Type: application/json' \ --data-raw '{ "phone": "18628518809", "captcha": "2822", "password": "123456" }'
{ "code": 0, "msg": "string", "data": { "user": { "userId": "string", "userName": "string", "userPhone": "string", "userPassword": "string", "userAvatar": "string", "userTokenCount": 0, "userApiKey": "string" }, "token": "string" } }