curl --location --request POST 'http://localhost:8080/user/register' \ --form 'mobile="手机号"' \ --form 'password="密码(加密后)"' \ --form 'nickname="昵称"'
{}