post
POST /exportStatus HTTP/1.1
Host: 
Authorization: Bearer JWT
Content-Type: application/json
Accept: */*
Content-Length: 69

{
  "reportId": "123e4567-e89b-12d3-a456-426614174000",
  "exportId": "text"
}
{
  "id": "text",
  "createdDateTime": "2025-04-28T08:11:14.127Z",
  "lastActionDateTime": "2025-04-28T08:11:14.127Z",
  "reportId": "123e4567-e89b-12d3-a456-426614174000",
  "reportName": "text",
  "status": "text",
  "percentComplete": 1,
  "resourceLocation": "text",
  "resourceFileExtension": "text",
  "expirationTime": "2025-04-28T08:11:14.127Z"
}