{
"user": {
"id": 123,
"name": "<string>",
"email": "jsmith@example.com",
"user_type": "<string>",
"is_active": "<string>",
"created_at": "2023-11-07T05:31:56Z"
},
"tenants": [
{
"id": 123,
"name": "<string>",
"role": "ADMIN",
"is_active": true
}
]
}