[
{
"id": 123,
"@type": "VintedUser",
"alias": "<string>",
"about": "<string>",
"image": "<string>",
"profile_url": "<string>",
"country_code": "<string>",
"country_title": "<string>",
"city": "<string>",
"feedback_count": 0,
"feedback_reputation": 123,
"positive_feedback_count": 0,
"neutral_feedback_count": 0,
"negative_feedback_count": 0,
"item_count": 0,
"total_item_count": 0,
"follower_count": 0,
"following_count": 0,
"following_brand_count": 0,
"given_item_count": 0,
"taken_item_count": 0,
"currency": "<string>",
"locale": "<string>",
"is_business": false,
"is_online": false,
"is_banned": false,
"last_login_at": 123,
"verification": {
"@type": "VintedUserVerification",
"is_email_verified": false,
"is_facebook_verified": false,
"is_google_verified": false
},
"bundle_discount": {
"@type": "VintedBundleDiscount",
"is_enabled": false,
"minimal_item_count": 0,
"fraction": 123,
"discounts": []
}
}
]