curl --location --request GET 'https://api.302.ai/302/video/toolkit/status/' \
--header 'Authorization: Bearer '
{
"task_id": "string",
"status": "pending",
"created_at": "string",
"updated_at": "string",
"completed_at": "string",
"result": {
"video_url": "string",
"video_file": {
"url": "string",
"file_name": "string",
"file_size": 0,
"mime_type": "string",
"prefix": "string"
},
"source_videos": [
"string"
],
"video_count": 0,
"format": "string",
"metadata": {
"file_size": 0,
"mime_type": "string"
}
},
"execution_time": "string"
}