Authorization: Bearer ********************
{
"id": "263cd424-d57e-4e9a-9cc0-9a1f07cc97bb"
}
curl --location --request POST 'https://v1.vocu.ai/api/editor/multipartUpload/finish' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": "263cd424-d57e-4e9a-9cc0-9a1f07cc97bb"
}'
{
"status": 200,
"message": "OK",
"data": {
"id": "36a7e252-5aa9-42d2-8845-d596239bce77"
}
}