{
"file": "string"
}
curl --location --request POST 'http://localhost:8081/dify/invoice/recognize' \
--header 'Authorization: ' \
--header 'Content-Type: application/json' \
--data-raw '{
"file": "string"
}'
{
"code": 0,
"msg": "string",
"data": {
"property1": {},
"property2": {}
}
}