Authorization: Bearer ********************{
"taskType": 0,
"platformId": 0,
"actionType": "string",
"items": [
{
"taskId": 0,
"targetId": "string"
}
],
"auditReason": "string"
}curl --location --request POST '/web/data-middle-platform/access/v1.0/myTask/batchAction' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"taskType": 0,
"platformId": 0,
"actionType": "string",
"items": [
{
"taskId": 0,
"targetId": "string"
}
],
"auditReason": "string"
}'{
"code": 0,
"msg": "string",
"data": null
}