{
"username": "lidongxu01",
"password": "666666",
"repassword": "666666"
}curl --location --request POST 'http://big-event-vue-api-t.itheima.net/api/login' \
--header 'Content-Type: application/json' \
--data-raw '{
"username": "lidongxu01",
"password": "666666",
"repassword": "666666"
}'{
"code": 0,
"message": "登录成功!",
"token": "Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MjMwLCJ1c2VybmFtZSI6ImxpZG9uZ3h1Iiwibmlja25hbWUiOiIiLCJlbWFpbCI6IiIsImlhdCI6MTY1NDA0NDExMywiZXhwIjoxNjU0MDgwMTEzfQ.IiPyeyWwvtNQWh2l_TIMHCfIP3GH1wKedvIKhghrMmo"
}