mirror of
https://github.com/CJackHwang/ds2api.git
synced 2026-05-03 16:05:26 +08:00
24 lines
396 B
JSON
24 lines
396 B
JSON
{
|
|
"keys": [
|
|
"your-api-key-1",
|
|
"your-api-key-2"
|
|
],
|
|
"accounts": [
|
|
{
|
|
"email": "example1@example.com",
|
|
"password": "your-password-1",
|
|
"token": ""
|
|
},
|
|
{
|
|
"email": "example2@example.com",
|
|
"password": "your-password-2",
|
|
"token": ""
|
|
},
|
|
{
|
|
"mobile": "12345678901",
|
|
"password": "your-password-3",
|
|
"token": ""
|
|
}
|
|
]
|
|
}
|