curl --request POST \
--url https://api.ppinfra.com/v3/async/seedance-v1-lite-t2v \
--header 'Authorization: <authorization>' \
--header 'Content-Type: <content-type>' \
--data '
{
"prompt": "<string>",
"resolution": "<string>",
"aspect_ratio": "<string>",
"duration": 123,
"camera_fixed": true,
"seed": 123,
"watermark": true
}
'