curl --location --request PUT '/pda/wm/rtIssue/execute' \
--header 'Authorization: Bearer {{password}}' \
--header 'Content-Type: application/json' \
--data '{
"createDept": 0,
"createBy": 0,
"createTime": "string",
"updateBy": 0,
"updateTime": "string",
"params": {
"key": {}
},
"id": 0,
"code": "string",
"name": "string",
"workorderId": 0,
"workorderCode": "string",
"workstationId": 0,
"workstationCode": "string",
"workstationName": "string",
"rtType": "string",
"rtDate": "string",
"status": "string",
"remark": "string",
"materialRecordId": 0,
"materialRecordCode": "string"
}'