19 lines
389 B
JSON
19 lines
389 B
JSON
{
|
|
"linked_accounts": [
|
|
{
|
|
"service_name": "xxx",
|
|
"native_app_id": 69,
|
|
"username": "xxx",
|
|
"email": "not_a_real_email@example.com",
|
|
"phone_number": "xxx",
|
|
"name": "xxx"
|
|
},
|
|
{
|
|
"service_name": "xxx",
|
|
"native_app_id": 1707005000,
|
|
"username": "xxx",
|
|
"email": "not_a_real_email@example.com",
|
|
"name": "xxx"
|
|
}
|
|
]
|
|
}
|