curl --location -g --request GET '{{BASE_URL}}/minimax/v1/query/video_generation' \
--header 'Authorization: Bearer {{YOUR_API_KEY}}'
{
"task_id": "176843862716480",
"status": "Success",
"file_id": "176844028768320",
"video_width": 1920,
"video_height": 1080,
"base_resp": {
"status_code": 0,
"status_msg": "success"
}
}