[
{
"id": 123,
"@type": "GrailedUser",
"alias": "<string>",
"image": "<string>",
"location": "<string>",
"location_abbreviation": "<string>",
"country_code": "<string>",
"total_bought_and_sold": 0,
"follower_count": 0,
"following_count": 0,
"listings_for_sale_count": 0,
"departments": [],
"buyer_score": {
"@type": "GrailedBuyerScore",
"purchase_count": 0,
"would_sell_to_again_count": 0
},
"seller_score": {
"@type": "GrailedSellerScore",
"sold_count": 0,
"rating_average": 123,
"rating_count": 0,
"tags": []
},
"is_verified": false,
"is_confirmed": false,
"is_trusted_seller": false,
"is_trusted_partner": false,
"is_managed_seller": false,
"is_speedy_shipper": false,
"is_quick_responder": false,
"is_admin": false,
"is_ops_agent": false,
"is_banned": false,
"is_deleted": false,
"duties_covered_by_seller": false,
"created_at": 123
}
]