{
    "success": true,
    "blogs": [
        {
            "id": "Generated using createId",
            "title": "string",
            "content": "string",
            "createdAt": "CURRENT_TIMESTAMP",
            "createdBy": "string",
            "editedAt": null,
            "teamId": "string",
            "heroImage": null
        }
    ],
    "team": {
        "id": "string",
        "name": "string",
        "profilePicture": "http://example.com",
        "banner": "http://example.com",
        "description": "A competitive eSports team",
        "isVerified": true,
        "isSuspended": true,
        "createdBy": "string",
        "defaultChannelId": "string",
        "games": [
            {
                "id": 0,
                "platforms": [
                    "string"
                ],
                "region": "string"
            }
        ],
        "isDiscoverable": true,
        "discoverableInvite": "http://example.com",
        "createdAt": "2019-08-24T14:15:22Z",
        "memberCount": 0
    }
}