curl --location --request GET 'https://selfxu.cn:5000/amount_modi/sea?page&pageSize' \ --header 'Cookie: token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VybmFtZSI6InJvb3QiLCJleHAiOjE3MDkwNjk2OTB9.c_x7QRoEf0FIvow4jY3TqrG2A17hU9xS6fauRC7Wlds'
{ "data": { "items": [ { "account_balance_after_change": 0, "account_balance_before_change": 0, "card_balance_after_change": 0, "card_balance_before_change": 0, "change_time": "string", "id": "string", "name": "string", "operator_name": "string", "student_id": "string" } ], "page": 0, "pageSize": 0, "total": 0 }, "message": "string", "status": "string" }