Authorization: Bearer ********************curl --location 'https://api.xgapi.topv1/task/' \
--header 'Authorization: Bearer <token>'{
"id": "task_xxxxxxxxxxxxxxxx",
"status": "completed",
"created_at": 1743724770,
"completed_at": 1743724800,
"outputs": [
"https://cdn.example.com/output/result.mp4"
]
}