POST
/match/face
curl \
--request POST 'http://localhost:3000/match/face' \
--header "Content-Type: application/json" \
--data '{"selfieFacePath":"any","idCardFacePath":"any"}'
Request examples
{
"selfieFacePath": "any",
"idCardFacePath": "any"
}