Authorization: Bearer ********************
{ "dataId": 0, "minConfidence": 0, "maxConfidence": 0, "classes": [ "string" ] }
curl --location --request POST 'http://localhost:8190/api/model/image/recognition' \ --header 'Content-Type: application/json' \ --data-raw '{ "dataId": 0, "minConfidence": 0, "maxConfidence": 0, "classes": [ "string" ] }'
{}