Hello,
I'm trying to interact with an API that needs the usage of arrays.
var status = newMultipartData()
status["media_ids"] = [imageId]
RunBut `[]=` only supports strings. How should I send this data? Thank you, @luqaska.
