Authorization: Bearer ********************{
"status": "success",
"message": "Employee documents fetched successfully",
"data": [
{
"id": 4,
"employee_profile_id": 2,
"type": "cv",
"filename": "68b0a3e14cb14.png",
"mime_type": "image/png",
"size": 8968,
"path": "attachments/employee/2/cv/68b0a3e14cb14.png",
"disk": "public",
"uploaded_by": 1,
"uploaded_at": "2025-08-28 18:46:26",
"created_at": "2025-08-28T18:46:26.000000Z",
"updated_at": "2025-08-28T18:46:26.000000Z",
"url": "http://localhost:8000/storage/attachments/employee/2/cv/68b0a3e14cb14.png"
}
]
}