curl --location --request POST 'http://127.0.0.1:8080/tool/http?code=account/get_account' \ --header 'Authorization: eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJzdWIiOiIxMTExMTEiLCJ1aWQiOiIxIiwiY29tcGFueSI6IiIsImV4cCI6MTc2NjY2NzE3Mn0.zPeApiaOmfcAeuETGFjcPq-hZR2nGeNEQZOTcec4xCk'
{ "code": 200, "data": { "id": 1, "invite_code": "", "is_online": 0, "json_data": {}, "last_login_time": "", "login_time": "", "out_time": "", "reg_time": "", "status": 1, "username": "111111" }, "message": "ok", "success": true }