FrontToken: ********************{
"property1": "string",
"property2": "string"
}curl --location --request POST '/mini-app/infer/upload/imageUrlWxCheck' \
--header 'FrontToken: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"property1": "string",
"property2": "string"
}'{
"code": 0,
"message": "string",
"data": {},
"success": true
}