{
"processKey": "string",
"processInstanceId": "string",
"processInstNum": "string",
"processName": "string",
"category": "string",
"state": "string",
"beginTime": "string",
"endTime": "string",
"startUserName": "string",
"createTime": "2019-08-24T14:15:22Z",
"assigneeName": "string",
"params": {
"property1": {},
"property2": {}
},
"procInstStatusList": "string",
"procInstStatus": "string",
"title": "string",
"platformType": "string"
}
curl --location --request POST 'http://localhost:8081/workflow/process/claimExport' \
--header 'Authorization: ' \
--header 'Content-Type: application/json' \
--data-raw '{
"processKey": "string",
"processInstanceId": "string",
"processInstNum": "string",
"processName": "string",
"category": "string",
"state": "string",
"beginTime": "string",
"endTime": "string",
"startUserName": "string",
"createTime": "2019-08-24T14:15:22Z",
"assigneeName": "string",
"params": {
"property1": {},
"property2": {}
},
"procInstStatusList": "string",
"procInstStatus": "string",
"title": "string",
"platformType": "string"
}'
{}