X-Internal-Request header with the INTERNAL_SECRET environment variable.curl --location --request POST 'https://api.mediashare.com/api/files/upload-from-worker' \
--header 'X-Internal-Request;' \
--header 'X-API-Key: <api-key>' \
--form 'file=@""' \
--form 'storageType=""'{
"success": true,
"url": "https://api.yourdomain.com/uploads/temp/file-123.jpg"
}