curl --location --request GET 'https://api.teamly.one/api/v1/teams//details' \
--header 'Authorization;'
{
"team": {
"id": "string",
"name": "string",
"profilePicture": "http://example.com",
"banner": "http://example.com",
"description": "A competitive eSports team",
"isVerified": true,
"isSuspended": false,
"createdBy": "string",
"defaultChannelId": "string",
"games": [
{}
],
"isDiscoverable": true,
"discoverableInvite": "string",
"createdAt": "2019-08-24T14:15:22.123Z",
"memberCount": 1
}
}