curl --location --request GET 'https://api.piapi.ai/api/v1/task/' \
--header 'X-API-Key;'{
    "code": 200,
    "message": "string",
    "data": {
        "task_id": "736fde4d-9029-4915-8189-01353d6982cb",
        "status": "string",
        "output": {
            "video_url": "http://example.com"
        }
    }
}