curl --location --request POST '/blackHole3D/project/componentLibrary/v3/public/thumbnails/' \
--header 'Authorization: {{token}}'{
"isSuccess": true,
"errMsg": "string",
"data": [
{
"name": "string",
"imgSrc": "string",
"isSelected": true
}
]
}