curl --location --request POST 'https://api.dyuapi.com/v1/videos' \
--header 'Authorization: Bearer {{YOUR_API_KEY}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"model": "v-trim",
"remix": "video_fb9e05d5-96a5-42b0-aa9e-2c3be212d470",
"Prompt": "剪辑",
"trim_start": 2.5,
"trim_end": 10.0
}'{
"created_at": 0,
"id": "string",
"model": "string",
"object": "string",
"progress": 0,
"size": "string",
"status": "string"
}