12 lines
249 B
JSON
12 lines
249 B
JSON
{
|
|
"accounts": [
|
|
{
|
|
"id": "1234",
|
|
"given_name": "John",
|
|
"name": "John Doe",
|
|
"email": "john_doe@example.com",
|
|
"picture": "https://example.com/profile/123",
|
|
"approved_clients": ["123", "456", "789"]
|
|
}
|
|
]
|
|
}
|