I am trying to upload a model using the /v3/models POST request from iOS. I am having issues passing categories & tags as a string array. I see that this issue has existed earlier as well, and the example CURL request passes each category as a separate parameter instead of passing them as an array. However, I am using a library for upload requests and this cannot accept duplicate parameter keys (parameters are passed as a unique key value pair dictionary). If I set a single string to a category or tag, it simply works. Any recommendations as to how can this be resolved?