curl --location --request POST '185.252.233.246/api/assets/confirm' \
--header 'X-API-Key: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"fileIds": [
"string"
],
"folderId": "string",
"tags": "string"
}'{
"assets": [
{
"_id": "string",
"filename": "string",
"originalName": "string",
"type": "image",
"size": 0,
"url": "string",
"thumbnail": "string",
"tags": [
"string"
],
"folder": "string",
"createdAt": "2019-08-24T14:15:22.123Z"
}
]
}