create /api-service/stock/stats
A super user (and only super users) can hit the stats endpoint, which will return the top 5 most requested stocks:
(This endpoint will validate the user's role)
GET /stats
[
{"stock": "aapl.us", "times_requested": 5},
{"stock": "msft.us", "times_requested": 2},
...
]
To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information