{
"account": "string",
"password": "string"
}curl --location --request POST 'https://www.nonhana-server.cn:4000/user/login' \
--header 'Authorization: {{token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"account": "string",
"password": "string"
}'{
"result_code": 0,
"result_msg": "id occaecat officia",
"result": {
"token": "aliqua",
"user_id": 79
}
}