curl --location --request GET 'http://192.168.20.159:8080/ykd-base-system/external/scoring-criteria?itemCode' \
--header 'Authorization: Bearer ' \
--header 'Clientid: '
{
"code": 0,
"msg": "string",
"data": {
"empty": true,
"property1": {},
"property2": {}
}
}