curl --location --request POST '/v1/freeid/user/get/face-info' \
--header 'Authentication;' \
--header 'Content-Type: application/json' \
--data-raw '{
"face_image_base64": "base64string==",
"face_match_threshold": 95
}'{
"freeid_id": "1234"
}