curl --request POST \
--url https://api.ppio.com/v3/async/vidu-q3-turbo-f2v \
--header 'Authorization: <authorization>' \
--header 'Content-Type: <content-type>' \
--data '
{
"seed": 123,
"audio": true,
"images": [
{}
],
"is_rec": true,
"prompt": "<string>",
"duration": 123,
"off_peak": true,
"resolution": "<string>"
}
'