curl --location --request POST 'https://api.ppchat.vip/v1/videos' \
--header 'Authorization: Bearer $OPENAI_API_KEY' \
--form 'prompt="She turns around and smiles, then slowly walks out of the frame."' \
--form 'model="sora-2"' \
--form 'size="1280x720"' \
--form 'seconds="8"' \
--form 'input_reference="sample_720p.jpeg"'{}