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

{
  "tenantId": "text",
  "tenantSecret": "text"
}
{
  "token": "text",
  "expirationDate": "2025-04-26T10:23:33.751Z"
}