curl --location --request POST 'https://user.mslmc.net/api/user/login' \
--data-urlencode 'email=xxx@mslmc.cn' \
--data-urlencode 'password=12345' \
--data-urlencode 'twoFactorAuthKey=123456'
{
"code": 200,
"msg": "登录成功!",
"data": {
"username": "小可爱",
"token": "nVCA2Ops7OoKG2n6aNHsWBiSbBMzpgZmrqCtgh0lvKGkWwBxbOTzXoiRFDWWsHSWdB9BAEb4dY555oTGnWOeCymhgaMx3lhwxu4xgE6TyzIIkd192y4KKZWpx29nthE"
}
}