UserResponseSchema
emailstring
first_namestring
idinteger
is_activeboolean
is_anonymousboolean
last_namestring
usernamestring
UserResponseSchema
{
"email": "string",
"first_name": "string",
"id": 0,
"is_active": true,
"is_anonymous": true,
"last_name": "string",
"username": "string"
}