Feat: freetracker auth stubs

This commit is contained in:
2024-12-14 04:55:56 +03:00
parent 707c3be3ec
commit b70ac7c183
8 changed files with 84 additions and 1 deletions
@@ -0,0 +1,9 @@
{
"success": true,
"body": {
"userId": "12345",
"token": "AUTH_TOKEN"
},
"errors": [],
"warnings": []
}