mirror of
https://github.com/graphql-hive/console
synced 2026-04-25 16:37:16 +00:00
20 lines
327 B
JSON
20 lines
327 B
JSON
|
|
[
|
||
|
|
{
|
||
|
|
"SubjectId": "1",
|
||
|
|
"Username": "test-user",
|
||
|
|
"Password": "password",
|
||
|
|
"Claims": [
|
||
|
|
{
|
||
|
|
"Type": "name",
|
||
|
|
"Value": "Sam Tailor",
|
||
|
|
"ValueType": "string"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"Type": "email",
|
||
|
|
"Value": "sam.tailor@gmail.com",
|
||
|
|
"ValueType": "string"
|
||
|
|
}
|
||
|
|
]
|
||
|
|
}
|
||
|
|
]
|