token: ********************curl --location '/admin/drivers/' \
--header 'token: <api-key>'{
"success": true,
"drive": {
"id": 1,
"name": "Intel网卡驱动",
"file_name": "intel_nic_driver.zip",
"admin": "admin",
"pe_can_load": 1,
"created_at": "2023-01-01T00:00:00Z",
"updated_at": "2023-01-01T00:00:00Z",
"images": [
{
"id": 1,
"name": "Windows Server 2019"
}
]
}
}