curl --location --request POST 'http://localhost:8000/MUFGBOP/MUFGDeclaration/JudgeFile' \
--header 'Authorization: Bearer eyJ0eXAiOiJqd3QiLCJhbGciOiJIUzI1NiJ9.eyJVc2VySWQiOiJNVUZHQWRtaW4iLCJVc2VyTmFtZSI6Ik1VRkdBZG1pbiIsIkd1ZXN0RmxnIjowLCJyb2xlIjoxLCJleHAiOjE3NzQwNTg2MzJ9.-ujtiHlrb4UP32M4KnvSZQCd_8LjqYnRWCtQDK-yxvg' \
--form 'file=@""' \
--form 'operateCode="1"' \
--form 'code="3652"'{
"code": 200,
"state": 1,
"msg": "操作成功"
}