{
    "id": "string",
    "type": "string",
    "submittedBy": {
        "id": "string",
        "username": "string",
        "subdomain": "string",
        "profilePicture": null,
        "banner": null,
        "bot": false,
        "presence": 0,
        "flags": "string",
        "badges": [],
        "userStatus": {
            "content": null,
            "emojiId": null
        },
        "userRPC": {
            "type": null,
            "name": null,
            "id": null,
            "startedAt": null
        },
        "connections": [],
        "createdAt": "CURRENT_TIMESTAMP",
        "lastOnline": "CURRENT_TIMESTAMP",
        "system": false
    },
    "answers": [
        {
            "questionId": "string",
            "answer": "string",
            "question": "string",
            "optional": true,
            "options": [
                "string"
            ]
        }
    ],
    "status": "pending",
    "createdAt": "2019-08-24T14:15:22Z"
}