2026-02-23 20:12:10 -06:00

25 lines
345 B
HTTP

@Journal.Api_HostAddress = http://localhost:5014
GET {{Journal.Api_HostAddress}}/health
Accept: application/json
###
POST {{Journal.Api_HostAddress}}/api/command
Content-Type: application/json
{
"action": "config.get",
"payload": {}
}
###
POST {{Journal.Api_HostAddress}}/api/command
Content-Type: application/json
{
"action":
###