curl --location --request POST 'https://horizon-api-sb.app.rpe.tech/api/v1/biometria/backoffice/enroll' \
--header 'fortfaceAuthorizationToken;' \
--header 'Content-Type: application/json' \
--data-raw '{
"externalUserId": "90187063091",
"imgData": "{{imgRosto}}",
"analysis": {
"liveness": true
}
}'
{
"photo": {
"liveness": {
"value": true,
"confidence": 70
},
"eyesOpen": {
"left": {
"value": true,
"confidence": 91
},
"right": {
"value": true,
"confidence": 73
}
}
},
"hash": "3DGPA/eFozPL4sY/5Sy1MChMQLyPlP5s1huxxxowyfJ1xuODyQGOeh9JGpdZKiO9KuaxQOymuXQYvLgx8U4A8g==",
"api": {
"version": "v1 - 2.5.0",
"timestamp": "1741705131566",
"env": "sandbox"
}
}
Authorization: Bearer ********************