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

View File

@@ -0,0 +1,11 @@
{
"success": false,
"body": null,
"errors": [
{
"code": "REGISTRATION_EMAIL_TAKEN",
"message": "Электронная почта уже используется"
}
],
"warnings": []
}

View File

@@ -0,0 +1,9 @@
{
"success": true,
"body": {
"userId": "12345",
"token": "AUTH_TOKEN"
},
"errors": [],
"warnings": []
}