matches and transactions history fully operational

This commit is contained in:
Edd
2025-12-31 00:16:14 +00:00
parent 881a60a388
commit 1b03558f93
4 changed files with 264 additions and 146 deletions
+6
View File
@@ -29,4 +29,10 @@ Authorization: Bearer {{token}}
GET http://localhost:8000/api/v1/users/{{id}}/matches
Content-Type: application/json
Accept: application/json
Authorization: Bearer {{token}}
### Get me transactions
GET http://localhost:8000/api/v1/users/{{id}}/transactions?type=C
Content-Type: application/json
Accept: application/json
Authorization: Bearer {{token}}