curl --location --request POST 'https://api2.hik-cloud.com/api/v1/open/collectors/remote/fingerprints/actions/get' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
"code": 200,
"message": "操作成功",
"data": {
"fingerprintNo": 1,
"fingerprintData": "...SJDL...ASJNNN+=",
"fingerprintQuality": 90
}
}'
{
"code": 200,
"message": "操作成功",
"data": {
"fingerprintNo": 1,
"fingerprintData": "...SJDL...ASJNNN+=",
"fingerprintQuality": 90
}
}