curl --location 'https://api.kabonshare.com/api/assets/upload' \
--form 'file=@""' \
--form 'workspaceId=""' \
--form 'folderId=""' \
--form 'tags=""'{
"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"
}
}