本文档由"一诺"编写,测试使用
Authorization: ********************{
"realName": "string",
"idCardNumber": "string",
"faceImage": "string"
}curl --location --request POST 'https://api.hyperfrp.com/api/users/profile/verify/face' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"realName": "string",
"idCardNumber": "string",
"faceImage": "string"
}'{
"status": "approved",
"message": "string",
"similarity": 0
}