curl --location --request GET '' \
--header 'Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJleHAiOjE3NzgxMjA5NTYsImlhdCI6MTc3NTUyODk1NiwianRpIjoiZjYwZWI0YWMtNDg3NS00MzM4LThkZGUtMGI2ZTFjZjFhOGZhIiwidXNlcl9pZCI6MzF9.hTIJI1W90s0ABGjpIjwLUWAQmSi9-OFh_KvgUotfSP4'{
"code": 0,
"message": "string",
"data": {
"list": [
{
"id": 0,
"user_id": 0,
"asset_type_id": 0,
"asset_type_code": "string",
"asset_type_name": "string",
"change_amount": 0,
"balance_before": 0,
"balance_after": 0,
"change_type": 0,
"change_type_text": "string",
"change_reason": "string",
"operator_id": null,
"operator_name": null,
"remark": "string",
"created_at": "string"
}
],
"total": 0,
"page": 0,
"page_size": 0
}
}