Initialized object

If there is an authenticated user, object may include a payload with status details for that user. This may include a current proficiency, or a progress in case of a test.

Examples

Drill example:

{
  "proficiency": {
    "overall": 42
  }
}

Story example:

{
  "progress": 75
}