curl --location --request GET '/admin-api/bpm/process-instance/cc/my-page?pageNo=1&pageSize=10'{
"code": 0,
"data": {
"list": [
{
"id": 0,
"startUserId": 0,
"startUserNickname": "string",
"processInstanceId": "string",
"processInstanceName": "string",
"taskId": "string",
"taskName": "string",
"reason": "string",
"creator": "string",
"creatorNickname": "string",
"createTime": "2019-08-24T14:15:22.123Z"
}
],
"total": 0
},
"msg": "string"
}