Authorization: Bearer ********************
curl --location -g --request GET '/api/v3/contents/generations/tasks/cgt-20250528013704-8s2cd' \
--header 'Authorization: '
{
"id": "string",
"model": "string",
"status": "string",
"content": {
"video_url": "string"
},
"usage": {
"completion_tokens": 0,
"total_tokens": 0
},
"created_at": 0,
"updated_at": 0
}