curl --request POST \
--url https://api.ppinfra.com/v3/async/minimax-video-01 \
--header 'Authorization: <authorization>' \
--header 'Content-Type: <content-type>' \
--data '
{
"prompt": "<string>",
"image_url": "<string>",
"enable_prompt_expansion": true,
"aigc_watermark": true
}
'