Authorization: Bearer ********************curl --location 'https://numueg.app/api/v1/stores//analytics/realtime/geo' \
--header 'Authorization: Bearer <token>'{
"success": true,
"data": {
"total_orders": 0,
"locations": [
{
"location": "string",
"orders": 0,
"revenue": 0,
"percentage": 0
}
]
},
"message": "string"
}