curl --location --request GET 'https://api.mediashare.com/api/assets?folderId&type&tags&search&page&limit' \
--header 'X-API-Key: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"workspaceId": "string"
}'{
"assets": [
{
"_id": "string",
"userId": "string",
"workspace": "string",
"filename": "string",
"originalName": "string",
"mimeType": "string",
"size": 0,
"url": "string",
"type": "image",
"folderId": "string",
"tags": [
"string"
],
"createdAt": "2019-08-24T14:15:22.123Z"
}
],
"pagination": {
"page": 0,
"limit": 0,
"total": 0,
"pages": 0
}
}