{
"userAccount": "1620319687@qq.com",
"pwd": "123"
}curl --location --request POST '/login/login' \
--header 'Authorization: Bearer {{token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"userAccount": "1620319687@qq.com",
"pwd": "123"
}'null