curl --location --request GET '/api/services/app/HostDashboard/GetRecentTenantsData'
{
"recentTenantsDayCount": 0,
"maxRecentTenantsShownCount": 0,
"tenantCreationStartDate": "2019-08-24T14:15:22Z",
"recentTenants": [
{
"id": 0,
"name": "string",
"creationTime": "2019-08-24T14:15:22Z"
}
]
}