mirror of
https://github.com/status-im/status-keycard-go.git
synced 2025-03-03 07:20:56 +00:00
12 lines
178 B
Plaintext
12 lines
178 B
Plaintext
|
# @name Authorize
|
||
|
POST {{address}}/rpc
|
||
|
|
||
|
{
|
||
|
"id": "{{$random.uuid}}",
|
||
|
"method": "keycard.Authorize",
|
||
|
"params": [
|
||
|
{
|
||
|
"pin": "654321"
|
||
|
}
|
||
|
]
|
||
|
}
|