curl --location --request PUT '/amc/product/public/retract'
{
"code": 0,
"message": "string",
"data": {
"status": 0,
"createdTime": 0,
"creatorId": 0,
"updatedTime": 0,
"procDefId": "string",
"variables": {
"property1": {},
"property2": {}
},
"instanceId": "string",
"recordId": 0,
"taskId": "string",
"comment": "string",
"fileIds": "string",
"taskType": 0
},
"success": true
}