post
POST /api/v1/Auth/GenerateAuthRequestSessionToken HTTP/1.1
Host: 
Authorization: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 88

{
  "tenantId": "text",
  "tenantSecret": "text",
  "applicantId": "text",
  "levelOfTrutToken": "text"
}
{
  "token": "text",
  "expirationDate": "2025-04-26T12:39:55.659Z"
}