curl --location --request POST 'user/changeemail' \ --header 'token: {{token}}' \ --form 'email="297019888@qq.com"'
{ "code": 0, "msg": "string", "time": "string", "data": { "email": "string" } }