Authorization: Bearer ********************{
"type": "zip"
}curl --location --request POST 'https://v1.vocu.ai/api/editor/multipartUpload/newFile' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"type": "zip"
}'{
"status": 200,
"message": "OK",
"data": {
"id": "cFb3fb97-e9CF-3c7c-8A97-De72DD4A1fc5"
}
}