{
"id": 0,
"username": "string",
"tier": "ARTIST",
"profile": {
"bio": "string",
"location": "string",
"avatarUrl": "http://example.com",
"coverPhotoUrl": "http://example.com",
"favoriteGenres": [
"string"
]
},
"socialLinks": {
"instagram": "http://example.com",
"twitter": "http://example.com",
"website": "http://example.com"
},
"stats": {
"followersCount": 0,
"followingCount": 0,
"trackCount": 0
}
}