curl --location 'https://moyunapi.com/v1/videos/task_abc123' \
--header 'Accept;' \
--header 'Authorization: Bearer <token>'{
"id": "task_abc123",
"object": "video.generation",
"model": "sora",
"status": "processing",
"progress": 65,
"created_at": 1722486000
}