curl --location --request POST 'https://qianfan.baidubce.com/wenxinworkshop/dataset/importErrorDetail?access_token =' \
--header 'Content-Type;' \
--header 'x-bce-date;' \
--header 'Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{
"datasetId": 2307,
"errCode": 55
}'
{
"log_id": "string",
"result": {
"dataType": "string",
"downloadUrl": "string",
"isZip": 0,
"projectType": 0,
"content": [
{
"sequence": 0,
"sampleFileName": "string",
"sampleName": "string",
"textLocation": 0,
"textContent": "string"
}
]
},
"status": 0,
"success": true
}