{
    "success": true,
    "message": "string",
    "data": {
        "id": 0,
        "chatthread": {
            "id": 0,
            "corpus_id": 0,
            "created_by": "string",
            "created_on": "2019-08-24T14:15:22Z",
            "modified_by": "string",
            "modified_on": "2019-08-24T14:15:22Z",
            "title": "string",
            "is_deleted": true,
            "chat_id": "string",
            "agent": 0,
            "user": 0
        },
        "corpus": {
            "id": 0,
            "indexing_mode": {
                "id": 0,
                "mode": "exhaustive"
            },
            "name": "string",
            "description": "string",
            "owner": {
                "id": 0,
                "email": "[email protected]",
                "is_superuser": true,
                "first_name": "string",
                "last_name": "string",
                "organization": {
                    "id": 0,
                    "org_name": "string"
                }
            },
            "tags": [
                "string"
            ]
        },
        "created_by": "string",
        "created_on": "2019-08-24T14:15:22Z",
        "modified_by": "string",
        "modified_on": "2019-08-24T14:15:22Z",
        "is_deleted": true,
        "connected_by": 0
    }
}