curl --location --request PUT '/pda/wm/miscRecpt/confirm' \
--header 'Authorization: Bearer {{password}}' \
--header 'Content-Type: application/json' \
--data '{
"createDept": 0,
"createBy": 0,
"createTime": "string",
"updateBy": 0,
"updateTime": "string",
"params": {
"key": {}
},
"id": 0,
"next": true
}'{
"code": 0,
"msg": "",
"data": null
}