multy-stub/server/routers/freetracker/auth/json/registration/registration-success.json

10 lines
122 B
JSON
Raw Normal View History

2024-12-14 04:55:56 +03:00
{
"success": true,
"body": {
"userId": "12345",
"token": "AUTH_TOKEN"
},
"errors": [],
"warnings": []
}