curl --location --request POST 'https://api2.hik-cloud.com/api/v1/edu/classbrand/deviceParam/actions/faceDetectParamConfig' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
"devSerail":"D57611549",
"interorbitalDistance":80,
"faceScore":90,
"similarity":0.8,
"antiFake":60,
"chooseType":"middle",
"schoolId":"00a795f4a25d4de09edd091f28747eb4"
}'
{
"code": 200,
"message": "操作成功"
}