curl --location 'https://api.kabonshare.com/api/assets?workspaceId=undefined&page=undefined&limit=undefined&type=undefined&folderId=undefined&search=undefined'{
"status": true,
"message": "string",
"data": {
"assets": [
{
"_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"
}
],
"pagination": {
"total": 0,
"page": 0,
"limit": 0,
"pages": 0
}
}
}