curl --location '/admin/v1/system/exchange-records' \
--header 'Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJleHAiOjE3ODAxNDI2MDUsImlhdCI6MTc3NzU1MDYwNSwianRpIjoiYWRjZDdlMjEtNDk4YS00OTYzLWEwMjktNDY1NTA1MmU3MzYyIiwidXNlcl9pZCI6MTEyfQ.59JzeJ5wViprpWtxWcp9yNB9VRXZVfYyO2Ya_enLEUc'{
"code": 0,
"message": "string",
"data": {
"total": 0,
"page": 0,
"size": 0,
"list": [
{
"id": 0,
"order_no": "string",
"user_id": 0,
"exchange_type": 0,
"exchange_type_name": "string",
"target_amount": "string",
"target_account_type": 0,
"target_account_type_name": "string",
"target_account_id": "string",
"real_name": "string",
"status": 0,
"status_name": "string",
"transfer_result": "string",
"created_at": "string",
"updated_at": "string"
}
]
}
}