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,11 @@
{
"success": false,
"body": null,
"errors": [
{
"code": "AUTH_INVALID_CREDENTIALS",
"message": "Неверное имя пользователя или пароль"
}
],
"warnings": []
}