{
"type": "arena",
"items": {
"arbitrary-item-key": {
"name": "string",
"mimeType": "string",
"objectType": "cover"
}
},
"fileDirPath": "string"
}curl --location --request POST 'https://api.chattabox.com/v1/signed-urls' \
--header 'Content-Type: application/json' \
--data-raw '{
"type": "arena",
"items": {
"arbitrary-item-key": {
"name": "string",
"mimeType": "string",
"objectType": "cover"
}
},
"fileDirPath": "string"
}'{
"data": {
"items": "array or object of items"
}
}