Returns the top of the players who have voted the most maps. in decreasing order (from the most player who voted to the least)<br>
There's no parameters for this request!
Example response:
```json
{
"Jtmn3kBnSSadky_mLNhp_A":10,
"W01C9MLeQH2zZ8v_P-gXvA":8,
"TIA7WqNETVyjWNj3RV1shQ":5,
"c5jutptORLinoaIUmVWscA":2,
"xTn1Lty3Tki8v7w3FBqVIA":1
}
```
**POST /setVote**<br>
Writes the vote of a player to the respective map into the database table.<br/>
⚠ You need an Authorization header with a valid token in order to do requests for this. After getting your token, set your Authorization value to `Basic yourtokenhere`