curl --location --request GET '/admin/v1/system/exchange-records' \
--header 'Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJleHAiOjE3NzgxMjA5NTYsImlhdCI6MTc3NTUyODk1NiwianRpIjoiZjYwZWI0YWMtNDg3NS00MzM4LThkZGUtMGI2ZTFjZjFhOGZhIiwidXNlcl9pZCI6MzF9.hTIJI1W90s0ABGjpIjwLUWAQmSi9-OFh_KvgUotfSP4'{
"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"
}
]
}
}