{ "UserName": "加密后的邮箱地址", "Password": "加密后的密码", "VerifyCode": "加密后的验证码" }
curl --location --request POST 'http://127.0.0.1:5222/Passport/v2/Register' \ --header 'Content-Type: application/json' \ --data-raw '{ "UserName": "加密后的邮箱地址", "Password": "加密后的密码", "VerifyCode": "加密后的验证码" }'
{ "retcode": 0, "message": "success", "data": { "AccessToken": "访问令牌", "RefreshToken": "刷新令牌", "ExpiresIn": 3600 } }