Files
pixiv_downloader/doc/api/auth/user/add.example.json
2022-10-19 04:40:05 +00:00

12 lines
178 B
JSON

{
"$schema": "add.json",
"ok": true,
"code": 0,
"result": {
"id": 0,
"name": "John",
"username": "john",
"is_admin": true
}
}