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; fill directly in request path (choose either task_id or external_task_id)
// "external_task_id": "", // Custom task ID for text-to-video; use the external_task_id provided during task creation (choose either task_id or external_task_id)
// }'