{
"mode": "auto",
"keywords": [
"string"
],
"keywordLimit": 1,
"pageLimit": 1,
"enableAutoKeyword": true,
"searchSuffix": "string",
"remark": "string"
}curl --location '/pan-crawl/task' \
--header 'bladeauth: {{auth}}' \
--header 'Content-Type: application/json' \
--data '{
"mode": "auto",
"keywords": [
"string"
],
"keywordLimit": 1,
"pageLimit": 1,
"enableAutoKeyword": true,
"searchSuffix": "string",
"remark": "string"
}'{
"code": 0,
"success": true,
"msg": "string",
"data": {
"id": "string",
"mode": "auto",
"status": "pending",
"keywordLimit": 0,
"pageLimit": 0,
"searchSuffix": "string",
"keywords": [
"string"
],
"totalKeywords": 0,
"processedKeywords": 0,
"successCount": 0,
"failCount": 0,
"panLinkCount": 0,
"remark": "string",
"errorMessage": "string",
"createdBy": "string",
"finishedAt": "string",
"createdAt": "string",
"updatedAt": "string"
}
}