{
"site": {
"bio": "Hi, I'm Austin.",
"avatar_url": "https://theslow.net/storage/avatar.png",
"custom_theme": { /* custom theme object */ },
"theme_id": 1,
"location": "Calgary",
"mood": "🌱",
"themes": {
"id": 1,
"name": "Minimal Green",
"settings": { /* theme settings */ }
}
},
"blocks": [
{ "id": 12, "type": "text", "content": "Welcome to my SlowNet!" },
{ "id": 13, "type": "link", "url": "https://github.com" }
],
"availableThemes": [
{ "id": 1, "name": "Minimal Green", "settings": { /* settings */ } },
{ "id": 2, "name": "Dark Ocean", "settings": { /* settings */ } }
]
}