https://docs.bndry.net/_mock/apis/openapi/
https://docs.bndry.net/_mock/apis/openapi/bndry.api.risk.truuth.v1alpha.TruuthService/CreateVerificationSession
curl -i -X POST \
https://docs.bndry.net/_mock/apis/openapi/bndry.api.risk.truuth.v1alpha.TruuthService/CreateVerificationSession \
-H 'Connect-Protocol-Version: 1' \
-H 'Connect-Timeout-Ms: 0' \
-H 'Content-Type: application/json' \
-d '{
"identityOwner": {
"email": "string"
}
}'
{ "token": "string", "tenant": "string", "apiUrl": "string", "identityOwner": { "email": "string" } }