curl --location --request GET 'http://localhost:3000/api/admin/resume/projectImage?projectId' \
--header 'Authorization;'
{
"code": 0,
"message": "string",
"data": [
{
"name": "string",
"src": "string",
"createTime": "string",
"updateTime": "string",
"categoryID": "string",
"categoryName": "string",
"size": "string"
}
]
}