{
"account": "1627635843@qq.com",
"password": "123456"
}
curl --location --request POST 'http://localhost:3001/auth/login' \
--header 'Content-Type: application/json' \
--data-raw '{
"account": "1627635843@qq.com",
"password": "123456"
}'
{}