{ "username":"111111", "password":"111111" }
curl --location --request POST 'http://127.0.0.1:8080/tool/http?code=auth/login' \ --header 'Content-Type: application/json' \ --data-raw '{ "username":"111111", "password":"111111" }'
{ "code": 200, "data": "eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJzdWIiOiIxMTExMTEiLCJ1aWQiOiIxIiwiY29tcGFueSI6IiIsImV4cCI6MTc2NjU4NDQwMH0.-_1gpeBiDHBiFwNgvnf4RmQsOP6PLr4qNXFGvSSs4-Q", "message": "ok", "success": true }