koel/cypress/fixtures/user.post.200.json

8 lines
108 B
JSON
Raw Normal View History

2021-01-04 14:02:46 +00:00
{
"id": 4,
"name": "Charles",
"email": "charles@koel.test",
"is_admin": true,
"preferences": []
}