Created statistics personal and general

This commit is contained in:
Edd
2025-12-31 23:57:54 +00:00
parent 45d8aa0035
commit 16f8d3bdfc
4 changed files with 240 additions and 25 deletions
+12 -1
View File
@@ -53,4 +53,15 @@ Authorization: Bearer {{token}}
"euros": 1,
"payment_type": "MBWAY",
"payment_reference": "912345678"
}
}
### Get public stats
GET http://localhost:8000/api/v1/leaderboard
Content-Type: application/json
Accept: application/json
### Get me stats
GET http://localhost:8000/api/v1/statistics/me
Content-Type: application/json
Accept: application/json
Authorization: Bearer {{token}}