Health check
Verify the SNA server is running.
Response Body
application/json
curl -X GET "https://example.com/health"{
"ok": true,
"name": "sna",
"version": "string"
}Verify the SNA server is running.
application/json
curl -X GET "https://example.com/health"{
"ok": true,
"name": "sna",
"version": "string"
}