POST
curl --location --request POST 'http://localhost:8080/v1/statistics/top3' \ --header 'Content-Type: application/json' \ --data-raw '{ "exchange": "Binance", "score": 95.5, "volume": 1000000.00, "opportunities": 150 }'