{
"id": null,
"code": "",
"makeCode": "",
"schemeId": null,
"checkResult": "",
"isQuality": "",
"memo": "",
"syncBillId": ""
}curl --location --request POST '/mc/api/qcRecord/saveByCode' \
--header 'authorization: Bearer xxxxx' \
--header 'tenant-id;' \
--header 'orgId;' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": null,
"code": "",
"makeCode": "",
"schemeId": null,
"checkResult": "",
"isQuality": "",
"memo": "",
"syncBillId": ""
}'{
"code": null,
"msg": "",
"data": {},
"timestamp": 0
}