sha256(密码-https://github.com/alist-org/alist)
{ "username": "{{alist_username}}", "password": "{{alist_password}}" }
curl --location --request POST 'http://prod-cn.your-api-server.com/api/auth/login/hash' \ --header 'Content-Type: application/json' \ --data-raw '{ "username": "{{alist_username}}", "password": "{{alist_password}}" }'
{ "code": 200, "message": "success", "data": { "token": "abcd" } }