Authorization: Bearer ********************curl --location '/api/v3/contents/generations/tasks/task_xxx' \
--header 'Authorization: Bearer <token>'{
"id": "task_xxx",
"object": "content.generation.task",
"model": "seedance-2-0",
"status": "running",
"created_at": 1710000000,
"updated_at": 1710000030
}