curl --request POST \
--url https://api.sandbox.verisoul.ai/liveness/verify-identity \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '
{
"session_id": "000fb9fc-3a12-4492-b825-6ec9916ffea7",
"account_id": "example-account-id"
}
'