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

{
  "tenantId": "text",
  "tenantSecret": "text",
  "applicantId": "text",
  "updateSteps": [
    1
  ]
}
{
  "token": "text",
  "expirationDate": "2025-04-26T10:27:28.642Z"
}