access-token: ********************curl --location '/admin/reworkparts?page=undefined&page_size=undefined&part_id=undefined&status=undefined&rework_time=undefined&contacts=undefined&phone=undefined&principal=undefined&manner=undefined&label=undefined&remarks=undefined' \
--header 'access-token: <api-key>'{
"success": true,
"reworkparts": [
{
"id": 1,
"part_id": 10,
"status": "Malfunction",
"rework_time": "2023-01-01T12:00:00Z",
"contacts": "张三",
"phone": "13800138000",
"principal": "李四",
"manner": "维修",
"label": "服务器硬盘",
"remarks": "硬盘故障",
"officalmodel": "Seagate Barracuda 1TB",
"type": "硬盘",
"brand": "Seagate",
"created_at": "2023-01-01T12:00:00Z",
"updated_at": "2023-01-02T12:00:00Z"
}
],
"total": 50
}