curl --location --request POST 'https://api.mediashare.com/api/assets' \
--header 'X-API-Key: <api-key>' \
--form 'files=""' \
--form 'workspaceId=""' \
--form 'folderId=""' \
--form 'tags=""'{
"success": true,
"message": "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"
}
]
}