POST /verify/id

POST /verify/id
application/json

Body

  • backPath

Responses

  • 400

    Bad Request

POST /verify/id
curl \
 --request POST 'http://localhost:3000/verify/id' \
 --header "Content-Type: application/json" \
 --data '{"backPath":"any"}'
Request examples
{
  "backPath": "any"
}