{
"email": "user@example.com",
"username": "string",
"tier": "ARTIST",
"profile": {
"bio": "string",
"location": "string",
"profilePic": "http://example.com",
"coverPic": "http://example.com",
"favoriteGenres": [
"string"
]
},
"socialLinks": {
"instagram": "http://example.com",
"website": "http://example.com",
"supportLink": "http://example.com",
"twitter": "http://example.com"
},
"privacySettings": {
"isPrivate": true,
"showHistory": true
},
"stats": {
"followers": 0,
"following": 0,
"tracksCount": 0
}
}