curl --location --request GET '/kling/v1/videos/text2video/827996385395363846' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '// {
// "task_id": "kling-v1825380683199176793", // Task ID for text-to-video generation. Request path parameter, fill the value directly in the request path. Choose one of two query methods with external_task_id
// "external_task_id": "", // Custom task ID for text-to-video generation. The external_task_id specified when creating the task. Choose one of two query methods with task_id
// }'