curl --location --request POST '/volc/v1/contents/generations/tasks' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"model": "doubao-seedance-1-0-pro-fast-251015",
"content": [
{
"type": "text",
"text": "Realistic style, under a clear blue sky, a large white daisy field, the camera gradually zooms in, and finally settles on a close-up of a daisy flower, with a few crystal dewdrops on the petals --resolution 480p --ratio 16:9 --duration 2 --camera_fixed false --watermark false --seed 1"
}
]
}'