access-token: ********************
curl --location --request GET '/my/approval-history?procInsId' \
--header 'access-token;'
{
"code": "string",
"data": [
{
"approveRoleId": 0,
"approveRoleName": "string",
"approveUserId": 0,
"approveUserName": "string",
"arrivalTime": "2019-08-24T14:15:22Z",
"businessId": 0,
"duration": 0,
"id": 0,
"processId": "string",
"receiveStatus": 0,
"remark": "string",
"status": 0,
"step": 0,
"time": "2019-08-24T14:15:22Z",
"valid": 0
}
],
"message": "string",
"success": true
}