curl --location '/openapi/v1/tasks/' \
--header 'x-api-key: {{api_key}}'{
"code": "0",
"message": "ok",
"data": {
"task_id": "30df558c-6f94-4c4e-b976-d60569fe595d",
"status": "CREATED",
"capability_code": "idetect",
"request_id": "string",
"created_at": "2019-08-24T14:15:22.123Z",
"updated_at": "2019-08-24T14:15:22.123Z",
"finished_at": 0,
"error_code": "string",
"error_message": "string"
}
}