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

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