Authorization: Bearer ********************curl --location --request POST '/v1/videos' \
--header 'Authorization: Bearer <token>' \
--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"'{
"id": "video_68d7512d07848190b3e45da0ecbebcde004da08e1e0678d5",
"object": "video",
"created_at": 1758941485,
"status": "in_progress",
"model": "sora-2-pro",
"progress": 33,
"seconds": "8",
"size": "1280x720"
}