curl --request POST \
--url https://api.sandbox.verisoul.ai/liveness/enroll \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '
{
"session_id": "0007b793-ae5d-45a2-8d9f-4a5b573c3271",
"account_id": "example-account-id"
}
'