status-keycard-go/api/Start.http
2025-02-20 13:15:23 +03:00

15 lines
259 B
HTTP

# @name Start
POST {{address}}/rpc
{
"id": "{{$random.uuid}}",
"method": "keycard.Start",
"params": [
{
"storageFilePath": "{{storageFilePath}}",
"logEnabled": true,
"logFilePath": ""
}
]
}