{
"id": 46,
"trade_remark1_prefix": "YL/",
"trade_remark2_prefix": "YL/",
"reporter_prefix": "YL/"
}curl --location --request PUT 'http://localhost:8000/MUFGBOP/MUFGDeclaration/updateNewBizImport' \
--header 'Authorization: Bearer eyJ0eXAiOiJqd3QiLCJhbGciOiJIUzI1NiJ9.eyJVc2VySWQiOiJNVUZHQWRtaW4iLCJVc2VyTmFtZSI6Ik1VRkdBZG1pbiIsIkd1ZXN0RmxnIjowLCJyb2xlIjoxLCJleHAiOjE3NzQwNTg2MzJ9.-ujtiHlrb4UP32M4KnvSZQCd_8LjqYnRWCtQDK-yxvg' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 46,
"trade_remark1_prefix": "YL/",
"trade_remark2_prefix": "YL/",
"reporter_prefix": "YL/"
}'{
"code": 200,
"msg": "修改成功"
}