curl --request POST \
--url https://docflow.textin.com/api/app-api/sip/platform/v2/review/task/delete \
--header 'Content-Type: application/json' \
--header 'x-ti-app-id: <api-key>' \
--header 'x-ti-secret-code: <api-key>' \
--data '
{
"workspace_id": "1234567890",
"task_ids": [
"31415926"
]
}
'