curl --location --request POST 'https://api.ppchat.vip/v1/videos/<previous_video_id>/remix' \
--header 'Authorization: Bearer $OPENAI_API_KEY' \
--header 'Content-Type: application/json' \
--data-raw '{
"prompt": "Shift the color palette to teal, sand, and rust, with a warm backlight."
}'{}