get
GET /api/v1/Applicant/GetImageByPath HTTP/1.1
Host: 
Authorization: YOUR_API_KEY
Accept: */*
text
post
POST /api/v1/Auth/GenerateAuthToken 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-26T13:03:58.151Z"
}
post
POST /api/v1/Applicant/GetImagesByPaths HTTP/1.1
Host: 
Authorization: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 8

[
  "text"
]
[
  {
    "path": "text",
    "image": "text"
  }
]