curl --location 'https://api.kabonshare.com/api/assets/confirm' \
--header 'Content-Type: application/json' \
--data '{
"storageKey": "string",
"workspaceId": "string",
"tags": [
"string"
],
"folderId": "string"
}'{
"status": true,
"message": "string",
"data": {
"_id": "string",
"filename": "string",
"originalName": "string",
"type": "image",
"mimeType": "string",
"size": 0,
"storageKey": "string",
"url": "string",
"thumbnailUrl": "string",
"tags": [
"string"
],
"folderId": "string",
"workspaceId": "string",
"createdAt": "2019-08-24T14:15:22.123Z"
}
}