curl --location --request GET '/api/services/app/TenantDashboard/GetRegionalStats'
{
"stats": [
{
"countryName": "string",
"sales": 0,
"change": [
0
],
"averagePrice": 0,
"totalPrice": 0
}
]
}