Authorization: Bearer ********************curl --location --request GET 'http://192.168.0.69:20001/api/claim/audit-list?page=1&page_size=10' \
--header 'Authorization: Bearer <token>'{
"status": 200,
"success": true,
"data": [
{
"id": 1,
"user_id": 31,
"dataset_id": "55420290893c39212fb3619fea628043",
"dataset_name": "数据集名称",
"proof_materials": [
"images/202511/7555bece444e058adb99e4f1a5f4e5c8.jpg"
],
"auditor_id": 11,
"status": 2,
"audit_result": "",
"created_at": "2025-11-11 11:48:23"
}
],
"pagination": {
"count": 1,
"total": 1,
"per_page": 10,
"current_page": 1,
"total_pages": 1
}
}