Authorization: Bearer ********************curl --location 'http://10.12.186.133:30924/transpond/fileweft/review/tasks' \
--header 'Authorization: Bearer <token>'{
"code": 0,
"msg": "string",
"data": [
{
"taskId": "string",
"workflowId": "string",
"documentId": "string",
"documentNumber": "string",
"title": "string",
"folderId": "string",
"assignedToCurrentUser": true,
"createdTime": 0
}
],
"ok": true
}