curl --location --request POST '185.252.233.246/api/assets/upload-url' \
--header 'X-API-Key: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"files": [
{
"filename": "string",
"contentType": "string"
}
],
"folderId": "string",
"tags": "string"
}'{
"files": [
{
"fileId": "string",
"uploadUrl": "http://example.com"
}
]
}