curl --location --request PUT 'https://api-v2.getmarvia.com/v1/uploads/complete-multi-part' \
--header 'Authorization: ' \
--header 'Content-Type: application/json' \
--data-raw '{
"uuid": "095be615-a8ad-4c33-8e9c-c7612fbf6c9f",
"parts": [
{
"partNumber": 0,
"eTag": "string"
}
]
}'
{
"uuid": "095be615-a8ad-4c33-8e9c-c7612fbf6c9f",
"url": "http://example.com"
}