Authorization: Bearer ********************{
"prompt": "可爱的小猫",
"image": "https://xxxxxx.jpg",
"duration": 5,
"aspect_ratio": "9:16"
}curl --location -g --request POST '{{BASE_URL}}/custom_video/model/' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"prompt": "可爱的小猫",
"image": "https://xxxxxx.jpg",
"duration": 5,
"aspect_ratio": "9:16"
}'{
"id": "92ccc093-f815-4e29-88d4-1be2e6cb80e8",
"model": "veo2",
"status": "SUBMITTED"
}