curl --location --globoff --request POST '/ai/knowledge/match/file?access_token={{access_token}}&return_file=false' \
--header 'client-platform: common'{
"errcode": "string",
"description": "string",
"data": {
"name": "string",
"score": "string",
"angle": "string",
"barcode": "string",
"qrcode": "string",
"pageNum": "string",
"filebase64": "string"
},
"traceId": "string"
}