we are trying to upload images (these images will be Craft images. Blog images. Artist images) using below upload function to our pixelbin CDN. can you please let me know what should be the value of Tags parameter here (is it predefined or we can add any random value for it ) ?
await platformClient.fileStorage.upload({ data: imageData.data, file_name: imageName, content_type: imageData.headers['content-type'], namespace: nameSpace, size: imageData.headers['content-length'], tags: tags });