curl --location --request POST 'https://api-sandbox.kycsolution.com/api/service/checks/session' \
--header 'X-API-Key: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"client_id": "5f87d422-b178-41fd-a8c4-b17003896e2a",
"verification_type": "identity_check" //CheckVerificationType
}'{
"result": {
"session_url": "https://sandbox-client.kycsolution.com?token=token",
"client_id": "3c69e5a5-3d8f-44d7-ad73-b8f68e565bab",
"verification_type": "identity_check"
}
}